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

/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.cc98 const char* kFormatString = "Application Cache %s event"; local
99 std::string message = base::StringPrintf(kFormatString,
132 const char* kFormatString = "Application Cache Progress event (%d of %d) %s"; local
133 std::string message = base::StringPrintf(kFormatString, num_complete,
144 const char* kFormatString = "Application Cache Error event: %s"; local
146 base::StringPrintf(kFormatString, details.message.c_str());
/external/chromium_org/webkit/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.cc525 const char* kFormatString = "Manifest fetch failed (%d) %s"; local
527 kFormatString, manifest_url_, fetcher->result(), response_code);
587 const char* kFormatString = "Failed to parse manifest %s"; local
588 const std::string message = base::StringPrintf(kFormatString,
676 const char* kFormatString = "Resource fetch failed (%d) %s"; local
678 kFormatString, url, fetcher->result(), response_code);
788 const char* kFormatString = "Manifest fetch failed (%d) %s"; local
790 kFormatString, request->url(), fetcher->result(), response_code);
863 const char* kFormatString = "Manifest re-fetch failed (%d) %s"; local
865 kFormatString, manifest_url
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc312 static const char kFormatString[] = "chromium/x-file-system-files"; local
315 (ui::Clipboard::GetFormatType(kFormatString)));

Completed in 1343 milliseconds