Home
last modified time | relevance | path

Searched refs:isEnhanceSurface_ (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_init_params.h188 isEnhanceSurface_ = isEnhanceSurface; in SetIsEnhanceSurface()
193 return isEnhanceSurface_; in GetIsEnhanceSurface()
241 bool isEnhanceSurface_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drosen_render_web.cpp50 if (!isEnhanceSurface_) { in OnAttachContext()
57 delegate_->SetEnhanceSurfaceFlag(isEnhanceSurface_); in OnAttachContext()
H A Drender_web.h167 bool isEnhanceSurface_ = false; variable
H A Drender_web.cpp92 isEnhanceSurface_ = true; in InitEnhanceSurfaceFlag()
94 isEnhanceSurface_ = false; in InitEnhanceSurfaceFlag()
109 delegate_->SetEnhanceSurfaceFlag(isEnhanceSurface_); in OnAttachContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp761 isEnhanceSurface_ = true; in InitEnhanceSurfaceFlag()
763 isEnhanceSurface_ = false; in InitEnhanceSurfaceFlag()
807 delegate_->SetEnhanceSurfaceFlag(isEnhanceSurface_); in OnModifyDone()
812 if (isEnhanceSurface_) { in OnModifyDone()
H A Dweb_pattern.h645 bool isEnhanceSurface_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h1086 bool isEnhanceSurface_ = false; variable
H A Dweb_pattern.cpp2806 isEnhanceSurface_ = true; in InitEnhanceSurfaceFlag()
2808 isEnhanceSurface_ = false; in InitEnhanceSurfaceFlag()
2844 delegate_->SetEnhanceSurfaceFlag(isEnhanceSurface_); in OnModifyDone()
2849 if (isEnhanceSurface_) { in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1192 bool isEnhanceSurface_ = false; variable
H A Dweb_delegate.cpp2003 if (isEnhanceSurface_) { in InitOHOSWeb()
2861 bool isEnhanceSurface = delegate->isEnhanceSurface_; in InitWebViewWithSurface()
6084 isEnhanceSurface_ = isEnhanceSurface; in SetEnhanceSurfaceFlag()
6097 if (isEnhanceSurface_) { in SetBoundsOrResize()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test_ng.cpp234 webPattern->isEnhanceSurface_ = true;