Home
last modified time | relevance | path

Searched refs:SearchAllAsync (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.h59 void SearchAllAsync(const JSCallbackInfo& args);
H A Djs_web_controller.cpp533 JSClass<JSWebController>::CustomMethod("searchAllAsync", &JSWebController::SearchAllAsync); in JSBind()
1113 void JSWebController::SearchAllAsync(const JSCallbackInfo& args) in SearchAllAsync() function in OHOS::Ace::Framework::JSWebController
1121 webController_->SearchAllAsync(searchStr); in SearchAllAsync()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h205 void SearchAllAsync(const std::string& searchString);
H A Dnapi_webview_controller.h164 static napi_value SearchAllAsync(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp844 void WebviewController::SearchAllAsync(const std::string& searchString) in SearchAllAsync() function in OHOS::NWeb::WebviewController
H A Dnapi_webview_controller.cpp545 DECLARE_NAPI_FUNCTION("searchAllAsync", NapiWebviewController::SearchAllAsync), in Init()
3066 napi_value NapiWebviewController::SearchAllAsync(napi_env env, napi_callback_info info) in SearchAllAsync() function in OHOS::NWeb::NapiWebviewController
3093 controller->SearchAllAsync(searchString); in SearchAllAsync()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h730 void SearchAllAsync(const std::string& searchStr) in SearchAllAsync() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1092 void SearchAllAsync(const std::string& searchStr);
H A Dweb_delegate.cpp1396 void WebDelegate::SearchAllAsync(const std::string& searchStr) in SearchAllAsync() function in OHOS::Ace::WebDelegate
2463 delegate->SearchAllAsync(searchStr); in SetWebCallBack()