Searched defs:kFormatString (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.cc96 const char* kFormatString = "Application Cache %s event"; local
97 std::string message = base::StringPrintf(kFormatString,
130 const char* kFormatString = "Application Cache Progress event (%d of %d) %s"; local
131 std::string message = base::StringPrintf(kFormatString, num_complete,
142 const char* kFormatString = "Application Cache Error event: %s"; local
144 base::StringPrintf(kFormatString, details.message.c_str());
/external/chromium_org/content/browser/appcache/
H A Dappcache_host.cc381 const char* kFormatString = local
386 kFormatString, owing_group->manifest_url().spec().c_str()));
401 const char* kFormatString = group->HasCache() ? local
406 base::StringPrintf(kFormatString,
H A Dappcache_update_job.cc547 const char* kFormatString = "Manifest fetch failed (%d) %s"; local
549 kFormatString, manifest_url_, fetcher->result(), response_code);
609 const char* kFormatString = "Failed to parse manifest %s"; local
610 const std::string message = base::StringPrintf(kFormatString,
698 const char* kFormatString = "Resource fetch failed (%d) %s"; local
700 kFormatString, url, fetcher->result(), response_code);
810 const char* kFormatString = "Manifest fetch failed (%d) %s"; local
812 kFormatString, request->url(), fetcher->result(), response_code);
885 const char* kFormatString = "Manifest re-fetch failed (%d) %s"; local
887 kFormatString, manifest_url
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc301 static const char kFormatString[] = "chromium/x-file-system-files"; local
304 (ui::Clipboard::GetFormatType(kFormatString)));

Completed in 1329 milliseconds