HomeSort by relevance Sort by last modified time
    Searched defs:manifest_data (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/chromedriver/
chrome_launcher.cc 629 std::string manifest_data; local
630 if (!base::ReadFileToString(manifest_path, &manifest_data))
632 scoped_ptr<base::Value> manifest_value(base::JSONReader::Read(manifest_data));
660 base::JSONWriter::Write(manifest, &manifest_data);
662 manifest_path, manifest_data.c_str(), manifest_data.size()) !=
663 static_cast<int>(manifest_data.size())) {
  /external/chromium_org/content/browser/appcache/
appcache_update_job.h 122 const std::string& manifest_data() const { return manifest_data_; } function in class:content::AppCacheUpdateJob::URLFetcher

Completed in 306 milliseconds