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/platform/
Timer.cpp 85 timer->m_heapIndex = &m_reference - heap.data();
100 // Invoke the assignment operator, since that takes care of updating m_heapIndex.
192 , 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 86 bool inHeap() const { return m_heapIndex != -1; }
104 int m_heapIndex; // -1 if not in heap

Completed in 409 milliseconds