Home
last modified time | relevance | path

Searched refs:whiteout_start_time_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_views.cc844 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()
Drender_widget_host_view_gtk.cc1040 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()
Drender_widget_host_view_gtk.h191 base::TimeTicks whiteout_start_time_; variable
Drender_widget_host_view_win.cc927 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()
Drender_widget_host_view_views.h189 base::TimeTicks whiteout_start_time_; variable
Drender_widget_host_view_mac.h332 base::TimeTicks whiteout_start_time_; variable
Drender_widget_host_view_win.h346 base::TimeTicks whiteout_start_time_; variable
Drender_widget_host_view_mac.mm1550 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();