Home
last modified time | relevance | path

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

/external/chromium_org/extensions/common/
Dmessage_bundle.h25 typedef std::map<std::string, std::string> SubstitutionMap; typedef
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_; } in dictionary()
137 SubstitutionMap* placeholders,
142 bool ReplacePlaceholders(const SubstitutionMap& placeholders,
147 SubstitutionMap dictionary_;
Dmessage_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()
200 bool MessageBundle::ReplacePlaceholders(const SubstitutionMap& placeholders, in ReplacePlaceholders()
220 const SubstitutionMap& dictionary, std::string* text, std::string* error) { in ReplaceMessagesWithExternalDictionary()
225 bool MessageBundle::ReplaceVariables(const SubstitutionMap& variables, in ReplaceVariables()
252 SubstitutionMap::const_iterator it = in ReplaceVariables()
299 const SubstitutionMap& dictionary) { in GetL10nMessage()
300 SubstitutionMap::const_iterator it = in GetL10nMessage()
Dextension_messages.h212 typedef std::map<std::string, std::string> SubstitutionMap; typedef
623 SubstitutionMap /* message bundle */)
Dmessage_bundle_unittest.cc381 MessageBundle::SubstitutionMap messages; in TEST()
/external/chromium_org/chrome/browser/extensions/
Duser_script_loader.cc61 const SubstitutionMap* localization_messages, in LoadScriptContent()
120 SubstitutionMap* GetLocalizationMessages(const ExtensionsInfo& extensions_info, in GetLocalizationMessages()
138 scoped_ptr<SubstitutionMap> localization_messages( in LoadUserScripts()
/external/chromium_org/extensions/browser/api/
Dexecute_code_function.cc83 scoped_ptr<SubstitutionMap> localization_messages( in GetFileURLAndLocalizeCSS()
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_extension_message_filter.cc263 scoped_ptr<extensions::MessageBundle::SubstitutionMap> dictionary_map( in OnGetExtMessageBundleOnBlockingPool()