/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_first_meaningful_paint_details_impl.cpp | 27 int64_t ArkWebFirstMeaningfulPaintDetailsImpl::GetNavigationStartTime() in GetNavigationStartTime() function in OHOS::ArkWeb::ArkWebFirstMeaningfulPaintDetailsImpl 29 return nweb_first_meaningful_paint_details_->GetNavigationStartTime(); in GetNavigationStartTime()
|
H A D | ark_web_largest_contentful_paint_details_impl.cpp | 27 int64_t ArkWebLargestContentfulPaintDetailsImpl::GetNavigationStartTime() in GetNavigationStartTime() function in OHOS::ArkWeb::ArkWebLargestContentfulPaintDetailsImpl 29 return nweb_largest_contentful_paint_details_->GetNavigationStartTime(); in GetNavigationStartTime()
|
H A D | ark_web_first_meaningful_paint_details_impl.h | 38 int64_t GetNavigationStartTime() override;
|
H A D | ark_web_largest_contentful_paint_details_impl.h | 38 int64_t GetNavigationStartTime() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_first_meaningful_paint_details_wrapper.cpp | 27 int64_t ArkWebFirstMeaningfulPaintDetailsWrapper::GetNavigationStartTime() in GetNavigationStartTime() function in OHOS::ArkWeb::ArkWebFirstMeaningfulPaintDetailsWrapper 33 return ark_web_first_meaningful_paint_details_->GetNavigationStartTime(); in GetNavigationStartTime()
|
H A D | ark_web_largest_contentful_paint_details_wrapper.cpp | 27 int64_t ArkWebLargestContentfulPaintDetailsWrapper::GetNavigationStartTime() in GetNavigationStartTime() function in OHOS::ArkWeb::ArkWebLargestContentfulPaintDetailsWrapper 33 return ark_web_largest_contentful_paint_details_->GetNavigationStartTime(); in GetNavigationStartTime()
|
H A D | ark_web_first_meaningful_paint_details_wrapper.h | 36 int64_t GetNavigationStartTime() override;
|
H A D | ark_web_largest_contentful_paint_details_wrapper.h | 36 int64_t GetNavigationStartTime() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_first_meaningful_paint_details.h | 34 virtual int64_t GetNavigationStartTime() = 0;
|
H A D | ark_web_largest_contentful_paint_details.h | 34 virtual int64_t GetNavigationStartTime() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_first_meaningful_paint_details.h | 36 virtual int64_t GetNavigationStartTime() = 0;
|
H A D | nweb_largest_contentful_paint_details.h | 36 virtual int64_t GetNavigationStartTime() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 1654 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 D | js_web.cpp | 4438 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 D | web_delegate.cpp | 5551 details->GetNavigationStartTime(), details->GetFirstMeaningfulPaintTime())); in OnFirstMeaningfulPaint() 5559 …ContentfulPaintV2_(std::make_shared<LargestContentfulPaintEvent>(details->GetNavigationStartTime(), in OnLargestContentfulPaint()
|