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

  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service.h 43 // If an exact thumbnail URL match fails, |prefix_match| specifies whether or
50 bool prefix_match,
thumbnail_service_impl.h 31 bool prefix_match,
thumbnail_service_impl.cc 66 bool prefix_match,
72 return local_ptr->GetPageThumbnail(url, prefix_match, bytes);
  /external/chromium_org/content/common/service_worker/
service_worker_types.cc 47 prefix_match(false) {}
service_worker_types.h 98 bool prefix_match; member in struct:content::ServiceWorkerCacheQueryParams
service_worker_messages.h 59 IPC_STRUCT_TRAITS_MEMBER(prefix_match)
  /external/chromium_org/chrome/browser/history/
top_sites.h 76 // If an exact thumbnail URL match fails, |prefix_match| specifies whether or
83 bool prefix_match,
top_sites_impl.h 68 bool prefix_match,
top_sites_impl.cc 237 bool prefix_match,
258 if (prefix_match) {
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.cc 427 bool prefix_match = local
432 if (!prefix_match)
    [all...]
  /external/chromium_org/content/renderer/service_worker/
service_worker_cache_storage_dispatcher.cc 124 query_params.prefix_match = web_query_params.prefixMatch;

Completed in 874 milliseconds