HomeSort by relevance Sort by last modified time
    Searched refs:BindToPipe (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/mojo/public/cpp/bindings/
interface_impl.h 16 // implementation. It may be bound to a pipe or a proxy, see BindToPipe and
73 Impl* BindToPipe(
81 // Like BindToPipe but does not delete the instance after a channel error.
138 return BindToPipe(instance, request->PassMessagePipe(), waiter);
  /external/chromium_org/mojo/dbus/
dbus_external_service.h 79 external_service_.reset(BindToPipe(new Impl(this), client_handle.Pass()));
  /external/chromium_org/mojo/spy/
spy_server_impl.cc 36 BindToPipe(this, pipe_.handle0.Pass());
  /external/chromium_org/mojo/shell/
app_child_process.cc 188 BindToPipe(impl.get(), host_message_pipe.Pass());
  /external/chromium_org/mojo/public/cpp/bindings/tests/
validation_unittest.cc 428 BindToPipe(new IntegrationTestInterface1Impl(), testee_endpoint().Pass());

Completed in 256 milliseconds