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

  /external/chromium_org/ui/base/resource/
resource_bundle_ios.mm 126 bool is_fallback = PNGContainsFallbackMarker(data->front(), data->size());
129 CGFloat source_scale = is_fallback ? 1.0 : target_scale;
134 if (is_fallback) {
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc 43 is_fallback(false),
appcache_interfaces.h 92 bool is_fallback; member in struct:appcache::AppCacheResourceInfo
  /external/chromium_org/content/common/
appcache_messages.h 32 IPC_STRUCT_TRAITS_MEMBER(is_fallback)
  /external/chromium_org/webkit/browser/appcache/
appcache_request_handler.cc 205 const GURL& manifest_url, bool is_fallback,
214 entry, is_fallback);
appcache_request_handler.h 71 bool is_fallback,
appcache_url_request_job.h 43 bool is_fallback);
appcache_url_request_job.cc 50 const AppCacheEntry& entry, bool is_fallback) {
58 is_fallback_ = is_fallback;
appcache.cc 304 info.is_fallback = iter->second.IsFallback();
view_appcache_internals_job.cc 182 if (info.is_fallback)
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc 324 web_resources[i].isFallback = resource_infos[i].is_fallback;

Completed in 406 milliseconds