Home
last modified time | relevance | path

Searched refs:GetNavigationStartTime (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_first_meaningful_paint_details_impl.cpp27 int64_t ArkWebFirstMeaningfulPaintDetailsImpl::GetNavigationStartTime() in GetNavigationStartTime() function in OHOS::ArkWeb::ArkWebFirstMeaningfulPaintDetailsImpl
29 return nweb_first_meaningful_paint_details_->GetNavigationStartTime(); in GetNavigationStartTime()
H A Dark_web_largest_contentful_paint_details_impl.cpp27 int64_t ArkWebLargestContentfulPaintDetailsImpl::GetNavigationStartTime() in GetNavigationStartTime() function in OHOS::ArkWeb::ArkWebLargestContentfulPaintDetailsImpl
29 return nweb_largest_contentful_paint_details_->GetNavigationStartTime(); in GetNavigationStartTime()
H A Dark_web_first_meaningful_paint_details_impl.h38 int64_t GetNavigationStartTime() override;
H A Dark_web_largest_contentful_paint_details_impl.h38 int64_t GetNavigationStartTime() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_first_meaningful_paint_details_wrapper.cpp27 int64_t ArkWebFirstMeaningfulPaintDetailsWrapper::GetNavigationStartTime() in GetNavigationStartTime() function in OHOS::ArkWeb::ArkWebFirstMeaningfulPaintDetailsWrapper
33 return ark_web_first_meaningful_paint_details_->GetNavigationStartTime(); in GetNavigationStartTime()
H A Dark_web_largest_contentful_paint_details_wrapper.cpp27 int64_t ArkWebLargestContentfulPaintDetailsWrapper::GetNavigationStartTime() in GetNavigationStartTime() function in OHOS::ArkWeb::ArkWebLargestContentfulPaintDetailsWrapper
33 return ark_web_largest_contentful_paint_details_->GetNavigationStartTime(); in GetNavigationStartTime()
H A Dark_web_first_meaningful_paint_details_wrapper.h36 int64_t GetNavigationStartTime() override;
H A Dark_web_largest_contentful_paint_details_wrapper.h36 int64_t GetNavigationStartTime() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_first_meaningful_paint_details.h34 virtual int64_t GetNavigationStartTime() = 0;
H A Dark_web_largest_contentful_paint_details.h34 virtual int64_t GetNavigationStartTime() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_first_meaningful_paint_details.h36 virtual int64_t GetNavigationStartTime() = 0;
H A Dnweb_largest_contentful_paint_details.h36 virtual int64_t GetNavigationStartTime() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1654 int64_t GetNavigationStartTime() const in GetNavigationStartTime() function
1684 int64_t GetNavigationStartTime() const in GetNavigationStartTime() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4438 obj->SetProperty("navigationStartTime", eventInfo.GetNavigationStartTime()); in FirstMeaningfulPaintEventToJSValue()
4470 obj->SetProperty("navigationStartTime", eventInfo.GetNavigationStartTime()); in LargestContentfulPaintEventToJSValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp5551 details->GetNavigationStartTime(), details->GetFirstMeaningfulPaintTime())); in OnFirstMeaningfulPaint()
5559 …ContentfulPaintV2_(std::make_shared<LargestContentfulPaintEvent>(details->GetNavigationStartTime(), in OnLargestContentfulPaint()