Searched defs:BindToPipe (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/mojo/public/cpp/bindings/
H A Dinterface_impl.h16 // implementation. It may be bound to a pipe or a proxy, see BindToPipe and
73 Impl* BindToPipe( function in namespace:mojo
81 // Like BindToPipe but does not delete the instance after a channel error.
138 return BindToPipe(instance, request->PassMessagePipe(), waiter);

Completed in 137 milliseconds