HomeSort by relevance Sort by last modified time
    Searched refs:RemoveBlacklistedURL (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/history/
top_sites.h 119 virtual void RemoveBlacklistedURL(const GURL& url) = 0;
top_sites_impl.h 79 virtual void RemoveBlacklistedURL(const GURL& url) OVERRIDE;
top_sites_likely_impl.h 79 virtual void RemoveBlacklistedURL(const GURL& url) OVERRIDE;
top_sites_impl.cc 442 void TopSitesImpl::RemoveBlacklistedURL(const GURL& url) {
top_sites_likely_impl.cc 443 void TopSitesLikelyImpl::RemoveBlacklistedURL(const GURL& url) {
top_sites_impl_unittest.cc     [all...]
top_sites_likely_impl_unittest.cc     [all...]
  /external/chromium/chrome/browser/history/
top_sites.h 112 void RemoveBlacklistedURL(const GURL& url);
top_sites.cc 362 void TopSites::RemoveBlacklistedURL(const GURL& url) {
    [all...]
top_sites_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
most_visited_handler.cc 190 ts->RemoveBlacklistedURL(GURL(url));
  /external/chromium/chrome/browser/ui/webui/
most_visited_handler.cc 166 ts->RemoveBlacklistedURL(GURL(url));
  /external/chromium_org/chrome/browser/search/
instant_service.cc 145 top_sites->RemoveBlacklistedURL(url);

Completed in 358 milliseconds