OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRestoreLastSession
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/common/
switch_utils.cc
22
switches::
kRestoreLastSession
,
chrome_switches.cc
[
all
...]
chrome_switches.h
286
extern const char
kRestoreLastSession
[];
/external/chromium_org/chrome/browser/
chrome_browser_main_win.cc
310
if (!command_line.HasSwitch(switches::
kRestoreLastSession
))
311
command_line.AppendSwitch(switches::
kRestoreLastSession
);
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc
377
// The switches::
kRestoreLastSession
command line switch is used to restore
382
if ((command_line.HasSwitch(switches::
kRestoreLastSession
) ||
startup_browser_creator_impl.cc
610
!command_line_.HasSwitch(switches::
kRestoreLastSession
)) {
[
all
...]
Completed in 1421 milliseconds