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

  /external/chromium_org/content/renderer/
websharedworker_proxy.cc 16 WebSharedWorkerProxy::WebSharedWorkerProxy(MessageRouter* router,
30 WebSharedWorkerProxy::~WebSharedWorkerProxy() {
38 void WebSharedWorkerProxy::Disconnect() {
50 bool WebSharedWorkerProxy::Send(IPC::Message* message) {
68 void WebSharedWorkerProxy::SendQueuedMessages() {
78 void WebSharedWorkerProxy::connect(blink::WebMessagePortChannel* channel,
91 bool WebSharedWorkerProxy::OnMessageReceived(const IPC::Message& message) {
93 IPC_BEGIN_MESSAGE_MAP(WebSharedWorkerProxy, message
    [all...]
websharedworker_proxy.h 26 class WebSharedWorkerProxy : public blink::WebSharedWorkerConnector,
30 WebSharedWorkerProxy(MessageRouter* router,
34 virtual ~WebSharedWorkerProxy();
86 DISALLOW_COPY_AND_ASSIGN(WebSharedWorkerProxy);
shared_worker_repository.cc 42 return new WebSharedWorkerProxy(ChildThread::current()->GetRouter(),

Completed in 352 milliseconds