Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/unittest/ohos_adapter/system_properties_adapter/
H A Dsystem_properties_adapter_test.cpp87 bool value = SystemPropertiesAdapterImpl::GetInstance().GetWebOptimizationValue();
90 value = SystemPropertiesAdapterImpl::GetInstance().GetWebOptimizationValue();
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_system_properties_adapter_impl.cpp53 bool ArkSystemPropertiesAdapterImpl::GetWebOptimizationValue() in GetWebOptimizationValue() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterImpl
55 return real_.GetWebOptimizationValue(); in GetWebOptimizationValue()
H A Dark_system_properties_adapter_impl.h39 bool GetWebOptimizationValue() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_system_properties_adapter_wrapper.cpp71 bool ArkSystemPropertiesAdapterWrapper::GetWebOptimizationValue() in GetWebOptimizationValue() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterWrapper
76 return ctocpp_->GetWebOptimizationValue(); in GetWebOptimizationValue()
H A Dark_system_properties_adapter_wrapper.h40 bool GetWebOptimizationValue() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_system_properties_adapter.h46 virtual bool GetWebOptimizationValue() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dsystem_properties_adapter.h59 virtual bool GetWebOptimizationValue() = 0;
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/include/
H A Dsystem_properties_adapter_impl.h43 bool GetWebOptimizationValue() override;
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp155 bool SystemPropertiesAdapterImpl::GetWebOptimizationValue() in GetWebOptimizationValue() function in OHOS::NWeb::SystemPropertiesAdapterImpl
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp508 if (systemPropertiesAdapter.GetWebOptimizationValue()) { in GetRawFileMapper()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp131 static bool GetWebOptimizationValue() in GetWebOptimizationValue() function
781 if (IsDeviceTabletOr2in1() && GetWebOptimizationValue()) { in ~WebDelegate()
2735 if (!GetWebOptimizationValue()) { in RegisterSurfaceOcclusionChangeFun()