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

  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service.h 55 virtual void AddForcedURL(const GURL& url) = 0;
thumbnail_service_impl.h 33 virtual void AddForcedURL(const GURL& url) OVERRIDE;
thumbnail_service_impl.cc 40 top_sites->AddForcedURL(url, base::Time::Now());
75 void ThumbnailServiceImpl::AddForcedURL(const GURL& url) {
  /external/chromium_org/chrome/browser/ui/webui/ntp/
thumbnail_source.cc 49 thumbnail_service_->AddForcedURL(GURL(path));
  /external/chromium_org/chrome/browser/history/
top_sites.h 157 virtual bool AddForcedURL(const GURL& url, const base::Time& time) = 0;
top_sites_impl.h 90 virtual bool AddForcedURL(const GURL& url, const base::Time& time) OVERRIDE;
top_sites_impl_unittest.cc 342 bool AddForcedURL(const GURL& url, base::Time time) {
343 return top_sites()->AddForcedURL(url, time);
    [all...]
top_sites_impl.cc 607 bool TopSitesImpl::AddForcedURL(const GURL& url, const base::Time& time) {
  /external/chromium_org/chrome/browser/android/
most_visited_sites.cc 112 top_sites->AddForcedURL(url, base::Time::Now());

Completed in 214 milliseconds