Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/thumbnails/
Dthumbnail_service_impl.cc57 scoped_refptr<history::TopSites> local_ptr(top_sites_); in SetPageThumbnail() local
58 if (local_ptr.get() == NULL) in SetPageThumbnail()
61 return local_ptr->SetPageThumbnail(context.url, thumbnail, context.score); in SetPageThumbnail()
68 scoped_refptr<history::TopSites> local_ptr(top_sites_); in GetPageThumbnail() local
69 if (local_ptr.get() == NULL) in GetPageThumbnail()
72 return local_ptr->GetPageThumbnail(url, prefix_match, bytes); in GetPageThumbnail()
76 scoped_refptr<history::TopSites> local_ptr(top_sites_); in AddForcedURL() local
77 if (local_ptr.get() == NULL) in AddForcedURL()
82 base::Bind(AddForcedURLOnUIThread, local_ptr, url)); in AddForcedURL()
94 scoped_refptr<history::TopSites> local_ptr(top_sites_); in ShouldAcquirePageThumbnail() local
[all …]