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

/external/chromium_org/tools/grit/grit/
H A Dtclib.py46 tag_map[placeholder.GetPresentation()] = [placeholder, 0]
85 presentable_content.append(part.GetPresentation())
226 def GetPresentation(self): member in class:Placeholder
/external/chromium_org/tools/grit/grit/extern/
H A Dtclib.py68 def GetPresentation(self): member in class:Placeholder
131 if placeholder.GetPresentation() == other.GetPresentation():
135 placeholder.GetPresentation()
188 presentable_content += item.GetPresentation()
206 ph = source_msg.GetPlaceholder(item.GetPresentation())
210 (item.GetPresentation(), source_msg);
236 item.GetPresentation() == presentation):
296 pos += len(item.GetPresentation())
301 for pos in FindOverlapping(presentation, ph.GetPresentation())
[all...]

Completed in 119 milliseconds