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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_definitions_builder.py 29 """Builds an IdlDefinitions object from an AST (produced by blink_idl_parser)."""
33 from idl_definitions import IdlDefinitions, IdlInterface, IdlException, IdlOperation, IdlCallbackFunction, IdlArgument, IdlAttribute, IdlConstant, IdlEnum, IdlTypedef, IdlUnionType
81 return IdlDefinitions(callback_functions=callback_functions, enumerations=enumerations, exceptions=exceptions, file_name=file_name, interfaces=interfaces, typedefs=typedefs)
idl_definitions.py 94 class IdlDefinitions(BaseIdl):

Completed in 644 milliseconds