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

  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_impl.cc 57 scoped_refptr<history::TopSites> local_ptr(top_sites_);
58 if (local_ptr.get() == NULL)
61 return local_ptr->SetPageThumbnail(context.url, thumbnail, context.score);
68 scoped_refptr<history::TopSites> local_ptr(top_sites_);
69 if (local_ptr.get() == NULL)
72 return local_ptr->GetPageThumbnail(url, prefix_match, bytes);
76 scoped_refptr<history::TopSites> local_ptr(top_sites_);
77 if (local_ptr.get() == NULL)
82 base::Bind(AddForcedURLOnUIThread, local_ptr, url));
94 scoped_refptr<history::TopSites> local_ptr(top_sites_)
    [all...]
  /external/pcre/dist/
pcre_dfa_exec.c 2876 const pcre_uchar *local_ptr = ptr; local
    [all...]

Completed in 110 milliseconds