Home | History | Annotate | Download | only in base

Lines Matching refs:SdchManager

8 // Exactly one instance of SdchManager is built, and all references are made
11 // The SdchManager maintains a collection of memory resident dictionaries. It
38 // The SdchManager class allows registration to support this interface.
49 // and then calling back to AddSdchDictionary() to the SdchManager instance.
57 class SdchManager {
171 friend class SdchManager; // Only manager can construct an instance.
233 SdchManager();
234 ~SdchManager();
240 static SdchManager* Global();
250 // domain. Function assumes the existence of a global SdchManager instance.
343 static SdchManager* global_;
372 DISALLOW_COPY_AND_ASSIGN(SdchManager);