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

  /external/chromium_org/content/worker/
websharedworkerclient_proxy.cc 39 WebSharedWorkerClientProxy::WebSharedWorkerClientProxy(
48 WebSharedWorkerClientProxy::~WebSharedWorkerClientProxy() {
51 void WebSharedWorkerClientProxy::workerContextClosed() {
55 void WebSharedWorkerClientProxy::workerContextDestroyed() {
63 WebSharedWorkerClientProxy::notificationPresenter() {
70 WebApplicationCacheHost* WebSharedWorkerClientProxy::createApplicationCacheHost(
82 WebSharedWorkerClientProxy::createWorkerPermissionClientProxy(
90 bool WebSharedWorkerClientProxy::allowDatabase(WebFrame* frame
    [all...]
websharedworkerclient_proxy.h 30 class WebSharedWorkerClientProxy : public blink::WebSharedWorkerClient {
32 WebSharedWorkerClientProxy(int route_id, WebSharedWorkerStub* stub);
33 virtual ~WebSharedWorkerClientProxy();
70 base::WeakPtrFactory<WebSharedWorkerClientProxy> weak_factory_;
73 DISALLOW_COPY_AND_ASSIGN(WebSharedWorkerClientProxy);
websharedworker_stub.h 35 // Invoked when the WebSharedWorkerClientProxy is shutting down.
42 WebSharedWorkerClientProxy* client() { return &client_; }
71 WebSharedWorkerClientProxy client_;

Completed in 1135 milliseconds