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

  /external/chromium_org/chrome/browser/net/
preconnect.h 26 UrlInfo::ResolutionMotivation motivation,
35 UrlInfo::ResolutionMotivation motivation,
url_info_unittest.cc 5 // Single threaded tests of UrlInfo functionality.
23 typedef chrome_browser_net::UrlInfo UrlInfo;
25 // Cycle throught the states held by a UrlInfo instance, and check to see that
29 UrlInfo info_practice, info;
36 info_practice.SetQueuedState(UrlInfo::UNIT_TEST_MOTIVATED);
45 info.SetQueuedState(UrlInfo::UNIT_TEST_MOTIVATED);
55 UrlInfo::get_cache_expiration().InMilliseconds());
65 info.SetQueuedState(UrlInfo::UNIT_TEST_MOTIVATED);
88 // situation, we divert the sequence of states a UrlInfo instance move
    [all...]
preconnect.cc 28 UrlInfo::ResolutionMotivation motivation,
44 UrlInfo::ResolutionMotivation motivation,
55 UrlInfo::MAX_MOTIVATED);
90 case UrlInfo::OMNIBOX_MOTIVATED:
93 case UrlInfo::LEARNED_REFERAL_MOTIVATED:
96 case UrlInfo::MOUSE_OVER_MOTIVATED:
97 case UrlInfo::SELF_REFERAL_MOTIVATED:
98 case UrlInfo::EARLY_LOAD_MOTIVATED:
url_info.cc 67 int UrlInfo::sequence_counter = 1;
69 UrlInfo::UrlInfo()
79 UrlInfo::~UrlInfo() {}
81 bool UrlInfo::NeedsDnsUpdate() {
103 void UrlInfo::set_cache_expiration(TimeDelta time) {
108 TimeDelta UrlInfo::get_cache_expiration() {
112 void UrlInfo::SetQueuedState(ResolutionMotivation motivation) {
122 void UrlInfo::SetAssignedState()
    [all...]
url_info.h 5 // A UrlInfo object is used to store prediction related information about a host
12 // UrlInfo objects are also used to describe frames, and additional instances
31 class UrlInfo {
67 typedef std::vector<UrlInfo> UrlInfoTable;
73 // UrlInfo are usually made by the default constructor during
75 UrlInfo();
77 ~UrlInfo();
182 // DISALLOW_COPY_AND_ASSIGN(UrlInfo);
predictor.h 64 typedef std::map<GURL, UrlInfo> Results;
73 UrlInfo::ResolutionMotivation motivation,
174 UrlInfo::ResolutionMotivation motivation);
176 void Resolve(const GURL& url, UrlInfo::ResolutionMotivation motivation);
232 UrlInfo::ResolutionMotivation motivation);
246 UrlInfo::ResolutionMotivation motivation, int count);
250 UrlInfo::ResolutionMotivation motivation,
338 UrlInfo::ResolutionMotivation motivation);
421 // or UrlInfo::NullDuration() if it hasn't been resolved yet.
424 return UrlInfo::NullDuration()
    [all...]
predictor.cc 243 UrlInfo::ResolutionMotivation motivation(UrlInfo::OMNIBOX_MOTIVATED);
315 UrlInfo::ResolutionMotivation motivation(UrlInfo::EARLY_LOAD_MOTIVATED);
418 UrlInfo* info = &results_[url];
431 UrlInfo* info = &it->second;
449 UrlInfo::ResolutionMotivation motivation) {
460 UrlInfo::ResolutionMotivation motivation) {
585 // Local lists for calling UrlInfo
586 UrlInfo::UrlInfoTable name_not_found
    [all...]
predictor_unittest.cc 52 UrlInfo::NullDuration())
146 testing_master.ResolveList(names, UrlInfo::PAGE_SCAN_MOTIVATED);
173 testing_master.ResolveList(names, UrlInfo::PAGE_SCAN_MOTIVATED);
213 testing_master.ResolveList(names, UrlInfo::PAGE_SCAN_MOTIVATED);
249 testing_master.ResolveList(names, UrlInfo::PAGE_SCAN_MOTIVATED);
580 queue.Push(first, UrlInfo::LEARNED_REFERAL_MOTIVATED);
582 queue.Push(second, UrlInfo::MOUSE_OVER_MOTIVATED);
590 queue.Push(first, UrlInfo::PAGE_SCAN_MOTIVATED);
592 queue.Push(second, UrlInfo::OMNIBOX_MOTIVATED);
614 queue.Push(low1, UrlInfo::PAGE_SCAN_MOTIVATED)
    [all...]
  /external/chromium_org/chrome/browser/net/spdyproxy/
proxy_advisor.cc 49 chrome_browser_net::UrlInfo::ResolutionMotivation motivation,
52 case chrome_browser_net::UrlInfo::OMNIBOX_MOTIVATED:
55 case chrome_browser_net::UrlInfo::STARTUP_LIST_MOTIVATED:
57 case chrome_browser_net::UrlInfo::EARLY_LOAD_MOTIVATED:
59 case chrome_browser_net::UrlInfo::LEARNED_REFERAL_MOTIVATED:
62 case chrome_browser_net::UrlInfo::SELF_REFERAL_MOTIVATED:
64 case chrome_browser_net::UrlInfo::PAGE_SCAN_MOTIVATED:
115 chrome_browser_net::UrlInfo::ResolutionMotivation motivation,
proxy_advisor.h 61 chrome_browser_net::UrlInfo::ResolutionMotivation motivation,
  /external/chromium_org/chrome/browser/chromeos/login/auth/
auth_prewarmer.cc 102 chrome_browser_net::UrlInfo::EARLY_LOAD_MOTIVATED,
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_message_filter.cc 112 url, GURL(), chrome_browser_net::UrlInfo::MOUSE_OVER_MOTIVATED, 1);
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.cc 92 ClientMalwareRequest::UrlInfo* urlinfo = local
95 urlinfo->set_ip(ip);
96 urlinfo->set_url(it->url);
97 urlinfo->set_method(it->method);
98 urlinfo->set_referrer(it->referrer);
99 urlinfo->set_resource_type(static_cast<int>(it->resource_type));
browser_feature_extractor_unittest.cc 200 const ClientMalwareRequest::UrlInfo& urlinfo = local
202 (*urls)[urlinfo.ip()].insert(urlinfo.url());
client_side_detection_host_unittest.cc 778 ClientMalwareRequest::UrlInfo* badipurl =
    [all...]

Completed in 134 milliseconds