Home
last modified time | relevance | path

Searched defs:timerHeap (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DThreadTimers.h49 Vector<TimerBase*>& timerHeap() { return m_timerHeap; } in timerHeap() function
DTimer.h99 …Vector<TimerBase*>& timerHeap() const { ASSERT(m_cachedThreadGlobalTimerHeap); return *m_cachedThr… in timerHeap() function