HomeSort by relevance Sort by last modified time
    Searched defs:isContextThread (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackendContext.cpp 46 bool DatabaseBackendContext::isContextThread() const
48 return scriptExecutionContext()->isContextThread();
  /external/chromium_org/third_party/WebKit/Source/core/platform/
LifecycleContext.h 46 virtual bool isContextThread() const { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.cpp 238 if (!isContextThread()) {
249 if (!isContextThread()) {
259 ASSERT(isContextThread());
266 bool WorkerGlobalScope::isContextThread() const
289 ASSERT(m_context && m_context->isContextThread());
297 ASSERT(m_context->isContextThread());
305 ASSERT(m_context->isContextThread());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 182 milliseconds