HomeSort by relevance Sort by last modified time
    Searched refs:got_first_paint_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sessions/
session_restore.cc 119 bool got_first_paint_; member in class:__anon2126::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()) &&
  /external/chromium_org/chrome/browser/sessions/
session_restore.cc 167 bool got_first_paint_; member in class:__anon5592::TabLoader
254 got_first_paint_(false),
261 DCHECK((got_first_paint_ || render_widget_hosts_to_paint_.empty()) &&
329 if (!got_first_paint_) {
347 if (!got_first_paint_ && render_widget_host->GetView() &&
352 got_first_paint_ = true;
380 got_first_paint_ = true;
392 if ((got_first_paint_ || render_widget_hosts_to_paint_.empty()) &&
    [all...]

Completed in 40 milliseconds