Searched refs:pseudo_if_not_available (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/tools/grit/grit/gather/ |
D | rc_unittest.py | 343 transl = dlg.Translate('de', pseudo_if_not_available=True, 346 transl = dlg.Translate('de', pseudo_if_not_available=True, 349 transl = dlg.Translate('de', pseudo_if_not_available=False, 352 transl = dlg.Translate('de', pseudo_if_not_available=False, 355 transl = dlg.Translate('en', pseudo_if_not_available=True, 358 transl = dlg.Translate('en', pseudo_if_not_available=True, 361 transl = dlg.Translate('en', pseudo_if_not_available=False, 364 transl = dlg.Translate('en', pseudo_if_not_available=False,
|
D | txt.py | 33 def Translate(self, lang, pseudo_if_not_available=True, argument 36 pseudo_if_not_available,
|
D | skeleton_gatherer.py | 70 def Translate(self, lang, pseudo_if_not_available=True, argument 91 pseudo_if_not_available,
|
D | interface.py | 110 def Translate(self, lang, pseudo_if_not_available=True, argument
|
D | tr_html.py | 635 def Translate(self, lang, pseudo_if_not_available=True, argument 664 pseudo_if_not_available,
|
D | chrome_html.py | 327 def Translate(self, lang, pseudo_if_not_available=True, argument
|
/external/chromium_org/tools/grit/grit/format/policy_templates/ |
D | template_formatter.py | 70 pseudo_if_not_available=item.PseudoIsAllowed(),
|
/external/chromium_org/tools/grit/grit/format/ |
D | rc.py | 392 pseudo_if_not_available=item.PseudoIsAllowed(),
|
/external/chromium_org/tools/grit/grit/node/ |
D | structure.py | 310 pseudo_if_not_available=self.PseudoIsAllowed(),
|