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

  /external/chromium_org/content/worker/
websharedworker_stub.cc 21 WebSharedWorkerStub::WebSharedWorkerStub(
43 WebSharedWorkerStub::~WebSharedWorkerStub() {
51 void WebSharedWorkerStub::Shutdown() {
56 void WebSharedWorkerStub::EnsureWorkerContextTerminates() {
60 bool WebSharedWorkerStub::OnMessageReceived(const IPC::Message& message) {
65 IPC_BEGIN_MESSAGE_MAP(WebSharedWorkerStub, message)
75 void WebSharedWorkerStub::OnChannelError() {
79 const GURL& WebSharedWorkerStub::url()
    [all...]
websharedworker_stub.h 26 class WebSharedWorkerStub : public IPC::Listener {
28 WebSharedWorkerStub(const base::string16& name, int route_id,
53 virtual ~WebSharedWorkerStub();
83 DISALLOW_COPY_AND_ASSIGN(WebSharedWorkerStub);

Completed in 25 milliseconds