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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBPendingTransactionMonitor.cpp 102 if (ThreadState::current()->isSweepInProgress())
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 416 bool isSweepInProgress() const { return m_sweepInProgress; }
763 if (!state->isSweepInProgress() && !state->isAtSafePoint()) {
ThreadState.cpp 200 ASSERT(!state->isSweepInProgress());
215 ASSERT(!state->isSweepInProgress());
    [all...]
Heap.cpp 388 RELEASE_ASSERT(!m_state->isSweepInProgress());
789 ASSERT(!m_threadState->isSweepInProgress());
815 if (m_threadState->isSweepInProgress())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 75 milliseconds