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

  /external/chromium_org/net/base/
sdch_manager.cc 45 const size_t SdchManager::kMaxDictionaryCount = 1;
49 const size_t SdchManager::kMaxDictionaryCount = 20;
597 if (kMaxDictionaryCount <= dictionaries_.size()) {
sdch_manager.h 181 static const size_t kMaxDictionaryCount;
sdch_manager_unittest.cc 374 for (size_t count = 0; count < SdchManager::kMaxDictionaryCount; ++count) {
  /external/chromium_org/net/filter/
sdch_filter_unittest.cc 435 if (SdchManager::kMaxDictionaryCount > 1) {
679 if (SdchManager::kMaxDictionaryCount <= 1)
734 if (SdchManager::kMaxDictionaryCount <= 1)
    [all...]

Completed in 334 milliseconds