Searched refs:IsInterfaceRequestKind (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/mojo/public/tools/bindings/generators/
H A Dmojom_cpp_generator.py75 if mojom.IsInterfaceKind(kind) or mojom.IsInterfaceRequestKind(kind):
97 if mojom.IsInterfaceRequestKind(kind):
122 if mojom.IsInterfaceRequestKind(kind):
147 if mojom.IsInterfaceRequestKind(kind):
170 if mojom.IsInterfaceRequestKind(kind):
196 if mojom.IsInterfaceKind(kind) or mojom.IsInterfaceRequestKind(kind):
296 "is_interface_request_kind": mojom.IsInterfaceRequestKind,
H A Dmojom_js_generator.py58 mojom.IsInterfaceRequestKind(field.kind):
113 if mojom.IsInterfaceKind(kind) or mojom.IsInterfaceRequestKind(kind):
129 if mojom.IsInterfaceKind(kind) or mojom.IsInterfaceRequestKind(kind):
144 if mojom.IsInterfaceKind(kind) or mojom.IsInterfaceRequestKind(kind):
H A Dmojom_java_generator.py119 if mojom.IsInterfaceRequestKind(element):
199 if mojom.IsInterfaceRequestKind(kind):
247 if mojom.IsInterfaceRequestKind(kind):
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule.py382 def IsInterfaceRequestKind(kind): function
417 IsInterfaceRequestKind(kind))

Completed in 1789 milliseconds