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 108 const char* kFormatString = "Application Cache %s event";
109 std::string message = base::StringPrintf(kFormatString,
142 const char* kFormatString = "Application Cache Progress event (%d of %d) %s";
143 std::string message = base::StringPrintf(kFormatString, num_complete,
154 const char* kFormatString = "Application Cache Error event: %s";
155 std::string full_message = base::StringPrintf(kFormatString,
  /external/chromium_org/webkit/browser/appcache/
appcache_host.cc 372 const char* kFormatString =
377 kFormatString, owing_group->manifest_url().spec().c_str()));
392 const char* kFormatString = group->HasCache() ?
397 base::StringPrintf(kFormatString,
appcache_update_job.cc 462 const char* kFormatString = "Manifest fetch failed (%d) %s";
463 std::string message = base::StringPrintf(kFormatString, response_code,
501 const char* kFormatString = "Failed to parse manifest %s";
502 const std::string message = base::StringPrintf(kFormatString,
576 const char* kFormatString = "Resource fetch failed (%d) %s";
577 const std::string message = base::StringPrintf(kFormatString,
661 const char* kFormatString = "Master entry fetch failed (%d) %s";
662 const std::string message = base::StringPrintf(kFormatString,
    [all...]
  /external/chromium/chrome/browser/
mach_broker_mac.cc 230 static const char kFormatString[] =
243 return StringPrintf(kFormatString, pid);

Completed in 69 milliseconds