Searched refs:export_attribute (Results 1 – 15 of 15) sorted by relevance
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | interface_declaration.tmpl | 12 class {{export_attribute}} {{interface.name}} 68 class {{export_attribute}} {{interface.name}}InterceptorForTesting : public {{interface.name}} { 77 class {{export_attribute}} {{interface.name}}AsyncWaiter {
|
D | interface_response_validator_declaration.tmpl | 1 class {{export_attribute}} {{interface.name}}ResponseValidator : public mojo::MessageReceiver {
|
D | interface_request_validator_declaration.tmpl | 1 class {{export_attribute}} {{interface.name}}RequestValidator : public mojo::MessageReceiver {
|
D | interface_proxy_declaration.tmpl | 2 class {{export_attribute}} {{interface.name}}Proxy
|
D | union_traits_declaration.tmpl | 4 struct {{export_attribute}} UnionTraits<{{mojom_type}}::DataView,
|
D | interface_stub_declaration.tmpl | 1 class {{export_attribute}} {{interface.name}}StubDispatch {
|
D | struct_traits_declaration.tmpl | 4 struct {{export_attribute}} StructTraits<{{mojom_type}}::DataView,
|
D | struct_declaration.tmpl | 3 class {{export_attribute}} {{class_name}} {
|
D | union_declaration.tmpl | 5 class {{export_attribute}} {{class_name}} {
|
D | wrapper_union_class_declaration.tmpl | 1 class {{export_attribute}} {{union.name}} {
|
D | wrapper_class_declaration.tmpl | 1 class {{export_attribute}} {{struct.name}} {
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | generator.py | 164 js_bindings_mode="new", export_attribute=None, argument 177 self.export_attribute = export_attribute
|
/external/libchrome/mojo/public/tools/bindings/ |
D | mojom_bindings_generator.py | 212 export_attribute=args.export_attribute,
|
D | mojom.gni | 627 "--export_attribute", 824 "--export_attribute", 837 "--export_attribute", 846 "--export_attribute",
|
/external/libchrome/mojo/public/tools/bindings/generators/ |
D | mojom_cpp_generator.py | 296 "export_attribute": self.export_attribute, 512 ((self.export_attribute + " ") if self.export_attribute else "",
|