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

/external/chromium/chrome/common/extensions/
H A Dextension_message_bundle.cc28 const char* ExtensionMessageBundle::kPlaceholdersKey = "placeholders";
149 SubstitutionMap placeholders; local
150 if (!GetPlaceholders(*name_tree, key, &placeholders, error))
153 if (!ReplacePlaceholders(placeholders, value, error))
164 SubstitutionMap* placeholders,
195 (*placeholders)[StringToLowerASCII(content_key)] = content;
202 const SubstitutionMap& placeholders,
205 return ReplaceVariables(placeholders,
162 GetPlaceholders(const DictionaryValue& name_tree, const std::string& name_key, SubstitutionMap* placeholders, std::string* error) const argument
201 ReplacePlaceholders( const SubstitutionMap& placeholders, std::string* message, std::string* error) const argument

Completed in 61 milliseconds