Home
last modified time | relevance | path

Searched refs:SubstitutionMap (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/common/extensions/
Dextension_message_bundle.h21 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_;
Dextension_message_bundle.cc99 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()
Dextension_messages.h85 typedef std::map<std::string, std::string> SubstitutionMap; typedef
271 SubstitutionMap /* message bundle */)
Dextension_message_bundle_unittest.cc374 ExtensionMessageBundle::SubstitutionMap messages; in TEST()