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

  /external/chromium/chrome/browser/net/
predictor.h 160 class HostNameQueue {
162 HostNameQueue();
163 ~HostNameQueue();
176 DISALLOW_COPY_AND_ASSIGN(HostNameQueue);
279 HostNameQueue work_queue_;
predictor.cc 705 Predictor::HostNameQueue::HostNameQueue() {
708 Predictor::HostNameQueue::~HostNameQueue() {
711 void Predictor::HostNameQueue::Push(const GURL& url,
726 bool Predictor::HostNameQueue::IsEmpty() const {
730 GURL Predictor::HostNameQueue::Pop() {
predictor_unittest.cc 496 Predictor::HostNameQueue queue;
523 Predictor::HostNameQueue queue;

Completed in 605 milliseconds