Home
last modified time | relevance | path

Searched refs:GetCommandLine (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/tools/win/split_link/
Dsplit_link.cc106 wprintf(L"Original command line: %s\n", GetCommandLine()); in RunLinker()
117 wprintf(L" original command line '%s'\n", GetCommandLine()); in RunLinker()
122 LPWSTR* args = CommandLineToArgvW(GetCommandLine(), &num_args); in RunLinker()
/external/chromium_org/chrome/browser/
Djumplist_win.cc49 shell_link->GetCommandLine()->CopySwitchesFrom(command_line, in AppendCommonSwitches()
108 incognito->GetCommandLine()->AppendSwitch(switches::kIncognito); in UpdateTaskCategory()
292 link->GetCommandLine()->AppendArgNative(url_string_wide); in OnMostVisitedURLsAvailable()
361 link->GetCommandLine()->AppendArgNative(base::UTF8ToWide(url)); in AddTab()
Djumplist_updater_win.h33 base::CommandLine* GetCommandLine();
Djumplist_updater_win.cc93 CommandLine* ShellLinkItem::GetCommandLine() { in GetCommandLine() function in ShellLinkItem
/external/chromium_org/chrome/browser/ui/views/apps/
Dchrome_native_app_window_views_win.cc185 app_window()->browser_context()->GetPath(), link->GetCommandLine()); in UpdateShelfMenu()
186 link->GetCommandLine()->AppendSwitchASCII(switches::kInstallFromWebstore, in UpdateShelfMenu()
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
D__init__.py55 cmd_line = self._platform_backend.GetCommandLine(pid)
Dvtune_profiler.py34 not self._platform_backend.GetCommandLine(self._pid)):
Dstrace_profiler.py175 not self._platform_backend.GetCommandLine(self._pid)):
Dperf_profiler.py97 not self._platform_backend.GetCommandLine(self._pid)):
/external/chromium_org/tools/telemetry/telemetry/core/platform/
Dcros_platform_backend.py58 def GetCommandLine(self, pid): member in CrosPlatformBackend
Dplatform_backend.py88 def GetCommandLine(self, pid): member in PlatformBackend
Dposix_platform_backend.py67 def GetCommandLine(self, pid): member in PosixPlatformBackend
Dwin_platform_backend.py133 def GetCommandLine(self, pid): member in WinPlatformBackend
Dandroid_platform_backend.py163 def GetCommandLine(self, pid): member in AndroidPlatformBackend
/external/chromium_org/chrome/installer/mini_installer/
Dconfiguration.cc44 return InitializeFromCommandLine(::GetCommandLine()); in Initialize()
/external/chromium_org/chrome_elf/
Dbreakpad.cc81 wchar_t* command_line = ::GetCommandLine(); in IsHeadless()
Dchrome_elf_util.cc205 wchar_t* command_line = GetCommandLine(); in IsNonBrowserProcess()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dflags.cc288 LPTSTR command_line = ::GetCommandLine(); in WindowsCommandLineArguments()
/external/chromium_org/third_party/webrtc/base/
Dflags.cc271 LPTSTR command_line = ::GetCommandLine(); in WindowsCommandLineArguments()
/external/chromium_org/tools/win/link_limiter/
Dlimiter.cc66 tstring cmdline = tstring(GetCommandLine()); in RunExe()
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
DSDL_win32_main.c380 bufp = GetCommandLine(); in WinMain()
/external/chromium_org/tools/telemetry/telemetry/core/
Dbrowser.py120 child_cmd_line = self._platform_backend.GetCommandLine(child_pid)
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
Dwallpaper_manager.h433 base::CommandLine* GetCommandLine();
Dwallpaper_manager.cc603 CommandLine* command_line = GetCommandLine(); in InitializeWallpaper()
648 if (!GetCommandLine()->HasSwitch(switches::kDisableBootAnimation)) { in Observe()
1367 CommandLine* WallpaperManager::GetCommandLine() { in GetCommandLine() function in chromeos::WallpaperManager
1378 GetCommandLine()->HasSwitch(switches::kDisableBootAnimation); in InitializeRegisteredDeviceWallpaper()