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

  /external/chromium_org/mojo/system/
platform_handle_dispatcher.h 18 class MOJO_SYSTEM_IMPL_EXPORT PlatformHandleDispatcher
21 explicit PlatformHandleDispatcher(
31 static scoped_refptr<PlatformHandleDispatcher> Deserialize(
38 virtual ~PlatformHandleDispatcher();
55 DISALLOW_COPY_AND_ASSIGN(PlatformHandleDispatcher);
platform_handle_dispatcher.cc 24 PlatformHandleDispatcher::PlatformHandleDispatcher(
29 embedder::ScopedPlatformHandle PlatformHandleDispatcher::PassPlatformHandle() {
34 Dispatcher::Type PlatformHandleDispatcher::GetType() const {
39 scoped_refptr<PlatformHandleDispatcher> PlatformHandleDispatcher::Deserialize(
46 return scoped_refptr<PlatformHandleDispatcher>();
61 return scoped_refptr<PlatformHandleDispatcher>();
69 return scoped_refptr<PlatformHandleDispatcher>(new PlatformHandleDispatcher(
    [all...]

Completed in 100 milliseconds