Searched refs:OnSearchResultReceive (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.h | 96 static void OnSearchResultReceive(const JSCallbackInfo& args);
|
H A D | js_web.cpp | 1926 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 D | web_event_hub.h | 153 ACE_WEB_EVENT_PROPERTY(OnSearchResultReceive, void);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 825 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 D | web_delegate.h | 903 void OnSearchResultReceive(int activeMatchOrdinal, int numberOfMatches, bool isDoneCounting);
|
H A D | web_client_impl.cpp | 146 delegate->OnSearchResultReceive(activeMatchOrdinal, numberOfMatches, isDoneCounting); in OnFindResultReceived()
|
H A D | web_delegate.cpp | 5337 void WebDelegate::OnSearchResultReceive(int activeMatchOrdinal, int numberOfMatches, bool isDoneCounting) in OnSearchResultReceive() function in OHOS::Ace::WebDelegate
|
Completed in 38 milliseconds