HomeSort by relevance Sort by last modified time
    Searched refs:WebMessagePortChannelImpl (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/content/child/
webmessageportchannel_impl.cc 22 WebMessagePortChannelImpl::WebMessagePortChannelImpl(
32 WebMessagePortChannelImpl::WebMessagePortChannelImpl(
44 WebMessagePortChannelImpl::~WebMessagePortChannelImpl() {
47 const std::vector<WebMessagePortChannelImpl*>& channel_array =
63 void WebMessagePortChannelImpl::CreatePair(
67 WebMessagePortChannelImpl* impl1 =
68 new WebMessagePortChannelImpl(child_thread_loop)
    [all...]
webmessageportchannel_impl.h 26 class WebMessagePortChannelImpl
29 public base::RefCountedThreadSafe<WebMessagePortChannelImpl> {
31 explicit WebMessagePortChannelImpl(base::MessageLoopProxy* child_thread_loop);
32 WebMessagePortChannelImpl(int route_id,
51 friend class base::RefCountedThreadSafe<WebMessagePortChannelImpl>;
52 virtual ~WebMessagePortChannelImpl();
63 void Entangle(scoped_refptr<WebMessagePortChannelImpl> channel);
81 std::vector<WebMessagePortChannelImpl*> ports;
94 DISALLOW_COPY_AND_ASSIGN(WebMessagePortChannelImpl);
  /external/chromium_org/content/worker/
websharedworker_stub.h 23 class WebMessagePortChannelImpl;
76 typedef std::vector<WebMessagePortChannelImpl*> PendingChannelList;
websharedworker_stub.cc 95 WebMessagePortChannelImpl* channel =
96 new WebMessagePortChannelImpl(routing_id,
worker_webkitplatformsupport_impl.cc 147 WebMessagePortChannelImpl::CreatePair(
  /external/chromium_org/content/renderer/shared_worker/
embedded_shared_worker_stub.h 31 class WebMessagePortChannelImpl;
71 void ConnectToChannel(WebMessagePortChannelImpl* channel);
83 typedef std::vector<WebMessagePortChannelImpl*> PendingChannelList;
embedded_shared_worker_stub.cc 184 WebMessagePortChannelImpl* channel) {
192 WebMessagePortChannelImpl* channel =
193 new WebMessagePortChannelImpl(routing_id,
  /external/chromium_org/content/renderer/
websharedworker_proxy.cc 80 WebMessagePortChannelImpl* webchannel =
81 static_cast<WebMessagePortChannelImpl*>(channel);
renderer_webkitplatformsupport_impl.cc 326 WebMessagePortChannelImpl::CreatePair(
    [all...]
render_frame_impl.cc     [all...]
render_view_impl.cc     [all...]
  /external/chromium_org/content/child/service_worker/
web_service_worker_impl.cc 90 WebMessagePortChannelImpl::ExtractMessagePortIDs(channels)));
service_worker_dispatcher.cc 320 std::vector<WebMessagePortChannelImpl*> ports;
324 ports[i] = new WebMessagePortChannelImpl(
  /external/chromium_org/content/renderer/service_worker/
service_worker_script_context.cc 31 WebMessagePortChannelImpl::ExtractMessagePortIDs(channels.release())));
156 std::vector<WebMessagePortChannelImpl*> ports;
161 ports[i] = new WebMessagePortChannelImpl(

Completed in 308 milliseconds