Home
last modified time | relevance | path

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

/external/chromium_org/mojo/embedder/
Dscoped_platform_handle.h17 MOVE_ONLY_TYPE_FOR_CPP_03(ScopedPlatformHandle, RValue) in MOVE_ONLY_TYPE_FOR_CPP_03() argument
21 explicit ScopedPlatformHandle(PlatformHandle handle) : handle_(handle) {} in ScopedPlatformHandle() function
25 ScopedPlatformHandle(RValue other) : handle_(other.object->release()) {} in ScopedPlatformHandle() function