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

  /external/chromium/net/base/
sdch_manager.cc 212 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_, then we need t
    [all...]
sdch_manager.h 348 DictionaryMap dictionaries_; member in class:net::SdchManager

Completed in 47 milliseconds