HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceVariables (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/common/extensions/
extension_message_bundle.cc 205 return ReplaceVariables(placeholders,
223 return ReplaceVariables(dictionary, kMessageBegin, kMessageEnd, text, error);
227 bool ExtensionMessageBundle::ReplaceVariables(
extension_message_bundle.h 89 static bool ReplaceVariables(const SubstitutionMap& variables,
137 // Returns false if replacement failed (see ReplaceVariables).
extension_message_bundle_unittest.cc 318 struct ReplaceVariables {
333 static ReplaceVariables test_cases[] = {
385 ExtensionMessageBundle::ReplaceVariables(messages,
  /external/chromium_org/chrome/common/extensions/
message_bundle.cc 203 return ReplaceVariables(placeholders,
221 return ReplaceVariables(dictionary, kMessageBegin, kMessageEnd, text, error);
225 bool MessageBundle::ReplaceVariables(const SubstitutionMap& variables,
message_bundle.h 93 static bool ReplaceVariables(const SubstitutionMap& variables,
141 // Returns false if replacement failed (see ReplaceVariables).
message_bundle_unittest.cc 325 struct ReplaceVariables {
340 static ReplaceVariables test_cases[] = {
392 MessageBundle::ReplaceVariables(messages,

Completed in 411 milliseconds