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

  /external/chromium_org/chrome/browser/sessions/
session_restore.h 23 // SessionRestore handles restoring either the last or saved session. Session
26 class SessionRestore {
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/
session_restore.py 14 class SessionRestore(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 342 milliseconds