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.cpp166 class TimerHeapLessThanFunction { class
171 inline bool TimerHeapLessThanFunction::operator()(const TimerBase* a, const TimerBase* b) const in operator ()()
258 …eapIterator(heapData), TimerHeapIterator(heapData + m_heapIndex + 1), TimerHeapLessThanFunction()); in heapDecreaseKey()
309 …merHeapIterator(heapData), TimerHeapIterator(heapData + heap.size()), TimerHeapLessThanFunction()); in heapPopMin()
319 TimerHeapLessThanFunction compareHeapPosition; in parentHeapPropertyHolds()
327 TimerHeapLessThanFunction compareHeapPosition; in childHeapPropertyHolds()
DTimer.h114 friend class TimerHeapLessThanFunction; variable