Home
last modified time | relevance | path

Searched defs:navigationStartTick (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h716 …virtual void OnFirstContentfulPaint(int64_t navigationStartTick, int64_t firstContentfulPaintMs) {} in OnFirstContentfulPaint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1621 FirstContentfulPaintEvent(int64_t navigationStartTick, int64_t firstContentfulPaintMs) in FirstContentfulPaintEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp915 void WebClientImpl::OnFirstContentfulPaint(int64_t navigationStartTick, int64_t firstContentfulPain… in OnFirstContentfulPaint()
H A Dweb_delegate.cpp5537 void WebDelegate::OnFirstContentfulPaint(int64_t navigationStartTick, int64_t firstContentfulPaintM… in OnFirstContentfulPaint()