Lines Matching full:tabs
22 #include "chrome/browser/tabs/tab_strip_model.h"
50 // TabLoader is responsible for loading tabs after session restore creates
51 // tabs. New tabs are loaded after the current tab finishes loading, or a delay
54 // doubled. When all tabs are loading TabLoader deletes itself.
80 // Loads the next tab. If there are no more tabs to load this deletes itself,
91 // the set of tabs to load and list of tabs we're waiting to get a load
121 // The set of tabs we've initiated loading on. This does NOT include the
122 // selected tabs.
125 // The tabs we need to load.
134 // The number of tabs that have been restored.
206 // By default tabs are marked as visible. As only the active tab is
207 // visible we need to explicitly tell non-active tabs they are hidden.
208 // Without this call non-active tabs are not marked as backgrounded.
299 // Record a time for the number of tabs, to help track down
315 // happen because the user opened a different tab or restored tabs
388 // Record a time for the number of tabs, to help track down contention.
404 // SessionRestoreImpl is responsible for fetching the set of tabs to create
454 // Create a browser instance to put the restored tabs in.
508 // Invoked when beginning to create new tabs. Resets the tab_loader_.
513 // Invoked when done with creating all the tabs/browsers.
518 // If successful, this begins loading tabs and deletes itself when all tabs
632 DCHECK(!window.tabs.empty());
633 for (std::vector<SessionTab*>::const_iterator i = window.tabs.begin();
634 i != window.tabs.end(); ++i) {
636 const int tab_index = static_cast<int>(i - window.tabs.begin());
727 // Invokes TabRestored on the SessionService for all tabs in browser after
759 // Responsible for loading the tabs.
821 // Create a SessionRestore object to eventually restore the tabs.
831 // Create a SessionRestore object to eventually restore the tabs.