Searched refs:SearchAllAsync (Results 1 – 9 of 9) sorted by relevance
59 void SearchAllAsync(const JSCallbackInfo& args);
533 JSClass<JSWebController>::CustomMethod("searchAllAsync", &JSWebController::SearchAllAsync); in JSBind()1113 void JSWebController::SearchAllAsync(const JSCallbackInfo& args) in SearchAllAsync() function in OHOS::Ace::Framework::JSWebController1121 webController_->SearchAllAsync(searchStr); in SearchAllAsync()
205 void SearchAllAsync(const std::string& searchString);
164 static napi_value SearchAllAsync(napi_env env, napi_callback_info info);
844 void WebviewController::SearchAllAsync(const std::string& searchString) in SearchAllAsync() function in OHOS::NWeb::WebviewController
545 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::NapiWebviewController3093 controller->SearchAllAsync(searchString); in SearchAllAsync()
730 void SearchAllAsync(const std::string& searchStr) in SearchAllAsync() function
1092 void SearchAllAsync(const std::string& searchStr);
1396 void WebDelegate::SearchAllAsync(const std::string& searchStr) in SearchAllAsync() function in OHOS::Ace::WebDelegate2463 delegate->SearchAllAsync(searchStr); in SetWebCallBack()