Searched defs:isContextThread (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DLifecycleContext.h50 virtual bool isContextThread() const { return true; } function in class:blink::LifecycleContext
72 ASSERT(isContextThread());
79 ASSERT(isContextThread());
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseContext.cpp202 bool DatabaseContext::isContextThread() const function in class:blink::DatabaseContext
204 return executionContext()->isContextThread();
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerGlobalScope.cpp278 if (!isContextThread()) {
288 ASSERT(isContextThread());
292 bool WorkerGlobalScope::isContextThread() const function in class:blink::WorkerGlobalScope
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp4929 bool Document::isContextThread() const function in class:blink::Document
5026 if (!isContextThread()) {

Completed in 126 milliseconds