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

/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore.h23 // SessionRestore handles restoring either the last or saved session. Session
26 class SessionRestore { class
85 // The max number of non-selected tabs SessionRestore loads when restoring
90 SessionRestore();
92 DISALLOW_COPY_AND_ASSIGN(SessionRestore);
/external/chromium_org/tools/perf/measurements/
H A Dsession_restore.py14 class SessionRestore(startup.Startup): class in inherits:startup.Startup
23 super(SessionRestore, self).__init__(action_name_to_run=action_name_to_run)
28 super(SessionRestore, self).CustomizeBrowserOptions(options)
39 'SessionRestore.AllTabsLoaded',

Completed in 89 milliseconds