Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DTimer.cpp164 class TimerHeapLessThanFunction { class
169 inline bool TimerHeapLessThanFunction::operator()(const TimerBase* a, const TimerBase* b) const in operator ()()
256 …eapIterator(heapData), TimerHeapIterator(heapData + m_heapIndex + 1), TimerHeapLessThanFunction()); in heapDecreaseKey()
307 …merHeapIterator(heapData), TimerHeapIterator(heapData + heap.size()), TimerHeapLessThanFunction()); in heapPopMin()
317 TimerHeapLessThanFunction compareHeapPosition; in parentHeapPropertyHolds()
325 TimerHeapLessThanFunction compareHeapPosition; in childHeapPropertyHolds()
DTimer.h112 friend class TimerHeapLessThanFunction; variable