Searched defs:UrlInfo (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/net/
H A Durl_info_unittest.cc5 // Single threaded tests of UrlInfo functionality.
23 typedef chrome_browser_net::UrlInfo UrlInfo; typedef in namespace:__anon1417
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);
87 // situation, we divert the sequence of states a UrlInfo instanc
[all...]
H A Durl_info.cc31 int UrlInfo::sequence_counter = 1;
33 UrlInfo::UrlInfo() function in class:chrome_browser_net::UrlInfo
43 UrlInfo::~UrlInfo() {}
45 bool UrlInfo::NeedsDnsUpdate() {
65 const TimeDelta UrlInfo::kNullDuration(TimeDelta::FromMilliseconds(-1));
77 TimeDelta UrlInfo::cache_expiration_duration_(TimeDelta::FromSeconds(5));
79 const TimeDelta UrlInfo::kMaxNonNetworkDnsLookupDuration(
84 void UrlInfo
[all...]
H A Durl_info.h5 // 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
32 class UrlInfo { class in namespace:chrome_browser_net
72 typedef std::vector<UrlInfo> UrlInfoTable;
76 // UrlInfo are usually made by the default constructor during
78 UrlInfo();
80 ~UrlInfo();
189 // DISALLOW_COPY_AND_ASSIGN(UrlInfo);

Completed in 57 milliseconds