Home
last modified time | relevance | path

Searched defs:OnFirstContentfulPaint (Results 1 – 3 of 3) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_handler_impl.cpp600 void ArkWebHandlerImpl::OnFirstContentfulPaint(int64_t navigation_start_tick, int64_t first_content… in OnFirstContentfulPaint() function in OHOS::ArkWeb::ArkWebHandlerImpl
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_handler_wrapper.cpp675 void ArkWebHandlerWrapper::OnFirstContentfulPaint(int64_t navigation_start_tick, int64_t first_cont… in OnFirstContentfulPaint() function in OHOS::ArkWeb::ArkWebHandlerWrapper
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb_handler.h778 …virtual void OnFirstContentfulPaint(int64_t navigationStartTick, int64_t firstContentfulPaintMs) {} in OnFirstContentfulPaint() function