HomeSort by relevance Sort by last modified time
    Searched full:explicit_urls (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/appcache/
manifest_parser_unittest.cc 81 EXPECT_TRUE(manifest.explicit_urls.empty());
113 base::hash_set<std::string> urls = manifest.explicit_urls;
132 urls = manifest.explicit_urls;
165 EXPECT_TRUE(manifest.explicit_urls.empty());
212 EXPECT_TRUE(manifest.explicit_urls.empty());
263 EXPECT_TRUE(manifest.explicit_urls.empty());
307 EXPECT_TRUE(manifest.explicit_urls.empty());
335 EXPECT_TRUE(manifest.explicit_urls.empty());
367 base::hash_set<std::string> urls = manifest.explicit_urls;
412 base::hash_set<std::string> urls = manifest.explicit_urls;
    [all...]
appcache_unittest.cc 132 manifest.explicit_urls.insert("http://one.com");
133 manifest.explicit_urls.insert("http://two.com");
  /external/chromium_org/webkit/browser/appcache/
manifest_parser.h 50 base::hash_set<std::string> explicit_urls; member in struct:appcache::Manifest
manifest_parser.cc 94 DCHECK(manifest.explicit_urls.empty());
218 manifest.explicit_urls.insert(url.spec());
appcache_update_job.cc     [all...]

Completed in 83 milliseconds