Searched refs:about_to_validate_and_paint_ (Results 1 – 8 of 8) sorted by relevance
156 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()
502 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()
171 bool about_to_validate_and_paint_; variable
229 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()
315 bool about_to_validate_and_paint_; variable
166 bool about_to_validate_and_paint_; variable
310 bool about_to_validate_and_paint_; variable
197 about_to_validate_and_paint_(false), function494 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 stack527 // 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;