Searched refs:SubstitutionMap (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/common/extensions/ |
D | extension_message_bundle.h | 21 typedef std::map<std::string, std::string> SubstitutionMap; typedef 70 const SubstitutionMap& dictionary); 82 const SubstitutionMap& dictionary, std::string* text, std::string* error); 89 static bool ReplaceVariables(const SubstitutionMap& variables, 100 const SubstitutionMap* dictionary() const { return &dictionary_; } in dictionary() 133 SubstitutionMap* placeholders, 138 bool ReplacePlaceholders(const SubstitutionMap& placeholders, 143 SubstitutionMap dictionary_;
|
D | extension_message_bundle.cc | 99 SubstitutionMap append_messages; in AppendReservedMessagesForLocale() 118 SubstitutionMap::iterator it = append_messages.begin(); in AppendReservedMessagesForLocale() 149 SubstitutionMap placeholders; in GetMessageValue() 164 SubstitutionMap* placeholders, in GetPlaceholders() 202 const SubstitutionMap& placeholders, in ReplacePlaceholders() 222 const SubstitutionMap& dictionary, std::string* text, std::string* error) { in ReplaceMessagesWithExternalDictionary() 228 const SubstitutionMap& variables, in ReplaceVariables() 255 SubstitutionMap::const_iterator it = in ReplaceVariables() 303 const std::string& name, const SubstitutionMap& dictionary) { in GetL10nMessage() 304 SubstitutionMap::const_iterator it = in GetL10nMessage()
|
D | extension_messages.h | 85 typedef std::map<std::string, std::string> SubstitutionMap; typedef 271 SubstitutionMap /* message bundle */)
|
D | extension_message_bundle_unittest.cc | 374 ExtensionMessageBundle::SubstitutionMap messages; in TEST()
|