Searched refs:local_ptr (Results 1 – 1 of 1) sorted by relevance
57 scoped_refptr<history::TopSites> local_ptr(top_sites_); in SetPageThumbnail() local58 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() local69 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() local77 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 …]