HomeSort by relevance Sort by last modified time
    Searched refs:GetCommandLine (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/chrome/browser/
jumplist_updater_win.h 33 base::CommandLine* GetCommandLine();
jumplist_win.cc 50 shell_link->GetCommandLine()->CopySwitchesFrom(command_line,
114 incognito->GetCommandLine()->AppendSwitch(switches::kIncognito);
296 link->GetCommandLine()->AppendArgNative(url_string_wide);
365 link->GetCommandLine()->AppendArgNative(base::UTF8ToWide(url));
jumplist_updater_win.cc 95 CommandLine* ShellLinkItem::GetCommandLine() {
  /external/chromium_org/chrome/installer/mini_installer/
configuration.cc 44 return InitializeFromCommandLine(::GetCommandLine());
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
__init__.py 55 cmd_line = self._platform_backend.GetCommandLine(pid)
vtune_profiler.py 34 not self._platform_backend.GetCommandLine(self._pid)):
strace_profiler.py 175 not self._platform_backend.GetCommandLine(self._pid)):
perf_profiler.py 100 not self._platform_backend.GetCommandLine(self._pid)):
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views_win.cc 191 app_window()->browser_context()->GetPath(), link->GetCommandLine());
192 link->GetCommandLine()->AppendSwitchASCII(
  /external/chromium_org/tools/win/split_link/
split_link.cc 106 wprintf(L"Original command line: %s\n", GetCommandLine());
117 wprintf(L" original command line '%s'\n", GetCommandLine());
122 LPWSTR* args = CommandLineToArgvW(GetCommandLine(), &num_args);
  /external/chromium_org/chrome_elf/
breakpad.cc 96 wchar_t* command_line = ::GetCommandLine();
chrome_elf_util.cc 205 wchar_t* command_line = GetCommandLine();
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
cros_platform_backend.py 104 def GetCommandLine(self, pid):
posix_platform_backend.py 67 def GetCommandLine(self, pid):
platform_backend.py 170 def GetCommandLine(self, pid):
android_platform_backend.py 182 def GetCommandLine(self, pid):
win_platform_backend.py 208 def GetCommandLine(self, pid):
  /external/chromium_org/third_party/webrtc/base/
flags.cc 268 LPTSTR command_line = ::GetCommandLine();
  /external/chromium_org/tools/win/link_limiter/
limiter.cc 66 tstring cmdline = tstring(GetCommandLine());
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 124 child_cmd_line = self._platform_backend.GetCommandLine(child_pid)
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc 598 CommandLine* command_line = GetCommandLine();
643 if (!GetCommandLine()->HasSwitch(switches::kDisableBootAnimation)) {
    [all...]
wallpaper_manager.h 442 base::CommandLine* GetCommandLine();

Completed in 864 milliseconds