Home
last modified time | relevance | path

Searched refs:navigationStartTick (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-event-sequence.md125 console.log("onFirstContentfulPaint:" + "[navigationStartTick]:" +
126 event.navigationStartTick + ", [firstContentfulPaintMs]:" +
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkWeb.ts280 …onFirstContentfulPaint(callback: (event?: { navigationStartTick: number; firstContentfulPaintMs: n…
/ohos5.0/docs/en/application-dev/web/
H A Dweb-event-sequence.md125 console.log("onFirstContentfulPaint:" + "[navigationStartTick]:" +
126 event.navigationStartTick + ", [firstContentfulPaintMs]:" +
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h229 … void OnFirstContentfulPaint(int64_t navigationStartTick, int64_t firstContentfulPaintMs) override;
H A Dweb_client_impl.cpp915 void WebClientImpl::OnFirstContentfulPaint(int64_t navigationStartTick, int64_t firstContentfulPain… in OnFirstContentfulPaint() argument
920 delegate->OnFirstContentfulPaint(navigationStartTick, firstContentfulPaintMs); in OnFirstContentfulPaint()
H A Dweb_delegate.h888 void OnFirstContentfulPaint(int64_t navigationStartTick, int64_t firstContentfulPaintMs);
H A Dweb_delegate.cpp5537 void WebDelegate::OnFirstContentfulPaint(int64_t navigationStartTick, int64_t firstContentfulPaintM… in OnFirstContentfulPaint() argument
5542 … std::make_shared<FirstContentfulPaintEvent>(navigationStartTick, firstContentfulPaintMs)); in OnFirstContentfulPaint()
/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() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1621 FirstContentfulPaintEvent(int64_t navigationStartTick, int64_t firstContentfulPaintMs) in FirstContentfulPaintEvent() argument
1622 : BaseEventInfo("FirstContentfulPaintEvent"), navigationStartTick_(navigationStartTick), in FirstContentfulPaintEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts1517 navigationStartTick: number;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md5418 console.log("onFirstContentfulPaint:" + "[navigationStartTick]:" +
5419 event.navigationStartTick + ", [firstContentfulPaintMs]:" +
9879 | navigationStartTick | number | 是 | navigation开始的时间,单位以微秒表示。 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-arkui.md558 |新增|NA|类名:WebAttribute<br>方法or属性:onFirstContentfulPaint(callback: (event?: { navigationStartTick: n…
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md5418 console.log("onFirstContentfulPaint:" + "[navigationStartTick]:" +
5419 event.navigationStartTick + ", [firstContentfulPaintMs]:" +
9875 | navigationStartTick | number | Yes| Navigation start time, in microseconds. |
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-arkui.md558 …hod or attribute name: onFirstContentfulPaint(callback: (event?: { navigationStartTick: number,<br…