Home
last modified time | relevance | path

Searched refs:OnSearchResultReceive (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h153 ACE_WEB_EVENT_PROPERTY(OnSearchResultReceive, void);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h96 static void OnSearchResultReceive(const JSCallbackInfo& args);
H A Djs_web.cpp1933 JSClass<JSWeb>::StaticMethod("onSearchResultReceive", &JSWeb::OnSearchResultReceive); in JSBind()
3753 void JSWeb::OnSearchResultReceive(const JSCallbackInfo& args) in OnSearchResultReceive() function in OHOS::Ace::Framework::JSWeb
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp149 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 void WebDelegate::OnSearchResultReceive(int activeMatchOrdinal, int numberOfMatches, bool isDoneCou… in OnSearchResultReceive() function in OHOS::Ace::WebDelegate