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

  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
doc_writer.py 35 def _GetLocalizedMessage(self, msg_id):
145 value_name = self._GetLocalizedMessage('supported')
147 value_name = self._GetLocalizedMessage('not_supported')
409 term = self._GetLocalizedMessage(term_id)
431 since_version = self._GetLocalizedMessage('since_version')
434 until_version = self._GetLocalizedMessage('until_version')
499 note = self._GetLocalizedMessage('note').replace('$6', problem_href)
548 policy_name_text += self._GetLocalizedMessage('deprecated') + ")"
560 self._GetLocalizedMessage('back_to_top'))
587 self._GetLocalizedMessage('intro')
    [all...]
doc_writer_unittest.py 108 self.writer._GetLocalizedMessage('hello_world'),

Completed in 4422 milliseconds