Lines Matching refs:KeyCharacterMap
45 class KeyCharacterMap {
77 static base::Result<std::shared_ptr<KeyCharacterMap>> load(const std::string& filename,
81 static base::Result<std::shared_ptr<KeyCharacterMap>> loadContents(const std::string& filename,
88 void combine(const KeyCharacterMap& overlay);
139 static std::shared_ptr<KeyCharacterMap> readFromParcel(Parcel* parcel);
145 bool operator==(const KeyCharacterMap& other) const;
147 bool operator!=(const KeyCharacterMap& other) const;
149 KeyCharacterMap(const KeyCharacterMap& other);
151 virtual ~KeyCharacterMap();
210 KeyCharacterMap* mMap;
217 Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format);
240 KeyCharacterMap(const std::string& filename);