Searched defs:SubstitutionMap (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Dextension_messages.h85 typedef std::map<std::string, std::string> SubstitutionMap; typedef
271 SubstitutionMap /* message bundle */)
H A Dextension_message_bundle.h21 typedef std::map<std::string, std::string> SubstitutionMap; typedef in class:ExtensionMessageBundle
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_;
/external/chromium_org/chrome/common/extensions/
H A Dextension_messages.h191 typedef std::map<std::string, std::string> SubstitutionMap; typedef
547 SubstitutionMap /* message bundle */)
H A Dmessage_bundle.h25 typedef std::map<std::string, std::string> SubstitutionMap; typedef in class:extensions::MessageBundle
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 104 milliseconds