Searched refs:RingBufferType (Results 1 – 7 of 7) sorted by relevance
31 typedef RingBuffer<base::TimeDelta, 200> RingBufferType; typedef32 RingBufferType::Iterator Begin() const { return ring_buffer_.Begin(); } in Begin()33 RingBufferType::Iterator End() const { return ring_buffer_.End(); } in End()38 RingBufferType ring_buffer_;
40 typedef RingBuffer<base::TimeTicks, 136> RingBufferType; typedef41 RingBufferType::Iterator begin() const { return ring_buffer_.Begin(); } in begin()42 RingBufferType::Iterator end() const { return ring_buffer_.End(); } in end()47 RingBufferType ring_buffer_;
94 for (RingBufferType::Iterator it = --ring_buffer_.End(); it; --it) { in GetMinAndMaxFPS()127 for (RingBufferType::Iterator it = --ring_buffer_.End(); in GetAverageFPS()
33 for (RingBufferType::Iterator it = ring_buffer_.Begin(); it; ++it) { in GetMinAndMaxPaintTime()
41 typedef RingBuffer<Entry, 80> RingBufferType; typedef42 RingBufferType::Iterator Begin() const { return ring_buffer_.Begin(); } in Begin()43 RingBufferType::Iterator End() const { return ring_buffer_.End(); } in End()48 RingBufferType ring_buffer_;
26 for (RingBufferType::Iterator it = ring_buffer_.Begin(); it; ++it) { in GetMinAndMax()
379 for (FrameRateCounter::RingBufferType::Iterator it = --fps_counter->end(); it; in DrawFPSDisplay()563 for (PaintTimeCounter::RingBufferType::Iterator it = in DrawPaintTimeDisplay()