OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPlaceholders
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/tools/grit/grit/gather/
muppet_strings_unittest.py
52
self.failUnless(len(msg.
GetPlaceholders
()) == 3)
53
ph = msg.
GetPlaceholders
()[0]
policy_json_unittest.py
166
self.failUnless(len(msg.
GetPlaceholders
()) == 1)
167
ph = msg.
GetPlaceholders
()[0]
rc_unittest.py
137
self.failUnless(len(menu.GetCliques()[0].GetMessage().
GetPlaceholders
()) ==
/external/chromium_org/tools/grit/grit/extern/
tclib.py
130
for other in self.
GetPlaceholders
():
229
def
GetPlaceholders
(self):
300
for ph in self.
GetPlaceholders
():
370
placeholders = self.
GetPlaceholders
()
422
ph1 = self.
GetPlaceholders
()
423
ph2 = other.
GetPlaceholders
()
475
placeholders = self.
GetPlaceholders
()
488
ph1 = self.
GetPlaceholders
()
489
ph2 = other.
GetPlaceholders
()
/external/chromium/chrome/common/extensions/
extension_message_bundle.h
131
bool
GetPlaceholders
(const DictionaryValue& name_tree,
extension_message_bundle.cc
150
if (!
GetPlaceholders
(*name_tree, key, &placeholders, error))
162
bool ExtensionMessageBundle::
GetPlaceholders
(const DictionaryValue& name_tree,
/external/chromium_org/chrome/common/extensions/
message_bundle.h
135
bool
GetPlaceholders
(const base::DictionaryValue& name_tree,
message_bundle.cc
150
if (!
GetPlaceholders
(*name_tree, key, &placeholders, error))
162
bool MessageBundle::
GetPlaceholders
(const base::DictionaryValue& name_tree,
/external/chromium_org/tools/grit/grit/
clique.py
225
for ph in original_msg.
GetPlaceholders
():
469
if len(original.
GetPlaceholders
()) != len(translation.
GetPlaceholders
()):
476
placeholders=original.
GetPlaceholders
())
tclib.py
93
for other in self.
GetPlaceholders
():
139
def
GetPlaceholders
(self):
util.py
616
return tclib.Message(newtext, msg.
GetPlaceholders
() + placeholders,
Completed in 247 milliseconds