HomeSort by relevance Sort by last modified time
    Searched full:checkconsistency (Results 1 - 25 of 42) sorted by null

1 2

  /external/webkit/WebCore/platform/
Timer.cpp 65 checkConsistency();
73 void checkConsistency() const
96 checkConsistency();
125 TimerHeapIterator(int i) : m_index(i) { checkConsistency(); }
127 TimerHeapIterator& operator++() { checkConsistency(); ++m_index; checkConsistency(); return *this; }
128 TimerHeapIterator operator++(int) { checkConsistency(); checkConsistency(1); return m_index++; }
130 TimerHeapIterator& operator--() { checkConsistency(); --m_index; checkConsistency(); return *this;
    [all...]
Timer.h 61 void checkConsistency() const;