Searched refs:GetCommandLine (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/
H A Djumplist_updater_win.h33 base::CommandLine* GetCommandLine();
H A Djumplist_win.cc50 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));
H A Djumplist_updater_win.cc95 CommandLine* ShellLinkItem::GetCommandLine() { function in class:ShellLinkItem
/external/chromium_org/chrome/installer/mini_installer/
H A Dconfiguration.cc44 return InitializeFromCommandLine(::GetCommandLine());
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A D__init__.py55 cmd_line = self._platform_backend.GetCommandLine(pid)
H A Dvtune_profiler.py34 not self._platform_backend.GetCommandLine(self._pid)):
H A Dperf_profiler.py100 not self._platform_backend.GetCommandLine(self._pid)):
H A Dstrace_profiler.py175 not self._platform_backend.GetCommandLine(self._pid)):
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views_win.cc191 app_window()->browser_context()->GetPath(), link->GetCommandLine());
192 link->GetCommandLine()->AppendSwitchASCII(
/external/chromium_org/tools/win/split_link/
H A Dsplit_link.cc106 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/tools/telemetry/telemetry/core/platform/
H A Dcros_platform_backend.py104 def GetCommandLine(self, pid): member in class:CrosPlatformBackend
H A Dposix_platform_backend.py67 def GetCommandLine(self, pid): member in class:PosixPlatformBackend
H A Dplatform_backend.py170 def GetCommandLine(self, pid): member in class:PlatformBackend
H A Dandroid_platform_backend.py182 def GetCommandLine(self, pid): member in class:AndroidPlatformBackend
H A Dwin_platform_backend.py208 def GetCommandLine(self, pid): member in class:WinPlatformBackend
/external/chromium_org/chrome_elf/
H A Dbreakpad.cc96 wchar_t* command_line = ::GetCommandLine();
H A Dchrome_elf_util.cc205 wchar_t* command_line = GetCommandLine();
/external/chromium_org/third_party/webrtc/base/
H A Dflags.cc268 LPTSTR command_line = ::GetCommandLine();
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser.py124 child_cmd_line = self._platform_backend.GetCommandLine(child_pid)
/external/chromium_org/tools/win/link_limiter/
H A Dlimiter.cc66 tstring cmdline = tstring(GetCommandLine());
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c380 bufp = GetCommandLine();
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager.cc598 CommandLine* command_line = GetCommandLine();
643 if (!GetCommandLine()->HasSwitch(switches::kDisableBootAnimation)) {
1403 CommandLine* WallpaperManager::GetCommandLine() { function in class:chromeos::WallpaperManager
1414 GetCommandLine()->HasSwitch(switches::kDisableBootAnimation);
H A Dwallpaper_manager.h442 base::CommandLine* GetCommandLine();

Completed in 2251 milliseconds