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

/external/chromium_org/mojo/embedder/
H A Dscoped_platform_handle.h16 class MOJO_SYSTEM_IMPL_EXPORT ScopedPlatformHandle { class in namespace:mojo::embedder
17 MOVE_ONLY_TYPE_FOR_CPP_03(ScopedPlatformHandle, RValue)
20 ScopedPlatformHandle() {} function in class:mojo::embedder::ScopedPlatformHandle
21 explicit ScopedPlatformHandle(PlatformHandle handle) : handle_(handle) {} function in class:mojo::embedder::ScopedPlatformHandle
22 ~ScopedPlatformHandle() { handle_.CloseIfNecessary(); }
25 ScopedPlatformHandle(RValue other) : handle_(other.object->release()) {} function in class:mojo::embedder::ScopedPlatformHandle
26 ScopedPlatformHandle& operator=(RValue other) {
33 void swap(ScopedPlatformHandle& other) {

Completed in 119 milliseconds