Home
last modified time | relevance | path

Searched refs:HostNameQueue (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/net/
Dpredictor.h160 class HostNameQueue {
162 HostNameQueue();
163 ~HostNameQueue();
176 DISALLOW_COPY_AND_ASSIGN(HostNameQueue);
279 HostNameQueue work_queue_;
Dpredictor.cc705 Predictor::HostNameQueue::HostNameQueue() { in HostNameQueue() function in chrome_browser_net::Predictor::HostNameQueue
708 Predictor::HostNameQueue::~HostNameQueue() { in ~HostNameQueue()
711 void Predictor::HostNameQueue::Push(const GURL& url, in Push()
726 bool Predictor::HostNameQueue::IsEmpty() const { in IsEmpty()
730 GURL Predictor::HostNameQueue::Pop() { in Pop()
Dpredictor_unittest.cc496 Predictor::HostNameQueue queue; in TEST_F()
523 Predictor::HostNameQueue queue; in TEST_F()