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

  /external/webkit/Source/WebCore/platform/
Timer.h 81 unsigned m_heapInsertionOrder; // Used to keep order among equal-fire-time timers
Timer.cpp 114 unsigned difference = a.timer()->m_heapInsertionOrder - b.timer()->m_heapInsertionOrder;
291 m_heapInsertionOrder = currentHeapInsertionOrder++;

Completed in 853 milliseconds