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/platform/
ThreadTimers.h 49 Vector<TimerBase*>& timerHeap() { return m_timerHeap; }
Timer.cpp 51 return PlatformThreadData::current().threadTimers().timerHeap();
83 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 99 Vector<TimerBase*>& timerHeap() const { ASSERT(m_cachedThreadGlobalTimerHeap); return *m_cachedThreadGlobalTimerHeap; }

Completed in 39 milliseconds