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 63 const PrefetchData& host_data));
403 PrefetchData host_data(PREFETCH_KEY_TYPE_HOST, "www.google.com");
404 host_data.resources.push_back(ResourceRow(std::string(),
411 host_data.resources.push_back(ResourceRow(std::string(),
418 host_data.resources.push_back(ResourceRow(std::string(),
425 EXPECT_CALL(*mock_tables_.get(), UpdateData(empty_url_data_, host_data));
511 PrefetchData host_data(PREFETCH_KEY_TYPE_HOST, "www.google.com");
512 host_data.resources = url_data.resources;
513 EXPECT_CALL(*mock_tables_.get(), UpdateData(empty_url_data_, host_data));
613 PrefetchData host_data(PREFETCH_KEY_TYPE_HOST, "www.google.com")
    [all...]
resource_prefetch_predictor_tables.cc 185 const PrefetchData& host_data) {
190 DCHECK(!url_data.is_host() && host_data.is_host());
191 DCHECK(!url_data.primary_key.empty() || !host_data.primary_key.empty());
196 (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 1017 const PrefetchData& host_data = is_host ? cache_entry->second : empty_data; local
    [all...]
  /external/chromium_org/chrome/common/extensions/permissions/
permissions_data.cc 126 std::vector<std::string> host_data; local
129 api_permissions, error, &host_data)) {
185 for (std::vector<std::string>::const_iterator iter = host_data.begin();
186 iter != host_data.end(); ++iter) {

Completed in 86 milliseconds