Home
last modified time | relevance | path

Searched refs:ExecuteJavaScript (Results 1 – 13 of 13) sorted by relevance

/base/web/webview/test/fuzztest/executejavascript_fuzzer/
Dexecutejavascript_fuzzer.cpp33 g_nweb->ExecuteJavaScript(code); in ExecuteJavaScriptFuzzTest()
/base/web/webview/test/fuzztest/executejavascriptcode_fuzzer/
Dexecutejavascriptcode_fuzzer.cpp36 g_nweb->ExecuteJavaScript(code, callback, false); in ExecuteJavaScriptCodeFuzzTest()
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
Dnweb_create_window.h86 void ExecuteJavaScript(const std::string& code) override {} in ExecuteJavaScript() function
87 void ExecuteJavaScript( in ExecuteJavaScript() function
/base/web/webview/test/unittest/common/
Dnweb_create_window.h105 void ExecuteJavaScript(const std::string& code) override in ExecuteJavaScript() function
107 void ExecuteJavaScript( in ExecuteJavaScript() function
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_nweb_impl.cpp199 void ArkWebNWebImpl::ExecuteJavaScript(const ArkWebString& code) in ExecuteJavaScript() function in OHOS::ArkWeb::ArkWebNWebImpl
201 nweb_nweb_->ExecuteJavaScript(ArkWebStringStructToClass(code)); in ExecuteJavaScript()
204 void ArkWebNWebImpl::ExecuteJavaScript( in ExecuteJavaScript() function in OHOS::ArkWeb::ArkWebNWebImpl
208 nweb_nweb_->ExecuteJavaScript(ArkWebStringStructToClass(code), nullptr, extention); in ExecuteJavaScript()
212 nweb_nweb_->ExecuteJavaScript( in ExecuteJavaScript()
Dark_web_nweb_impl.h157 void ExecuteJavaScript(const ArkWebString& code) override;
165 void ExecuteJavaScript(
/base/web/webview/interfaces/native/
Dnative_interface_arkweb.cpp70 nweb->ExecuteJavaScript(jsCode, callbackImpl, false); in OH_NativeArkWeb_RunJavaScript()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
Dark_web_nweb.h223 virtual void ExecuteJavaScript(const ArkWebString& code) = 0;
232 virtual void ExecuteJavaScript(
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_nweb_wrapper.cpp202 void ArkWebNWebWrapper::ExecuteJavaScript(const std::string& code) in ExecuteJavaScript() function in OHOS::ArkWeb::ArkWebNWebWrapper
206 ark_web_nweb_->ExecuteJavaScript(stCode); in ExecuteJavaScript()
211 void ArkWebNWebWrapper::ExecuteJavaScript( in ExecuteJavaScript() function in OHOS::ArkWeb::ArkWebNWebWrapper
217 ark_web_nweb_->ExecuteJavaScript(stCode, nullptr, extention); in ExecuteJavaScript()
219 … ark_web_nweb_->ExecuteJavaScript(stCode, new ArkWebMessageValueCallbackImpl(callback), extention); in ExecuteJavaScript()
Dark_web_nweb_wrapper.h163 void ExecuteJavaScript(const std::string& code) override;
171 …void ExecuteJavaScript(const std::string& code, std::shared_ptr<OHOS::NWeb::NWebMessageValueCallba…
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb.h396 virtual void ExecuteJavaScript(const std::string& code) = 0;
405 virtual void ExecuteJavaScript(
/base/web/webview/interfaces/kits/cj/src/
Dwebview_controller_impl.cpp189 nweb_ptr->ExecuteJavaScript(script, callbackImpl, false); in RunJavaScript()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp984 nweb_ptr->ExecuteJavaScript(script, callbackImpl, extention); in RunJavaScriptCallback()
1003 nweb_ptr->ExecuteJavaScript(script, callbackImpl, extention); in RunJavaScriptPromise()