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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
ThreadTimers.h 48 Vector<TimerBase*>& timerHeap() { return m_timerHeap; }
Timer.cpp 52 return threadGlobalData().threadTimers().timerHeap();
84 Vector<TimerBase*>& heap = timer->timerHeap();
238 ASSERT(timerHeap() == threadGlobalTimerHeap());
239 ASSERT(!timerHeap().isEmpty());
241 ASSERT(m_heapIndex < static_cast<int>(timerHeap().size()));
242 ASSERT(timerHeap()[m_heapIndex] == this);
257 TimerBase** heapData = timerHeap().data();
266 timerHeap().removeLast();
274 timerHeap().removeLast();
288 timerHeap().append(this)
    [all...]
Timer.h 89 Vector<TimerBase*>& timerHeap() const { ASSERT(m_cachedThreadGlobalTimerHeap); return *m_cachedThreadGlobalTimerHeap; }

Completed in 238 milliseconds