Home
last modified time | relevance | path

Searched refs:ShowWebView (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h49 virtual void ShowWebView() = 0;
H A Dweb_pattern.cpp2154 delegate_->ShowWebView(); in OnDirtyLayoutWrapperSwap()
5352 delegate_->ShowWebView(); in OnWindowShow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h354 void ShowWebView() override;
H A Dweb_pattern.cpp1058 delegate_->ShowWebView(); in OnWindowShow()
H A Dweb_delegate_cross.cpp932 void WebDelegateCross::ShowWebView() in ShowWebView() function in OHOS::Ace::WebDelegateCross
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp364 delegate_->ShowWebView(); in OnAppShow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h675 void ShowWebView();
H A Dweb_delegate.cpp1694 void WebDelegate::ShowWebView() in ShowWebView() function in OHOS::Ace::WebDelegate