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

  /external/chromium_org/mojo/system/
platform_channel.cc 12 PlatformChannel::~PlatformChannel() {
16 PlatformChannelHandle PlatformChannel::PassHandle() {
23 PlatformChannel::PlatformChannel() {
platform_channel.h 22 class MOJO_SYSTEM_IMPL_EXPORT PlatformChannel {
24 virtual ~PlatformChannel();
32 PlatformChannel();
39 DISALLOW_COPY_AND_ASSIGN(PlatformChannel);
56 class MOJO_SYSTEM_IMPL_EXPORT PlatformServerChannel : public PlatformChannel {
88 class MOJO_SYSTEM_IMPL_EXPORT PlatformClientChannel : public PlatformChannel {

Completed in 65 milliseconds