Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/tools/bindings/generators/
Dmojom_js_generator.py263 "is_interface_request_kind": mojom.IsInterfaceRequestKind,
348 if mojom.IsInterfaceRequestKind(kind):
399 if mojom.IsInterfaceRequestKind(field.kind):
428 if mojom.IsInterfaceRequestKind(kind):
581 if mojom.IsInterfaceRequestKind(kind):
Dmojom_java_generator.py137 if mojom.IsInterfaceRequestKind(element) or mojom.IsAssociatedKind(element):
214 if mojom.IsInterfaceRequestKind(kind):
274 if mojom.IsInterfaceRequestKind(kind):
441 'is_interface_request_kind': mojom.IsInterfaceRequestKind,
Dmojom_cpp_generator.py226 mojom.IsInterfaceRequestKind(kind) or
556 if mojom.IsInterfaceRequestKind(kind):
647 if mojom.IsInterfaceRequestKind(kind):
861 if mojom.IsInterfaceRequestKind(kind):
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py834 def IsInterfaceRequestKind(kind): function
877 return (IsInterfaceKind(kind) or IsInterfaceRequestKind(kind) or