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

/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dinterface_impl_internal.h58 bool instance_bound_to_pipe,
62 Bind(pipe.handle1.Pass(), instance_bound_to_pipe, waiter);
66 bool instance_bound_to_pipe,
81 instance_bound_to_pipe_ = instance_bound_to_pipe;
56 BindProxy( InterfacePtr<Interface>* ptr, bool instance_bound_to_pipe, const MojoAsyncWaiter* waiter = Environment::GetDefaultAsyncWaiter()) argument
65 Bind(ScopedMessagePipeHandle handle, bool instance_bound_to_pipe, const MojoAsyncWaiter* waiter) argument

Completed in 133 milliseconds