Searched refs:prefix_match (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_service.h43 // If an exact thumbnail URL match fails, |prefix_match| specifies whether or
50 bool prefix_match,
H A Dthumbnail_service_impl.h31 bool prefix_match,
H A Dthumbnail_service_impl.cc66 bool prefix_match,
72 return local_ptr->GetPageThumbnail(url, prefix_match, bytes);
64 GetPageThumbnail( const GURL& url, bool prefix_match, scoped_refptr<base::RefCountedMemory>* bytes) argument
/external/chromium_org/chrome/browser/history/
H A Dtop_sites.h76 // If an exact thumbnail URL match fails, |prefix_match| specifies whether or
83 bool prefix_match,
H A Dtop_sites_impl.h69 bool prefix_match,
H A Dtop_sites_impl.cc240 bool prefix_match,
261 if (prefix_match) {
238 GetPageThumbnail( const GURL& url, bool prefix_match, scoped_refptr<base::RefCountedMemory>* bytes) argument
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_service.cc282 bool prefix_match = local
289 if (!prefix_match)
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager.cc376 bool prefix_match = local
382 if (!prefix_match)
/external/v8/tools/
H A Dtest.py1170 prefix_match = PREFIX_PATTERN.match(line)
1171 if prefix_match:
1172 prefix = SplitPath(prefix_match.group(1).strip())

Completed in 79 milliseconds