Home
last modified time | relevance | path

Searched refs:UrlCouldBeAd (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
Dactivity_actions.cc364 bool Action::UrlCouldBeAd(const GURL& url) const { in UrlCouldBeAd() function in extensions::Action
376 if (!rappor_service || !UrlCouldBeAd(arg_url_)) in MaybeUploadUrl()
399 bool arg_url_could_be_ad = UrlCouldBeAd(arg_url_); in CheckSrcModification()
462 if (UrlCouldBeAd(gurl)) { in CheckDomObject()
Dactivity_actions.h182 bool UrlCouldBeAd(const GURL& url) const;