Searched refs:IDLParser (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/idl_parser/
H A Didl_parser_test.py10 from idl_parser import IDLParser, ParseFile namespace
22 self.parser = IDLParser(IDLLexer(), mute_error=True)
H A Didl_ppapi_parser.py35 from idl_parser import IDLParser, ListFromConcat, ParseFile namespace
38 class IDLPPAPIParser(IDLParser):
282 IDLParser.__init__(self, lexer, verbose, debug, mute_error)
H A Didl_parser.py157 class IDLParser(object): class in inherits:object
1104 parser = IDLParser(IDLLexer())
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dblink_idl_parser.py70 from idl_parser.idl_parser import IDLParser, ListFromConcat namespace
94 # FIXME: add a class method upstream: @classmethod IDLParser._RemoveRules
97 delattr(IDLParser, production_name)
100 class BlinkIDLParser(IDLParser):
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dschema_processor.py18 idl = idl_schema.IDLSchema(idl_parser.IDLParser().ParseData(file_data))
228 idl_parser.IDLParser().ParseData(file_data))
/external/chromium_org/tools/json_schema_compiler/
H A Didl_schema.py466 idl = idl_parser.IDLParser().ParseData(contents, filename)
482 idl = idl_parser.IDLParser().ParseData(contents, '<stdin>')
/external/chromium_org/ppapi/generators/
H A Didl_parser.py174 class IDLParser(IDLLexer): class in inherits:IDLLexer
1152 parser = IDLParser()
1244 parser = IDLParser()

Completed in 7855 milliseconds