Searched refs:RawChannelPosix (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/mojo/system/
H A Draw_channel_posix.cc33 class RawChannelPosix : public RawChannel, class in namespace:mojo::system::__anon8274
36 explicit RawChannelPosix(embedder::ScopedPlatformHandle handle);
37 virtual ~RawChannelPosix();
88 base::WeakPtrFactory<RawChannelPosix> weak_ptr_factory_;
90 DISALLOW_COPY_AND_ASSIGN(RawChannelPosix);
93 RawChannelPosix::RawChannelPosix(embedder::ScopedPlatformHandle handle) function in class:mojo::system::__anon8274::RawChannelPosix
101 RawChannelPosix::~RawChannelPosix() {
117 size_t RawChannelPosix
[all...]

Completed in 64 milliseconds