Home
last modified time | relevance | path

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

/base/web/webview/test/unittest/common/
Dnweb_create_window.h100 void ExecuteJavaScript(const std::string& code) const override in ExecuteJavaScript() function
102 void ExecuteJavaScript( in ExecuteJavaScript() function
/base/web/webview/test/fuzztest/executejavascriptcode_fuzzer/
Dexecutejavascriptcode_fuzzer.cpp122 g_nweb->ExecuteJavaScript(code, callback, false); in DoSomethingInterestingWithMyAPI()
/base/web/webview/test/fuzztest/executejavascript_fuzzer/
Dexecutejavascript_fuzzer.cpp119 g_nweb->ExecuteJavaScript(code); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_nweb/include/
Dnweb.h264 virtual void ExecuteJavaScript(const std::string& code) const = 0;
274 virtual void ExecuteJavaScript(
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp695 nweb_ptr->ExecuteJavaScript(script, callbackImpl, extention); in RunJavaScriptCallback()
714 nweb_ptr->ExecuteJavaScript(script, callbackImpl, extention); in RunJavaScriptPromise()