Searched refs:definition_constructor (Results 1 – 6 of 6) sorted by relevance
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/scripts/bind_gen/ |
H A D | code_node.py | 849 def __init__(self, name, template_text=None, definition_constructor=None): argument 868 assert definition_constructor is None 878 assert callable(definition_constructor) 880 self._definition_constructor = definition_constructor
|
H A D | blink_v8_bridge.py | 482 return SymbolNode(blink_var_name, definition_constructor=create_definition) 518 return SymbolNode(blink_var_name, definition_constructor=create_definition)
|
H A D | interface.py | 667 SymbolNode("return_value", definition_constructor=create_definition))
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/scripts/bind_gen/ |
H A D | blink_v8_bridge.py | 309 return SymbolNode(v8_var_name, definition_constructor=create_definition) 612 return SymbolNode(blink_var_name, definition_constructor=create_definition) 648 return SymbolNode(blink_var_name, definition_constructor=create_definition)
|
H A D | code_node.py | 856 def __init__(self, name, template_text=None, definition_constructor=None): argument 875 assert definition_constructor is None 885 assert callable(definition_constructor) 887 self._definition_constructor = definition_constructor
|
H A D | interface.py | 748 SymbolNode("return_value", definition_constructor=create_definition))
|