GetCommandLine     55 base/debug/debug_on_start_win.cc   if (FindArgument(GetCommandLine(), switches::kDebugOnStart)) {
GetCommandLine     66 base/debug/debug_on_start_win.cc   } else if (FindArgument(GetCommandLine(), switches::kWaitForDebugger)) {
GetCommandLine     33 chrome/browser/jumplist_updater_win.h   base::CommandLine* GetCommandLine();
GetCommandLine     49 chrome/browser/jumplist_win.cc   shell_link->GetCommandLine()->CopySwitchesFrom(command_line,
GetCommandLine    109 chrome/browser/jumplist_win.cc   incognito->GetCommandLine()->AppendSwitch(switches::kIncognito);
GetCommandLine    293 chrome/browser/jumplist_win.cc       link->GetCommandLine()->AppendArgNative(url_string_wide);
GetCommandLine    362 chrome/browser/jumplist_win.cc   link->GetCommandLine()->AppendArgNative(base::UTF8ToWide(url));
GetCommandLine    210 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc         app_window()->browser_context()->GetPath(), link->GetCommandLine());
GetCommandLine    211 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc     link->GetCommandLine()->AppendSwitchASCII(switches::kInstallFromWebstore,
GetCommandLine     43 chrome/installer/mini_installer/configuration.cc   return InitializeFromCommandLine(::GetCommandLine());
GetCommandLine     81 chrome_elf/breakpad.cc   wchar_t* command_line = ::GetCommandLine();
GetCommandLine    205 chrome_elf/chrome_elf_util.cc   wchar_t* command_line = GetCommandLine();
GetCommandLine     66 tools/win/link_limiter/limiter.cc   tstring cmdline = tstring(GetCommandLine());
GetCommandLine    106 tools/win/split_link/split_link.cc     wprintf(L"Original command line: %s\n", GetCommandLine());
GetCommandLine    117 tools/win/split_link/split_link.cc     wprintf(L"  original command line '%s'\n", GetCommandLine());
GetCommandLine    122 tools/win/split_link/split_link.cc   LPWSTR* args = CommandLineToArgvW(GetCommandLine(), &num_args);