HomeSort by relevance Sort by last modified time
    Searched refs:platform_handle_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/system/
platform_handle_dispatcher.cc 26 : platform_handle_(platform_handle.Pass()) {
31 return platform_handle_.Pass();
78 platform_handle_.reset();
85 new PlatformHandleDispatcher(platform_handle_.Pass()));
106 if (platform_handle_.is_valid()) {
108 platform_handles->push_back(platform_handle_.release());
platform_handle_dispatcher.h 53 embedder::ScopedPlatformHandle platform_handle_; member in class:mojo::system::PlatformHandleDispatcher

Completed in 911 milliseconds