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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_definitions_builder.py 33 from idl_definitions import IdlDefinitions, IdlInterface, IdlException, IdlOperation, IdlCallbackFunction, IdlArgument, IdlAttribute, IdlConstant, IdlEnum, IdlTypedef, IdlUnionType
265 return IdlCallbackFunction(name=name, data_type=data_type, arguments=arguments)
idl_definitions.py 139 class IdlCallbackFunction(BaseIdl, TypedObject):

Completed in 103 milliseconds