Home
last modified time | relevance | path

Searched refs:WebRotate (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h80 static void WebRotate(const JSCallbackInfo& args);
H A Djs_web.cpp1941 JSClass<JSWeb>::StaticMethod("rotate", &JSWeb::WebRotate); in JSBind()
2474 void JSWeb::WebRotate(const JSCallbackInfo& args) {} in WebRotate() function in OHOS::Ace::Framework::JSWeb