Searched refs:about_to_validate_and_paint_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.h171 bool about_to_validate_and_paint_; member in class:RenderWidgetHostViewGtk
H A Drender_widget_host_view_gtk.cc502 about_to_validate_and_paint_(false),
747 if (about_to_validate_and_paint_)
759 if (about_to_validate_and_paint_)
983 DCHECK(!about_to_validate_and_paint_);
986 about_to_validate_and_paint_ = true;
990 about_to_validate_and_paint_ = false;
H A Drender_widget_host_view_views.cc156 about_to_validate_and_paint_(false),
316 if (about_to_validate_and_paint_)
328 if (about_to_validate_and_paint_)
789 DCHECK(!about_to_validate_and_paint_);
797 about_to_validate_and_paint_ = true;
800 about_to_validate_and_paint_ = false;
H A Drender_widget_host_view_mac.h315 bool about_to_validate_and_paint_; member in class:RenderWidgetHostViewMac
H A Drender_widget_host_view_views.h166 bool about_to_validate_and_paint_; member in class:RenderWidgetHostViewViews
H A Drender_widget_host_view_win.cc229 about_to_validate_and_paint_(false),
672 if (!about_to_validate_and_paint_)
846 about_to_validate_and_paint_ = true;
853 about_to_validate_and_paint_ = false;
H A Drender_widget_host_view_win.h310 bool about_to_validate_and_paint_; member in class:RenderWidgetHostViewWin

Completed in 163 milliseconds