Searched refs:SubstitutionMap (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/extensions/common/ |
D | message_bundle.h | 25 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_;
|
D | message_bundle.cc | 99 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()
|
D | extension_messages.h | 212 typedef std::map<std::string, std::string> SubstitutionMap; typedef 623 SubstitutionMap /* message bundle */)
|
D | message_bundle_unittest.cc | 381 MessageBundle::SubstitutionMap messages; in TEST()
|
/external/chromium_org/chrome/browser/extensions/ |
D | user_script_loader.cc | 61 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/ |
D | execute_code_function.cc | 83 scoped_ptr<SubstitutionMap> localization_messages( in GetFileURLAndLocalizeCSS()
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | chrome_extension_message_filter.cc | 263 scoped_ptr<extensions::MessageBundle::SubstitutionMap> dictionary_map( in OnGetExtMessageBundleOnBlockingPool()
|