Searched refs:needs_flush_ (Results 1 - 3 of 3) sorted by path

/external/chromium_org/media/base/android/
H A Dmedia_decoder_job.cc30 needs_flush_(false),
180 needs_flush_ = true;
352 DCHECK(!(needs_flush_ && drain_decoder_));
356 start_time_ticks, start_presentation_timestamp, needs_flush_,
359 needs_flush_ = false;
H A Dmedia_decoder_job.h250 bool needs_flush_; member in class:media::MediaDecoderJob
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_buffer_unittest.cc43 MotionEventBufferTest() : needs_flush_(false) {}
51 virtual void SetNeedsFlush() OVERRIDE { needs_flush_ = true; }
54 bool needs_flush = needs_flush_;
55 needs_flush_ = false;
241 bool needs_flush_; member in class:ui::MotionEventBufferTest

Completed in 283 milliseconds