Home
last modified time | relevance | path

Searched refs:inHeap (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DTimer.cpp201 ASSERT(!inHeap()); in ~TimerBase()
222 ASSERT(!inHeap()); in stop()
246 ASSERT(inHeap() == (m_nextFireTime != 0)); in checkConsistency()
247 if (inHeap()) in checkConsistency()
285 ASSERT(!inHeap()); in heapInsert()
332 if (!inHeap()) in hasValidHeapPosition()
361 ASSERT(!inHeap() || hasValidHeapPosition()); in updateHeapIfNeeded()
DTimer.h84 bool inHeap() const { return m_heapIndex != -1; } in inHeap() function