HomeSort by relevance Sort by last modified time
    Searched refs:AddForcedURL (Results 1 - 8 of 8) 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/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 299 bool AddForcedURL(const GURL& url, base::Time time) {
300 return top_sites()->AddForcedURL(url, time);
    [all...]
top_sites_impl.cc 610 bool TopSitesImpl::AddForcedURL(const GURL& url, const base::Time& time) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
thumbnail_source.cc 51 thumbnail_service_->AddForcedURL(GURL(path));

Completed in 196 milliseconds