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 375 const char* kFormatString =
380 kFormatString, owing_group->manifest_url().spec().c_str()));
395 const char* kFormatString = group->HasCache() ?
400 base::StringPrintf(kFormatString,
appcache_update_job.cc 469 const char* kFormatString = "Manifest fetch failed (%d) %s";
470 std::string message = base::StringPrintf(kFormatString, response_code,
508 const char* kFormatString = "Failed to parse manifest %s";
509 const std::string message = base::StringPrintf(kFormatString,
582 const char* kFormatString = "Resource fetch failed (%d) %s";
583 const std::string message = base::StringPrintf(kFormatString,
667 const char* kFormatString = "Master entry fetch failed (%d) %s";
668 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 972 milliseconds