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

  /external/chromium/net/base/
sdch_manager.cc 20 const size_t SdchManager::kMaxDictionarySize = 1000000;
23 const size_t SdchManager::kMaxDictionaryCount = 20;
26 SdchManager* SdchManager::global_;
29 SdchManager* SdchManager::Global() {
34 void SdchManager::SdchErrorRecovery(ProblemCodes problem) {
39 void SdchManager::ClearBlacklistings() {
45 void SdchManager::ClearDomainBlacklisting(const std::string& domain) {
50 int SdchManager::BlackListDomainCount(const std::string& domain)
    [all...]
sdch_manager.h 8 // Exactly one instance of SdchManager is built, and all references are made
11 // The SdchManager maintains a collection of memory resident dictionaries. It
35 // The SdchManager class allows registration to support this interface.
46 // and then calling back to AddSdchDictionary() to the SdchManager instance.
53 class SdchManager {
167 friend class SdchManager; // Only manager can construct an instance.
225 SdchManager();
226 ~SdchManager();
232 static SdchManager* Global();
242 // domain. Function assumes the existence of a global SdchManager instance
    [all...]

Completed in 466 milliseconds