/external/chromium_org/tools/win/split_link/ |
D | split_link.cc | 106 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/ |
D | jumplist_win.cc | 49 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()
|
D | jumplist_updater_win.h | 33 base::CommandLine* GetCommandLine();
|
D | jumplist_updater_win.cc | 93 CommandLine* ShellLinkItem::GetCommandLine() { in GetCommandLine() function in ShellLinkItem
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
D | chrome_native_app_window_views_win.cc | 185 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__.py | 55 cmd_line = self._platform_backend.GetCommandLine(pid)
|
D | vtune_profiler.py | 34 not self._platform_backend.GetCommandLine(self._pid)):
|
D | strace_profiler.py | 175 not self._platform_backend.GetCommandLine(self._pid)):
|
D | perf_profiler.py | 97 not self._platform_backend.GetCommandLine(self._pid)):
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
D | cros_platform_backend.py | 58 def GetCommandLine(self, pid): member in CrosPlatformBackend
|
D | platform_backend.py | 88 def GetCommandLine(self, pid): member in PlatformBackend
|
D | posix_platform_backend.py | 67 def GetCommandLine(self, pid): member in PosixPlatformBackend
|
D | win_platform_backend.py | 133 def GetCommandLine(self, pid): member in WinPlatformBackend
|
D | android_platform_backend.py | 163 def GetCommandLine(self, pid): member in AndroidPlatformBackend
|
/external/chromium_org/chrome/installer/mini_installer/ |
D | configuration.cc | 44 return InitializeFromCommandLine(::GetCommandLine()); in Initialize()
|
/external/chromium_org/chrome_elf/ |
D | breakpad.cc | 81 wchar_t* command_line = ::GetCommandLine(); in IsHeadless()
|
D | chrome_elf_util.cc | 205 wchar_t* command_line = GetCommandLine(); in IsNonBrowserProcess()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | flags.cc | 288 LPTSTR command_line = ::GetCommandLine(); in WindowsCommandLineArguments()
|
/external/chromium_org/third_party/webrtc/base/ |
D | flags.cc | 271 LPTSTR command_line = ::GetCommandLine(); in WindowsCommandLineArguments()
|
/external/chromium_org/tools/win/link_limiter/ |
D | limiter.cc | 66 tstring cmdline = tstring(GetCommandLine()); in RunExe()
|
/external/qemu/distrib/sdl-1.2.15/src/main/win32/ |
D | SDL_win32_main.c | 380 bufp = GetCommandLine(); in WinMain()
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
D | browser.py | 120 child_cmd_line = self._platform_backend.GetCommandLine(child_pid)
|
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/ |
D | wallpaper_manager.h | 433 base::CommandLine* GetCommandLine();
|
D | wallpaper_manager.cc | 603 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()
|