Home
last modified time | relevance | path

Searched refs:OnSearchResultReceive (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h96 static void OnSearchResultReceive(const JSCallbackInfo& args);
H A Djs_web.cpp1926 JSClass<JSWeb>::StaticMethod("onSearchResultReceive", &JSWeb::OnSearchResultReceive); in JSBind()
3853 void JSWeb::OnSearchResultReceive(const JSCallbackInfo& args) in OnSearchResultReceive() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h153 ACE_WEB_EVENT_PROPERTY(OnSearchResultReceive, void);
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp825 void WebDelegate::OnSearchResultReceive(int activeMatchOrdinal, int numberOfMatches, bool isDoneCounting) {} in OnSearchResultReceive() function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h903 void OnSearchResultReceive(int activeMatchOrdinal, int numberOfMatches, bool isDoneCounting);
H A Dweb_client_impl.cpp146 delegate->OnSearchResultReceive(activeMatchOrdinal, numberOfMatches, isDoneCounting); in OnFindResultReceived()
H A Dweb_delegate.cpp5337 void WebDelegate::OnSearchResultReceive(int activeMatchOrdinal, int numberOfMatches, bool isDoneCounting) in OnSearchResultReceive() function in OHOS::Ace::WebDelegate

Completed in 30 milliseconds