OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:boolean_to_perl
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
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)),
306
'domFunction::isStatic':
boolean_to_perl
(false_to_none(self.is_static)),
338
'domParameter::isOptional':
boolean_to_perl
(self.is_optional),
339
'domParameter::isVariadic':
boolean_to_perl
(self.is_variadic),
413
def
boolean_to_perl
(value):
function
Completed in 547 milliseconds