Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_preference_impl.cpp85 int ArkWebPreferenceImpl::DefaultFontSize() in DefaultFontSize() function in OHOS::ArkWeb::ArkWebPreferenceImpl
87 return nweb_preference_->DefaultFontSize(); in DefaultFontSize()
H A Dark_web_preference_impl.h114 int DefaultFontSize() override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern_property.h61 ACE_DEFINE_PROPERTY_GROUP_ITEM(DefaultFontSize, int32_t);
H A Dweb_pattern.h463 ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(WebProperty, DefaultFontSize, int32_t);
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp93 int ArkWebPreferenceWrapper::DefaultFontSize() in DefaultFontSize() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
95 return ark_web_preference_->DefaultFontSize(); in DefaultFontSize()
H A Dark_web_preference_wrapper.h116 int DefaultFontSize() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h122 virtual int DefaultFontSize() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h334 virtual int DefaultFontSize() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h116 static void DefaultFontSize(int32_t defaultFontSize);
H A Djs_web.cpp1958 JSClass<JSWeb>::StaticMethod("defaultFontSize", &JSWeb::DefaultFontSize); in JSBind()
4049 void JSWeb::DefaultFontSize(int32_t defaultFontSize) in DefaultFontSize() function in OHOS::Ace::Framework::JSWeb
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h352 ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(WebProperty, DefaultFontSize, int32_t);