Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/fuzztest/executejavascript_fuzzer/
H A Dexecutejavascript_fuzzer.cpp33 g_nweb->ExecuteJavaScript(code); in ExecuteJavaScriptFuzzTest()
/ohos5.0/base/web/webview/test/fuzztest/executejavascriptcode_fuzzer/
H A Dexecutejavascriptcode_fuzzer.cpp36 g_nweb->ExecuteJavaScript(code, callback, false); in ExecuteJavaScriptCodeFuzzTest()
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h86 void ExecuteJavaScript(const std::string& code) override {} in ExecuteJavaScript() function
87 void ExecuteJavaScript( in ExecuteJavaScript() function
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h105 void ExecuteJavaScript(const std::string& code) override in ExecuteJavaScript() function
107 void ExecuteJavaScript( in ExecuteJavaScript() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp198 void ArkWebNWebImpl::ExecuteJavaScript(const ArkWebString& code) in ExecuteJavaScript() function in OHOS::ArkWeb::ArkWebNWebImpl
200 nweb_nweb_->ExecuteJavaScript(ArkWebStringStructToClass(code)); in ExecuteJavaScript()
203 void ArkWebNWebImpl::ExecuteJavaScript( in ExecuteJavaScript() function in OHOS::ArkWeb::ArkWebNWebImpl
207 nweb_nweb_->ExecuteJavaScript(ArkWebStringStructToClass(code), nullptr, extention); in ExecuteJavaScript()
211 nweb_nweb_->ExecuteJavaScript( in ExecuteJavaScript()
H A Dark_web_nweb_impl.h157 void ExecuteJavaScript(const ArkWebString& code) override;
165 void ExecuteJavaScript(
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp201 void ArkWebNWebWrapper::ExecuteJavaScript(const std::string& code) in ExecuteJavaScript() function in OHOS::ArkWeb::ArkWebNWebWrapper
205 ark_web_nweb_->ExecuteJavaScript(stCode); in ExecuteJavaScript()
210 void ArkWebNWebWrapper::ExecuteJavaScript( in ExecuteJavaScript() function in OHOS::ArkWeb::ArkWebNWebWrapper
216 ark_web_nweb_->ExecuteJavaScript(stCode, nullptr, extention); in ExecuteJavaScript()
218 … ark_web_nweb_->ExecuteJavaScript(stCode, new ArkWebMessageValueCallbackImpl(callback), extention); in ExecuteJavaScript()
H A 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…
/ohos5.0/base/web/webview/interfaces/native/
H A Dnative_interface_arkweb.cpp67 nweb->ExecuteJavaScript(jsCode, callbackImpl, false); in OH_NativeArkWeb_RunJavaScript()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h222 virtual void ExecuteJavaScript(const ArkWebString& code) = 0;
231 virtual void ExecuteJavaScript(
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h363 virtual void ExecuteJavaScript(const std::string& code) = 0;
372 virtual void ExecuteJavaScript(
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp189 nweb_ptr->ExecuteJavaScript(script, callbackImpl, false); in RunJavaScript()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp984 nweb_ptr->ExecuteJavaScript(script, callbackImpl, extention); in RunJavaScriptCallback()
1003 nweb_ptr->ExecuteJavaScript(script, callbackImpl, extention); in RunJavaScriptPromise()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1078 delegate->nweb_->ExecuteJavaScript(jscode, callbackImpl, false); in ExecuteTypeScript()