Home
last modified time | relevance | path

Searched refs:platform_handle_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/
Dplatform_handle_dispatcher.cc19 return std::move(platform_handle_); in TakePlatformHandle()
31 platform_handle_.reset(); in Close()
49 handles[0] = std::move(platform_handle_); in EndSerialize()
88 : platform_handle_(std::move(platform_handle)) {} in PlatformHandleDispatcher()
92 DCHECK(!platform_handle_.is_valid()); in ~PlatformHandleDispatcher()
Dplatform_handle_dispatcher.h53 PlatformHandle platform_handle_; variable