Home | History | Annotate | Download | only in src

Lines Matching defs:PlatformMessagePortChannel

48 // PlatformMessagePortChannel is a platform-dependent interface to the remote side of a message channel.
49 class PlatformMessagePortChannel : public ThreadSafeRefCounted<PlatformMessagePortChannel>,
53 static PassRefPtr<PlatformMessagePortChannel> create();
54 static PassRefPtr<PlatformMessagePortChannel> create(WebKit::WebMessagePortChannel*);
68 ~PlatformMessagePortChannel();
71 PlatformMessagePortChannel();
72 PlatformMessagePortChannel(WebKit::WebMessagePortChannel*);
74 void setEntangledChannel(PassRefPtr<PlatformMessagePortChannel>);
83 RefPtr<PlatformMessagePortChannel> m_entangledChannel;