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

  /external/chromium_org/third_party/WebKit/public/web/
WebSharedWorker.h 50 // FIXME(horo): Make WebSharedWorker independent from WebSharedWorkerConnector.
51 class WebSharedWorker : public WebSharedWorkerConnector {
53 // Invoked from the worker thread to instantiate a WebSharedWorker that interacts with the WebKit worker components.
54 BLINK_EXPORT static WebSharedWorker* create(WebSharedWorkerClient*);
56 virtual ~WebSharedWorker() {};
WebSharedWorkerRepositoryClient.h 34 #include "WebSharedWorker.h"
48 virtual WebSharedWorker* createSharedWorker(const WebURL&, const WebString&, DocumentID) { return 0; }
WebFrameClient.h 66 class WebSharedWorker;
  /external/chromium_org/content/worker/
shared_worker_devtools_agent.h 17 class WebSharedWorker;
25 SharedWorkerDevToolsAgent(int route_id, blink::WebSharedWorker*);
43 blink::WebSharedWorker* webworker_;
shared_worker_devtools_agent.cc 11 #include "third_party/WebKit/public/web/WebSharedWorker.h"
13 using blink::WebSharedWorker;
20 WebSharedWorker* webworker)
websharedworker_stub.h 13 #include "third_party/WebKit/public/web/WebSharedWorker.h"
17 class WebSharedWorker;
24 // This class creates a WebSharedWorker, and translates incoming IPCs to the
25 // appropriate WebSharedWorker APIs.
73 blink::WebSharedWorker* impl_;
websharedworker_stub.cc 15 #include "third_party/WebKit/public/web/WebSharedWorker.h"
38 impl_ = blink::WebSharedWorker::create(client());
  /external/chromium_org/third_party/WebKit/Source/web/
WebSharedWorkerImpl.h 34 #include "WebSharedWorker.h"
66 , public WebSharedWorker {
96 // WebSharedWorker methods:
WebSharedWorkerImpl.cpp 339 WebSharedWorker* WebSharedWorker::create(WebSharedWorkerClient* client)

Completed in 2331 milliseconds