Searched refs:isDoneCounting (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_find_callback.h | 41 const int activeMatchOrdinal, const int numberOfMatches, const bool isDoneCounting) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkWeb.ts | 189 …ack: (event?: { activeMatchOrdinal: number; numberOfMatches: number; isDoneCounting: boolean; } | …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-arkui.md | 12 …back: (event?: {activeMatchOrdinal: number, numberOfMatches: number, isDoneCounting: boolean}) => …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-arkui.md | 12 …back: (event?: {activeMatchOrdinal: number, numberOfMatches: number, isDoneCounting: boolean}) => …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 93 … const int activeMatchOrdinal, const int numberOfMatches, const bool isDoneCounting) override;
|
H A D | web_client_impl.cpp | 142 const int activeMatchOrdinal, const int numberOfMatches, const bool isDoneCounting) in OnFindResultReceived() argument 149 delegate->OnSearchResultReceive(activeMatchOrdinal, numberOfMatches, isDoneCounting); in OnFindResultReceived()
|
H A D | web_delegate.h | 857 void OnSearchResultReceive(int activeMatchOrdinal, int numberOfMatches, bool isDoneCounting);
|
H A D | web_delegate.cpp | 5358 …ebDelegate::OnSearchResultReceive(int activeMatchOrdinal, int numberOfMatches, bool isDoneCounting) in OnSearchResultReceive() argument 5363 [weak = WeakClaim(this), activeMatchOrdinal, numberOfMatches, isDoneCounting]() { in OnSearchResultReceive() 5369 … std::make_shared<SearchResultReceiveEvent>(activeMatchOrdinal, numberOfMatches, isDoneCounting)); in OnSearchResultReceive()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 1427 SearchResultReceiveEvent(int activeMatchOrdinal, int numberOfMatches, bool isDoneCounting) in SearchResultReceiveEvent() argument 1429 numberOfMatches_(numberOfMatches), isDoneCounting_(isDoneCounting) in SearchResultReceiveEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/ |
H A D | arkComponent.d.ts | 1459 isDoneCounting: boolean;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 5127 "[total]" + ret.numberOfMatches + "[isDone]" + ret.isDoneCounting); 9769 | isDoneCounting | boolean | 是 | 当次页内查找操作是否结束。该方法可能会回调多次,直到isDoneCounting为true为止。 |
|
H A D | js-apis-webview.md | 2552 "[total]" + ret.numberOfMatches + "[isDone]" + ret.isDoneCounting);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 5127 "[total]" + ret.numberOfMatches + "[isDone]" + ret.isDoneCounting); 9765 …isDoneCounting | boolean | Yes| Whether the search operation on the current page is complete. …
|
H A D | js-apis-webview.md | 2552 "[total]" + ret.numberOfMatches + "[isDone]" + ret.isDoneCounting);
|