Searched refs:DuplicatePlatformHandle (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/mojo/embedder/
H A Dplatform_handle_utils_posix.cc14 ScopedPlatformHandle DuplicatePlatformHandle(PlatformHandle platform_handle) { function in namespace:mojo::embedder
H A Dplatform_handle_utils.h29 DuplicatePlatformHandle(PlatformHandle platform_handle);
H A Dplatform_handle_utils_win.cc14 ScopedPlatformHandle DuplicatePlatformHandle(PlatformHandle platform_handle) { function in namespace:mojo::embedder
H A Dsimple_platform_shared_buffer.cc79 ScopedPlatformHandle SimplePlatformSharedBuffer::DuplicatePlatformHandle() { function in class:mojo::embedder::SimplePlatformSharedBuffer
80 return mojo::embedder::DuplicatePlatformHandle(handle_.get());
H A Dplatform_shared_buffer.h58 virtual ScopedPlatformHandle DuplicatePlatformHandle() = 0;
H A Dsimple_platform_shared_buffer.h37 virtual ScopedPlatformHandle DuplicatePlatformHandle() OVERRIDE;
/external/chromium_org/mojo/system/
H A Dshared_buffer_dispatcher.cc259 : shared_buffer_->DuplicatePlatformHandle());

Completed in 81 milliseconds