Home
last modified time | relevance | path

Searched refs:custom_type (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/tools/grit/grit/
Dclique.py311 def __init__(self, uber_clique, message, translateable=True, custom_type=None): argument
344 self.SetCustomType(custom_type)
360 def SetCustomType(self, custom_type): argument
364 self.custom_type = custom_type
365 if custom_type and not custom_type.Validate(self.GetMessage()):
478 if self.custom_type and not self.custom_type.ValidateAndModify(language, transl_msg):