Searched refs:whiteout_start_time_ (Results 1 – 8 of 8) sorted by relevance
844 if (!whiteout_start_time_.is_null()) { in OnPaint()846 whiteout_start_time_; in OnPaint()851 whiteout_start_time_ = base::TimeTicks(); in OnPaint()863 if (whiteout_start_time_.is_null()) in OnPaint()864 whiteout_start_time_ = base::TimeTicks::Now(); in OnPaint()
1040 if (!whiteout_start_time_.is_null()) { in Paint()1042 whiteout_start_time_; in Paint()1047 whiteout_start_time_ = base::TimeTicks(); in Paint()1061 if (whiteout_start_time_.is_null()) in Paint()1062 whiteout_start_time_ = base::TimeTicks::Now(); in Paint()
191 base::TimeTicks whiteout_start_time_; variable
927 if (!whiteout_start_time_.is_null()) { in OnPaint()928 TimeDelta whiteout_duration = TimeTicks::Now() - whiteout_start_time_; in OnPaint()933 whiteout_start_time_ = TimeTicks(); in OnPaint()946 if (whiteout_start_time_.is_null()) in OnPaint()947 whiteout_start_time_ = TimeTicks::Now(); in OnPaint()
189 base::TimeTicks whiteout_start_time_; variable
332 base::TimeTicks whiteout_start_time_; variable
346 base::TimeTicks whiteout_start_time_; variable
1550 if (!renderWidgetHostView_->whiteout_start_time_.is_null()) {1552 renderWidgetHostView_->whiteout_start_time_;1557 renderWidgetHostView_->whiteout_start_time_ = base::TimeTicks();1571 if (renderWidgetHostView_->whiteout_start_time_.is_null())1572 renderWidgetHostView_->whiteout_start_time_ = base::TimeTicks::Now();