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

  /external/chromium_org/extensions/common/
extension_messages.h 209 typedef std::map<std::string, std::string> SubstitutionMap;
563 SubstitutionMap /* message bundle */)
message_bundle.h 25 typedef std::map<std::string, std::string> SubstitutionMap;
74 const SubstitutionMap& dictionary);
86 const SubstitutionMap& dictionary, std::string* text, std::string* error);
93 static bool ReplaceVariables(const SubstitutionMap& variables,
104 const SubstitutionMap* dictionary() const { return &dictionary_; }
137 SubstitutionMap* placeholders,
142 bool ReplacePlaceholders(const SubstitutionMap& placeholders,
147 SubstitutionMap dictionary_;

Completed in 209 milliseconds