HomeSort by relevance Sort by last modified time
    Searched full:boolean_to_perl (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_definitions.py 205 'domInterface::isCallback': boolean_to_perl(false_to_none(self.is_callback)),
262 'domAttribute::isReadOnly': boolean_to_perl(false_to_none(self.is_read_only)),
263 'domAttribute::isStatic': boolean_to_perl(false_to_none(self.is_static)),
304 'domFunction::isStatic': boolean_to_perl(false_to_none(self.is_static)),
336 'domParameter::isOptional': boolean_to_perl(self.is_optional),
337 'domParameter::isVariadic': boolean_to_perl(self.is_variadic),
419 def boolean_to_perl(value): function

Completed in 55 milliseconds