HomeSort by relevance Sort by last modified time
    Searched full:webchannel (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/child/
webmessageportchannel_impl.cc 80 scoped_refptr<WebMessagePortChannelImpl> webchannel(
82 Entangle(webchannel);
100 WebMessagePortChannelImpl* webchannel = local
102 message_port_ids[i] = webchannel->message_port_id();
103 webchannel->QueueMessages();
  /external/chromium_org/content/renderer/
websharedworker_proxy.cc 149 WebMessagePortChannelImpl* webchannel = local
152 int message_port_id = webchannel->message_port_id();
154 webchannel->QueueMessages();
  /external/chromium_org/content/worker/
websharedworkerclient_proxy.cc 60 WebMessagePortChannelImpl* webchannel = local
62 message_port_ids[i] = webchannel->message_port_id();
63 webchannel->QueueMessages();
  /external/chromium_org/third_party/WebKit/Source/web/
WebSharedWorkerImpl.cpp 344 void WebSharedWorkerImpl::connect(WebMessagePortChannel* webChannel, ConnectListener* listener)
348 PlatformMessagePortChannel::create(webChannel);
349 webChannel->setClient(platform_channel.get());

Completed in 556 milliseconds