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

  /external/chromium_org/ppapi/proxy/
proxy_channel.cc 18 ProxyChannel::ProxyChannel()
24 ProxyChannel::~ProxyChannel() {
25 DVLOG(1) << "ProxyChannel::~ProxyChannel()";
28 bool ProxyChannel::InitWithChannel(Delegate* delegate,
43 void ProxyChannel::InitWithTestSink(IPC::TestSink* test_sink) {
51 void ProxyChannel::OnChannelError() {
56 int ProxyChannel::TakeRendererFD()
    [all...]
proxy_channel.h 28 class PPAPI_PROXY_EXPORT ProxyChannel
47 // guarantees as ProxyChannel::ShareHandleWithRemote below.
54 virtual ~ProxyChannel();
88 explicit ProxyChannel();
98 ProxyChannel::Delegate* delegate() const {
104 ProxyChannel::Delegate* delegate_;
120 DISALLOW_COPY_AND_ASSIGN(ProxyChannel);

Completed in 74 milliseconds