Searched defs:WebSharedWorkerStub (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/worker/
H A Dwebsharedworker_stub.cc21 WebSharedWorkerStub::WebSharedWorkerStub( function in class:content::WebSharedWorkerStub
44 WebSharedWorkerStub::~WebSharedWorkerStub() {
53 void WebSharedWorkerStub::Shutdown() {
58 void WebSharedWorkerStub::EnsureWorkerContextTerminates() {
62 bool WebSharedWorkerStub::OnMessageReceived(const IPC::Message& message) {
67 IPC_BEGIN_MESSAGE_MAP(WebSharedWorkerStub, message)
77 void WebSharedWorkerStub::OnChannelError() {
81 const GURL& WebSharedWorkerStub
[all...]
H A Dwebsharedworker_stub.h25 class WebSharedWorkerStub : public IPC::Listener { class in namespace:content
27 WebSharedWorkerStub(const string16& name, int route_id,
52 virtual ~WebSharedWorkerStub();
79 DISALLOW_COPY_AND_ASSIGN(WebSharedWorkerStub);

Completed in 92 milliseconds