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

  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_unittest.cc 61 const PrefetchData& host_data));
401 PrefetchData host_data(PREFETCH_KEY_TYPE_HOST, "www.google.com");
402 host_data.resources.push_back(ResourceRow(std::string(),
409 host_data.resources.push_back(ResourceRow(std::string(),
416 host_data.resources.push_back(ResourceRow(std::string(),
423 EXPECT_CALL(*mock_tables_.get(), UpdateData(empty_url_data_, host_data));
505 PrefetchData host_data(PREFETCH_KEY_TYPE_HOST, "www.google.com");
506 host_data.resources = url_data.resources;
507 EXPECT_CALL(*mock_tables_.get(), UpdateData(empty_url_data_, host_data));
603 PrefetchData host_data(PREFETCH_KEY_TYPE_HOST, "www.google.com")
    [all...]
resource_prefetch_predictor_tables.cc 184 const PrefetchData& host_data) {
189 DCHECK(!url_data.is_host() && host_data.is_host());
190 DCHECK(!url_data.primary_key.empty() || !host_data.primary_key.empty());
195 (host_data.primary_key.empty() || UpdateDataHelper(host_data));
resource_prefetch_predictor_tables.h 99 // |host_data| has an empty primary key, it will be ignored.
100 // Note that the Urls and primary key in |url_data| and |host_data| should be
103 const PrefetchData& host_data);
resource_prefetch_predictor.cc 992 const PrefetchData& host_data = is_host ? cache_entry->second : empty_data; local
    [all...]
  /external/chromium_org/extensions/common/manifest_handlers/
permissions_parser.cc 121 std::vector<std::string> host_data; local
127 &host_data)) {
184 for (std::vector<std::string>::const_iterator iter = host_data.begin();
185 iter != host_data.end();

Completed in 151 milliseconds