Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.h51 void RemoveJavascriptInterface(const JSCallbackInfo& args);
H A Djs_web_controller.cpp507 …Controller>::CustomMethod("deleteJavaScriptRegister", &JSWebController::RemoveJavascriptInterface); in JSBind()
1061 void JSWebController::RemoveJavascriptInterface(const JSCallbackInfo& args) in RemoveJavascriptInterface() function in OHOS::Ace::Framework::JSWebController
1073 webController_->RemoveJavascriptInterface(objName, {}); in RemoveJavascriptInterface()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h689 … void RemoveJavascriptInterface(std::string objectName, const std::vector<std::string>& methodList) in RemoveJavascriptInterface() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1058 …void RemoveJavascriptInterface(const std::string& objectName, const std::vector<std::string>& meth…
H A Dweb_delegate.cpp1246 void WebDelegate::RemoveJavascriptInterface(const std::string& objectName, const std::vector<std::s… in RemoveJavascriptInterface() function in OHOS::Ace::WebDelegate
2402 delegate->RemoveJavascriptInterface(objectName, methodList); in SetWebCallBack()