/external/chromium_org/third_party/WebKit/Source/core/loader/ |
WorkerThreadableLoader.cpp | 169 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 180 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 192 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 205 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 216 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 229 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 240 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 251 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 262 ASSERT_UNUSED(context, context->isWorkerGlobalScope());
|
ThreadableLoader.cpp | 48 if (context->isWorkerGlobalScope()) 58 if (context->isWorkerGlobalScope()) {
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseClient.cpp | 44 ASSERT(context->isWorkerGlobalScope());
|
DatabaseContext.cpp | 196 ASSERT(executionContext()->isWorkerGlobalScope());
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
WorkerGlobalScope.h | 66 virtual bool isWorkerGlobalScope() const OVERRIDE { return true; } 186 DEFINE_TYPE_CASTS(WorkerGlobalScope, ExecutionContext, context, context->isWorkerGlobalScope(), context.isWorkerGlobalScope());
|
WorkerMessagingProxy.cpp | 73 ASSERT_WITH_SECURITY_IMPLICATION(scriptContext->isWorkerGlobalScope()); 98 || (m_executionContext->isWorkerGlobalScope() && toWorkerGlobalScope(m_executionContext.get())->thread()->isCurrentThread())); 105 || (m_executionContext->isWorkerGlobalScope() && toWorkerGlobalScope(m_executionContext.get())->thread()->isCurrentThread()));
|
WorkerScriptLoader.cpp | 64 ASSERT_WITH_SECURITY_IMPLICATION(executionContext->isWorkerGlobalScope());
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WorkerThreadableWebSocketChannel.cpp | 195 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 228 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 284 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 298 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 310 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 322 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 334 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 346 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 359 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 394 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); [all...] |
WebSocketChannel.cpp | 65 if (context->isWorkerGlobalScope()) {
|
ThreadableWebSocketChannelClientWrapper.cpp | 214 ASSERT_UNUSED(context, context->isWorkerGlobalScope());
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ActiveDOMCallback.cpp | 58 if (context && context->isWorkerGlobalScope()) {
|
V8AbstractEventListener.cpp | 134 if (context->isWorkerGlobalScope())
|
V8Binding.cpp | 535 } else if (context->isWorkerGlobalScope()) {
|
/external/chromium_org/third_party/WebKit/Source/web/ |
DatabaseClientImpl.cpp | 58 ASSERT(executionContext->isDocument() || executionContext->isWorkerGlobalScope());
|
IDBFactoryBackendProxy.cpp | 54 ASSERT_WITH_SECURITY_IMPLICATION(context->isDocument() || context->isWorkerGlobalScope());
|
LocalFileSystemClient.cpp | 66 ASSERT(context->isWorkerGlobalScope());
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ExecutionContext.h | 70 bool isWorkerGlobalScope() const { return m_client && m_client->isWorkerGlobalScope(); }
|
ExecutionContextClient.h | 54 virtual bool isWorkerGlobalScope() const { return false; }
|
MessagePort.cpp | 177 if (executionContext()->isWorkerGlobalScope() && toWorkerGlobalScope(executionContext())->isClosing())
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
LocalFileSystem.cpp | 112 ASSERT(context->isWorkerGlobalScope());
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorInstrumentation.cpp | 223 if (context->isWorkerGlobalScope())
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBFactory.cpp | 67 ASSERT(context->isDocument() || context->isWorkerGlobalScope());
|
/external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/ |
ImageBitmapFactories.cpp | 273 ASSERT(eventTarget->executionContext()->isWorkerGlobalScope());
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
MemoryCache.cpp | 504 if (context->isWorkerGlobalScope()) {
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLHttpRequest.cpp | 251 || executionContext()->isWorkerGlobalScope()) { [all...] |