Searched refs:PendingOpsMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_cache.h257 typedef base::hash_map<std::string, PendingOp*> PendingOpsMap; typedef in class:net::HttpCache
425 PendingOpsMap pending_ops_;
H A Dhttp_cache.cc359 PendingOpsMap::iterator pending_it = pending_ops_.begin();
722 PendingOpsMap::const_iterator it = pending_ops_.find(key);
737 PendingOpsMap::iterator it = pending_ops_.find(key);
741 for (PendingOpsMap::iterator it = pending_ops_.begin();
963 PendingOpsMap::const_iterator j = pending_ops_.find(std::string());
971 PendingOpsMap::const_iterator j = pending_ops_.find(trans->key());

Completed in 60 milliseconds