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

  /external/chromium_org/chrome/browser/history/
top_sites.h 111 virtual void RemoveBlacklistedURL(const GURL& url) = 0;
top_sites_impl.h 77 virtual void RemoveBlacklistedURL(const GURL& url) OVERRIDE;
top_sites_impl.cc 345 void TopSitesImpl::RemoveBlacklistedURL(const GURL& url) {
top_sites_impl_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
most_visited_handler.cc 182 ts->RemoveBlacklistedURL(GURL(url));
  /external/chromium_org/chrome/browser/search/
instant_service.cc 174 top_sites->RemoveBlacklistedURL(url);

Completed in 432 milliseconds