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

  /external/chromium/chrome/common/extensions/
extension_messages.h 85 typedef std::map<std::string, std::string> SubstitutionMap;
271 SubstitutionMap /* message bundle */)
extension_message_bundle.h 21 typedef std::map<std::string, std::string> SubstitutionMap;
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_; }
133 SubstitutionMap* placeholders,
138 bool ReplacePlaceholders(const SubstitutionMap& placeholders,
143 SubstitutionMap dictionary_;

Completed in 17 milliseconds