Searched refs:searchString (Results 1 – 17 of 17) sorted by relevance
346 searchAllAsync(searchString: string): void;366 searchAllAsync(searchString: string): void;387 searchAllAsync(searchString: string): void;
21 … | WebController | searchAllAsync(searchString: string): void;…
205 void SearchAllAsync(const std::string& searchString);
844 void WebviewController::SearchAllAsync(const std::string& searchString) in SearchAllAsync() argument848 nweb_ptr->FindAllAsync(searchString); in SearchAllAsync()
3080 std::string searchString; in SearchAllAsync() local3081 if (!NapiParseUtils::ParseString(env, argv[0], searchString)) { in SearchAllAsync()3093 controller->SearchAllAsync(searchString); in SearchAllAsync()
94 |新增|NA|类名:WebviewController;<br>方法or属性:searchAllAsync(searchString: string): void;|@ohos.web.webvie…
94 |Added|NA|Class name: WebviewController;<br>Method or attribute name: searchAllAsync(searchString: …
2504 searchAllAsync(searchString: string): void2506 异步查找网页中所有匹配关键字'searchString'的内容并高亮,结果通过[onSearchResultReceive](ts-basic-components-web.md#onsearchr…2514 | searchString | string | 是 | 查找的关键字。 |2536 @State searchString: string = "Hello World";2540 Button('searchString')2543 this.controller.searchAllAsync(this.searchString);
2504 searchAllAsync(searchString: string): void2506 Searches the web page for content that matches the keyword specified by **'searchString'** and high…2514 | searchString | string | Yes | Search keyword.|2536 @State searchString: string = "Hello World";2540 Button('searchString')2543 this.controller.searchAllAsync(this.searchString);
135 |删除|模块名: web<br>类名: WebController<br>方法 or 属性:searchAllAsync(searchString: string): void;|NA|web.d.…
135 …Class name: WebController<br>Method or attribute name: searchAllAsync(searchString: string): void;…