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_reader.py 29 """Read an IDL file or complete IDL interface, producing an IdlDefinitions object.
39 from idl_definitions import IdlDefinitions
58 """Returns a dictionary whose key is component and value is an IdlDefinitions object for an IDL file, including all dependencies."""
73 """Returns an IdlDefinitions object for an IDL file, without any dependencies.
75 The IdlDefinitions object is guaranteed to contain a single
82 definitions = IdlDefinitions(idl_file_basename, ast)
idl_definitions.py 31 Classes are primarily constructors, which build an IdlDefinitions object
45 IdlDefinitions
102 class IdlDefinitions(object):
159 """Update with additional IdlDefinitions."""
    [all...]

Completed in 713 milliseconds