Home
last modified time | relevance | path

Searched refs:isDoneCounting (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_find_callback.h41 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 DArkWeb.ts189 …ack: (event?: { activeMatchOrdinal: number; numberOfMatches: number; isDoneCounting: boolean; } | …
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-arkui.md12 …back: (event?: {activeMatchOrdinal: number, numberOfMatches: number, isDoneCounting: boolean}) => …
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-arkui.md12 …back: (event?: {activeMatchOrdinal: number, numberOfMatches: number, isDoneCounting: boolean}) => …
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h93 … const int activeMatchOrdinal, const int numberOfMatches, const bool isDoneCounting) override;
H A Dweb_client_impl.cpp142 const int activeMatchOrdinal, const int numberOfMatches, const bool isDoneCounting) in OnFindResultReceived() argument
149 delegate->OnSearchResultReceive(activeMatchOrdinal, numberOfMatches, isDoneCounting); in OnFindResultReceived()
H A Dweb_delegate.h857 void OnSearchResultReceive(int activeMatchOrdinal, int numberOfMatches, bool isDoneCounting);
H A Dweb_delegate.cpp5358 …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 Dweb_event.h1427 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 DarkComponent.d.ts1459 isDoneCounting: boolean;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md5127 "[total]" + ret.numberOfMatches + "[isDone]" + ret.isDoneCounting);
9769 | isDoneCounting | boolean | 是 | 当次页内查找操作是否结束。该方法可能会回调多次,直到isDoneCounting为true为止。 |
H A Djs-apis-webview.md2552 "[total]" + ret.numberOfMatches + "[isDone]" + ret.isDoneCounting);
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md5127 "[total]" + ret.numberOfMatches + "[isDone]" + ret.isDoneCounting);
9765isDoneCounting | boolean | Yes| Whether the search operation on the current page is complete. …
H A Djs-apis-webview.md2552 "[total]" + ret.numberOfMatches + "[isDone]" + ret.isDoneCounting);