OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebWorkerClientImpl
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebWorkerClientImpl.cpp
32
#include "
WebWorkerClientImpl
.h"
75
WorkerGlobalScopeProxy*
WebWorkerClientImpl
::createWorkerGlobalScopeProxy(Worker* worker)
82
WebWorkerClientImpl
* proxy = new
WebWorkerClientImpl
(worker, webFrame, workerClients.release());
89
void
WebWorkerClientImpl
::terminateWorkerGlobalScope()
95
WebWorkerBase*
WebWorkerClientImpl
::toWebWorkerBase()
100
WebView*
WebWorkerClientImpl
::view() const
107
bool
WebWorkerClientImpl
::allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize)
117
bool
WebWorkerClientImpl
::allowFileSystem()
127
void
WebWorkerClientImpl
::openFileSystem(WebFileSystemType type, long long size, bool create
[
all
...]
WebWorkerClientImpl.h
62
class
WebWorkerClientImpl
: public WebCore::WorkerMessagingProxy
90
WebWorkerClientImpl
(WebCore::Worker*, WebFrameImpl*, PassOwnPtr<WebCore::WorkerClients>);
91
virtual ~
WebWorkerClientImpl
();
WebKit.cpp
37
#include "
WebWorkerClientImpl
.h"
168
WebCore::WorkerGlobalScopeProxy::setCreateDelegate(
WebWorkerClientImpl
::createWorkerGlobalScopeProxy);
webkit.target.darwin-arm.mk
248
third_party/WebKit/Source/web/
WebWorkerClientImpl
.cpp \
webkit.target.darwin-mips.mk
248
third_party/WebKit/Source/web/
WebWorkerClientImpl
.cpp \
webkit.target.darwin-x86.mk
248
third_party/WebKit/Source/web/
WebWorkerClientImpl
.cpp \
webkit.target.linux-arm.mk
248
third_party/WebKit/Source/web/
WebWorkerClientImpl
.cpp \
webkit.target.linux-mips.mk
248
third_party/WebKit/Source/web/
WebWorkerClientImpl
.cpp \
webkit.target.linux-x86.mk
248
third_party/WebKit/Source/web/
WebWorkerClientImpl
.cpp \
Completed in 280 milliseconds