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 96 const char* kFormatString = "Application Cache %s event";
97 std::string message = base::StringPrintf(kFormatString,
130 const char* kFormatString = "Application Cache Progress event (%d of %d) %s";
131 std::string message = base::StringPrintf(kFormatString, num_complete,
142 const char* kFormatString = "Application Cache Error event: %s";
144 base::StringPrintf(kFormatString, details.message.c_str());
  /external/chromium_org/content/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 547 const char* kFormatString = "Manifest fetch failed (%d) %s";
549 kFormatString, manifest_url_, fetcher->result(), response_code);
609 const char* kFormatString = "Failed to parse manifest %s";
610 const std::string message = base::StringPrintf(kFormatString,
698 const char* kFormatString = "Resource fetch failed (%d) %s";
700 kFormatString, url, fetcher->result(), response_code);
810 const char* kFormatString = "Manifest fetch failed (%d) %s";
812 kFormatString, request->url(), fetcher->result(), response_code);
885 const char* kFormatString = "Manifest re-fetch failed (%d) %s";
887 kFormatString, manifest_url_, fetcher->result(), response_code)
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 301 static const char kFormatString[] = "chromium/x-file-system-files";
304 (ui::Clipboard::GetFormatType(kFormatString)));
    [all...]

Completed in 84 milliseconds