Searched defs:got_first_paint_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/sessions/
H A Dsession_restore.cc119 bool got_first_paint_; member in class:__anon2269::TabLoader
148 got_first_paint_(false),
154 DCHECK((got_first_paint_ || render_widget_hosts_to_paint_.empty()) &&
269 if (!got_first_paint_) {
284 if (!got_first_paint_) {
290 got_first_paint_ = true;
317 got_first_paint_ = true;
326 if ((got_first_paint_ || render_widget_hosts_to_paint_.empty()) &&

Completed in 30 milliseconds