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

  /external/chromium_org/content/renderer/media/
rtc_video_decoder_bridge_tv.cc 28 first_frame_(true) {}
42 first_frame_ = true;
62 if (first_frame_) {
73 first_frame_ = false;
109 first_frame_ = true;
rtc_video_decoder_bridge_tv.h 47 bool first_frame_; member in class:content::RTCVideoDecoderBridgeTv
  /external/chromium_org/ui/compositor/
layer_animation_element.cc 595 : first_frame_(true),
610 DCHECK(first_frame_);
615 first_frame_ = false;
621 DCHECK(!first_frame_);
638 first_frame_ = t == 1.0;
648 if (!first_frame_ && (effective_start_time_ == base::TimeTicks()))
652 if (!first_frame_)
664 if (first_frame_)
668 first_frame_ = true;
682 first_frame_ = true
    [all...]
layer_animation_element.h 143 bool Started() { return !first_frame_; }
204 bool first_frame_; member in class:ui::LayerAnimationElement

Completed in 582 milliseconds