Searched refs:dictionaries_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/base/
H A Dsdch_manager.cc212 while (!dictionaries_.empty()) {
213 DictionaryMap::iterator it = dictionaries_.begin();
215 dictionaries_.erase(it->first);
369 if (dictionaries_.find(server_hash) != dictionaries_.end()) {
446 if (kMaxDictionaryCount <= dictionaries_.size()) {
458 dictionaries_[server_hash] = dictionary;
465 DictionaryMap::iterator it = dictionaries_.find(server_hash);
466 if (it == dictionaries_.end()) {
475 // TODO(jar): If we have evictions from the dictionaries_, the
[all...]
H A Dsdch_manager.h348 DictionaryMap dictionaries_; member in class:net::SdchManager
/external/chromium_org/net/base/
H A Dsdch_manager.cc218 while (!dictionaries_.empty()) {
219 DictionaryMap::iterator it = dictionaries_.begin();
221 dictionaries_.erase(it->first);
381 if (dictionaries_.find(server_hash) != dictionaries_.end()) {
458 if (kMaxDictionaryCount <= dictionaries_.size()) {
470 dictionaries_[server_hash] = dictionary;
478 DictionaryMap::iterator it = dictionaries_.find(server_hash);
479 if (it == dictionaries_.end()) {
488 // TODO(jar): If we have evictions from the dictionaries_, the
[all...]
H A Dsdch_manager.h350 DictionaryMap dictionaries_; member in class:net::SdchManager

Completed in 52 milliseconds