Searched refs:PassPlatformHandle (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/mojo/system/
H A Dplatform_handle_dispatcher_unittest.cc44 h = dispatcher->PassPlatformHandle().Pass();
58 h = dispatcher->PassPlatformHandle().Pass();
96 fp = mojo::test::FILEFromPlatformHandle(dispatcher->PassPlatformHandle(),
H A Dplatform_handle_dispatcher.h24 embedder::ScopedPlatformHandle PassPlatformHandle();
H A Dplatform_handle_dispatcher.cc29 embedder::ScopedPlatformHandle PlatformHandleDispatcher::PassPlatformHandle() { function in class:mojo::system::PlatformHandleDispatcher
H A Dshared_buffer_dispatcher.cc258 shared_buffer_->HasOneRef() ? shared_buffer_->PassPlatformHandle()
H A Dmultiprocess_message_pipe_unittest.cc448 embedder::ScopedPlatformHandle h = dispatcher->PassPlatformHandle().Pass();
H A Dremote_message_pipe_unittest.cc903 embedder::ScopedPlatformHandle h = dispatcher->PassPlatformHandle().Pass();
/external/chromium_org/mojo/embedder/
H A Dplatform_shared_buffer.h64 virtual ScopedPlatformHandle PassPlatformHandle() = 0;
H A Dsimple_platform_shared_buffer.cc83 ScopedPlatformHandle SimplePlatformSharedBuffer::PassPlatformHandle() { function in class:mojo::embedder::SimplePlatformSharedBuffer
H A Dsimple_platform_shared_buffer.h38 virtual ScopedPlatformHandle PassPlatformHandle() OVERRIDE;
60 // (except by |PassPlatformHandle()|; see the comments above its declaration),
H A Dembedder.cc234 ->PassPlatformHandle()

Completed in 120 milliseconds