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

  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc 98 const char* kFormatString = "Application Cache %s event";
99 std::string message = base::StringPrintf(kFormatString,
132 const char* kFormatString = "Application Cache Progress event (%d of %d) %s";
133 std::string message = base::StringPrintf(kFormatString, num_complete,
144 const char* kFormatString = "Application Cache Error event: %s";
146 base::StringPrintf(kFormatString, details.message.c_str());
  /external/chromium_org/webkit/browser/appcache/
appcache_host.cc 381 const char* kFormatString =
386 kFormatString, owing_group->manifest_url().spec().c_str()));
401 const char* kFormatString = group->HasCache() ?
406 base::StringPrintf(kFormatString,
appcache_update_job.cc 525 const char* kFormatString = "Manifest fetch failed (%d) %s";
527 kFormatString, manifest_url_, fetcher->result(), response_code);
587 const char* kFormatString = "Failed to parse manifest %s";
588 const std::string message = base::StringPrintf(kFormatString,
676 const char* kFormatString = "Resource fetch failed (%d) %s";
678 kFormatString, url, fetcher->result(), response_code);
788 const char* kFormatString = "Manifest fetch failed (%d) %s";
790 kFormatString, request->url(), fetcher->result(), response_code);
863 const char* kFormatString = "Manifest re-fetch failed (%d) %s";
865 kFormatString, manifest_url_, fetcher->result(), response_code)
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 312 static const char kFormatString[] = "chromium/x-file-system-files";
315 (ui::Clipboard::GetFormatType(kFormatString)));
    [all...]

Completed in 491 milliseconds