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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Timer.cpp 86 timer->m_heapIndex = &m_reference - heap.data();
101 // Invoke the assignment operator, since that takes care of updating m_heapIndex.
193 , m_heapIndex(-1)
240 ASSERT(m_heapIndex >= 0);
241 ASSERT(m_heapIndex < static_cast<int>(timerHeap().size()));
242 ASSERT(timerHeap()[m_heapIndex] == this);
258 push_heap(TimerHeapIterator(heapData), TimerHeapIterator(heapData + m_heapIndex + 1), TimerHeapLessThanFunction());
267 m_heapIndex = -1;
275 m_heapIndex = -1;
289 m_heapIndex = timerHeap().size() - 1
    [all...]
Timer.h 76 bool inHeap() const { return m_heapIndex != -1; }
94 int m_heapIndex; // -1 if not in heap

Completed in 2082 milliseconds