Home
last modified time | relevance | path

Searched refs:OnAdsBlocked (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h164 static void OnAdsBlocked(const JSCallbackInfo& args);
H A Djs_web.cpp1995 JSClass<JSWeb>::StaticMethod("onAdsBlocked", &JSWeb::OnAdsBlocked); in JSBind()
5477 void JSWeb::OnAdsBlocked(const JSCallbackInfo& args) in OnAdsBlocked() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h174 ACE_WEB_EVENT_PROPERTY(OnAdsBlocked, void);
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h263 void OnAdsBlocked(const std::string& url, const std::vector<std::string>& adsBlocked) override;
H A Dweb_client_impl.cpp1220 void WebClientImpl::OnAdsBlocked(const std::string& url, const std::vector<std::string>& adsBlocked) in OnAdsBlocked() function in OHOS::Ace::WebClientImpl
1227 delegate->OnAdsBlocked(url, adsBlocked); in OnAdsBlocked()
H A Dweb_delegate.h1062 void OnAdsBlocked(const std::string& url, const std::vector<std::string>& adsBlocked);
H A Dweb_delegate.cpp7206 void WebDelegate::OnAdsBlocked(const std::string& url, const std::vector<std::string>& adsBlocked) in OnAdsBlocked() function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp1161 void WebDelegate::OnAdsBlocked(const std::string& url, const std::vector<std::string>& adsBlocked) {} in OnAdsBlocked() function in OHOS::Ace::WebDelegate

Completed in 30 milliseconds