OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SubstitutionMap
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/common/extensions/
extension_messages.h
85
typedef std::map<std::string, std::string>
SubstitutionMap
;
271
SubstitutionMap
/* message bundle */)
extension_message_bundle.h
21
typedef std::map<std::string, std::string>
SubstitutionMap
;
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/
extension_messages.h
220
typedef std::map<std::string, std::string>
SubstitutionMap
;
583
SubstitutionMap
/* message bundle */)
message_bundle.h
25
typedef std::map<std::string, std::string>
SubstitutionMap
;
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 82 milliseconds