Home
last modified time | relevance | path

Searched refs:OnFirstContentfulPaint (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h132 static void OnFirstContentfulPaint(const JSCallbackInfo& args);
H A Djs_web.cpp1968 JSClass<JSWeb>::StaticMethod("onFirstContentfulPaint", &JSWeb::OnFirstContentfulPaint); in JSBind()
4558 void JSWeb::OnFirstContentfulPaint(const JSCallbackInfo& args) in OnFirstContentfulPaint() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h159 ACE_WEB_EVENT_PROPERTY(OnFirstContentfulPaint, void);
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h230 void OnFirstContentfulPaint(int64_t navigationStartTick, int64_t firstContentfulPaintMs) override;
H A Dweb_client_impl.cpp912 void WebClientImpl::OnFirstContentfulPaint(int64_t navigationStartTick, int64_t firstContentfulPaintMs) in OnFirstContentfulPaint() function in OHOS::Ace::WebClientImpl
917 delegate->OnFirstContentfulPaint(navigationStartTick, firstContentfulPaintMs); in OnFirstContentfulPaint()
H A Dweb_delegate.h936 void OnFirstContentfulPaint(int64_t navigationStartTick, int64_t firstContentfulPaintMs);
H A Dweb_delegate.cpp5498 void WebDelegate::OnFirstContentfulPaint(int64_t navigationStartTick, int64_t firstContentfulPaintMs) in OnFirstContentfulPaint() function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp851 void WebDelegate::OnFirstContentfulPaint(int64_t navigationStartTick, int64_t firstContentfulPaintMs) {} in OnFirstContentfulPaint() function in OHOS::Ace::WebDelegate

Completed in 32 milliseconds