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

  /external/chromium_org/content/renderer/
websharedworker_proxy.cc 23 child_thread_(child_thread),
28 child_thread_->AddRoute(route_id_, this);
46 child_thread_->RemoveRoute(route_id_);
71 child_thread_->Send(create_message);
75 child_thread_->AddRoute(route_id_, this);
106 return child_thread_->Send(wrapped_msg);
websharedworker_proxy.h 92 ChildThread* child_thread_; member in class:content::WebSharedWorkerProxy

Completed in 332 milliseconds