Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_views.cc156 about_to_validate_and_paint_(false), in RenderWidgetHostViewViews()
316 if (about_to_validate_and_paint_) in DidUpdateBackingStore()
328 if (about_to_validate_and_paint_) in DidUpdateBackingStore()
789 DCHECK(!about_to_validate_and_paint_); in OnPaint()
797 about_to_validate_and_paint_ = true; in OnPaint()
800 about_to_validate_and_paint_ = false; in OnPaint()
Drender_widget_host_view_gtk.cc502 about_to_validate_and_paint_(false), in RenderWidgetHostViewGtk()
747 if (about_to_validate_and_paint_) in DidUpdateBackingStore()
759 if (about_to_validate_and_paint_) in DidUpdateBackingStore()
983 DCHECK(!about_to_validate_and_paint_); in Paint()
986 about_to_validate_and_paint_ = true; in Paint()
990 about_to_validate_and_paint_ = false; in Paint()
Drender_widget_host_view_gtk.h171 bool about_to_validate_and_paint_; variable
Drender_widget_host_view_win.cc229 about_to_validate_and_paint_(false), in RenderWidgetHostViewWin()
672 if (!about_to_validate_and_paint_) in DidUpdateBackingStore()
846 about_to_validate_and_paint_ = true; in OnPaint()
853 about_to_validate_and_paint_ = false; in OnPaint()
Drender_widget_host_view_mac.h315 bool about_to_validate_and_paint_; variable
Drender_widget_host_view_views.h166 bool about_to_validate_and_paint_; variable
Drender_widget_host_view_win.h310 bool about_to_validate_and_paint_; variable
Drender_widget_host_view_mac.mm197 about_to_validate_and_paint_(false), function
494 if (about_to_validate_and_paint_) {
520 if (!about_to_validate_and_paint_)
524 // If |about_to_validate_and_paint_| is set, then -drawRect: is on the stack
527 // If |about_to_validate_and_paint_| is not set, do it now.
528 if (!about_to_validate_and_paint_)
1506 DCHECK(!renderWidgetHostView_->about_to_validate_and_paint_);
1508 renderWidgetHostView_->about_to_validate_and_paint_ = true;
1511 renderWidgetHostView_->about_to_validate_and_paint_ = false;