Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h138 static void OnControllerAttached(const JSCallbackInfo& args);
H A Djs_web.cpp1983 JSClass<JSWeb>::StaticMethod("onControllerAttached", &JSWeb::OnControllerAttached); in JSBind()
4605 void JSWeb::OnControllerAttached(const JSCallbackInfo& args) in OnControllerAttached() function in OHOS::Ace::Framework::JSWeb