Home
last modified time | relevance | path

Searched refs:SetMetaViewport (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h142 static void SetMetaViewport(const JSCallbackInfo& args);
H A Djs_web.cpp1992 JSClass<JSWeb>::StaticMethod("metaViewport", &JSWeb::SetMetaViewport); in JSBind()
4897 void JSWeb::SetMetaViewport(const JSCallbackInfo& args) in SetMetaViewport() function in OHOS::Ace::Framework::JSWeb
4903 WebModel::GetInstance()->SetMetaViewport(enabled); in SetMetaViewport()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h170 virtual void SetMetaViewport(bool enabled) {} in SetMetaViewport() function
H A Dweb_model_ng.h175 void SetMetaViewport(bool enabled) override;
H A Dweb_model_ng.cpp1065 void WebModelNG::SetMetaViewport(bool enabled) in SetMetaViewport() function in OHOS::Ace::NG::WebModelNG