Lines Matching full:bindings
8 Chrome), the fastest path forward will be to look at the bindings documentation
10 [**JavaScript**](#JavaScript-Bindings), or [**Java**](#Java-Bindings)) as well
12 [**Mojom IDL and bindings generator**](/mojo/public/tools/bindings/README.md).
23 abstraction of common IPC primitives, a message IDL format, and a bindings
30 , which can be fed to the
120 [**bindings generator**](/mojo/public/tools/bindings/README.md) to generate code
126 ### C++ Bindings
128 [**C++ Bindings API**](/mojo/public/cpp/bindings/README.md) exposes a robust set
129 of features for interacting with message pipes via generated C++ bindings code,
130 including support for sets of related bindings endpoints, associated interfaces,
134 ### JavaScript Bindings
135 The [**JavaScript Bindings API**](/mojo/public/js/README.md) provides helper
136 classes for working with JavaScript code emitted by the bindings generator.
138 ### Java Bindings
139 The [**Java Bindings API**](/mojo/public/java/bindings/README.md) provides
140 helper classes for working with Java code emitted by the bindings generator.
169 queue on the other end. When working with generated C++ bindings, for example,