| /external/chromium_org/chrome/installer/test/ |
| D | alternate_version_generator_main.cc | 61 void DumpUsage(const CommandLine& cmd_line, in DumpUsage() 96 bool GetMiniInstallerPath(const CommandLine& cmd_line, in GetMiniInstallerPath() 109 void GetOutPath(const CommandLine& cmd_line, base::FilePath* out) { in GetOutPath() 119 upgrade_test::Direction GetDirection(const CommandLine& cmd_line) { in GetDirection() 130 CommandLine* cmd_line = CommandLine::ForCurrentProcess(); in wmain() local
|
| /external/chromium_org/chrome/common/ |
| D | switch_utils_unittest.cc | 20 CommandLine cmd_line(arraysize(argv), argv); in TEST() local 37 CommandLine cmd_line = CommandLine::FromString( in TEST() local
|
| /external/chromium_org/sandbox/win/src/ |
| D | handle_policy_test.cc | 57 base::string16 cmd_line = base::StringPrintf(L"Handle_DuplicateEvent %d", in TEST() local 79 base::string16 cmd_line = base::StringPrintf(L"Handle_DuplicateEvent %d", in TEST() local 95 base::string16 cmd_line = base::StringPrintf(L"Handle_DuplicateEvent %d", in TEST() local
|
| D | process_policy_test.cc | 133 base::string16 cmd_line = L"\""; in Process_RunApp2() local 188 base::string16 cmd_line = L"\""; in Process_RunApp5() local 203 base::string16 cmd_line = argv[0]; in Process_RunApp6() local
|
| /external/chromium_org/chrome/installer/util/ |
| D | user_experiment.cc | 114 bool LaunchSetup(CommandLine* cmd_line, bool system_level_toast) { in LaunchSetup() 203 bool LaunchSetupAsConsoleUser(CommandLine* cmd_line) { in LaunchSetupAsConsoleUser() 259 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess(); in SetClient() local 397 CommandLine cmd_line(base_cmd_line); in LaunchBrowserUserExperiment() local 471 CommandLine cmd_line(base_cmd_line); in LaunchBrowserUserExperiment() local
|
| D | installer_state_unittest.cc | 79 CommandLine cmd_line = CommandLine::FromString(L"setup.exe"); in BuildSingleChromeState() local 252 CommandLine cmd_line = CommandLine::FromString( in TEST_F() local 335 CommandLine cmd_line = CommandLine::FromString( in TEST_F() local 389 CommandLine cmd_line = CommandLine::FromString(L"setup.exe --system-level"); in TEST_F() local 420 CommandLine cmd_line = CommandLine::FromString( in TEST_F() local 461 CommandLine cmd_line( in TEST_F() local 630 CommandLine cmd_line( in TEST_F() local 653 CommandLine cmd_line( in TEST_F() local
|
| D | app_command.cc | 49 base::string16 cmd_line; in Initialize() local
|
| D | master_preferences_dummy.cc | 18 MasterPreferences::MasterPreferences(const CommandLine& cmd_line) in MasterPreferences()
|
| /external/chromium_org/components/nacl/common/ |
| D | nacl_cmd_line.cc | 13 void CopyNaClCommandLineArguments(CommandLine* cmd_line) { in CopyNaClCommandLineArguments()
|
| /external/chromium_org/content/shell/tools/ |
| D | content_shell_crash_service.cc | 15 int __stdcall wWinMain(HINSTANCE instance, HINSTANCE, wchar_t* cmd_line, in wWinMain()
|
| /external/chromium_org/win8/delegate_execute/ |
| D | delegate_execute_operation.cc | 23 bool DelegateExecuteOperation::Init(const CommandLine* cmd_line) { in Init()
|
| D | delegate_execute_util.cc | 41 CommandLine cmd_line(CommandLine::NO_PROGRAM); in ParametersFromSwitch() local
|
| /external/chromium_org/chrome/tools/safe_browsing/ |
| D | sb_sigutil.cc | 30 CommandLine* cmd_line = CommandLine::ForCurrentProcess(); in main() local
|
| /external/chromium_org/chrome/browser/ |
| D | upgrade_detector_impl.cc | 61 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess(); in CmdLineInterval() local 68 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess(); in SimulatingOutdated() local 75 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess(); in IsTesting() local
|
| D | upgrade_detector.cc | 29 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess(); in UseTestingIntervals() local
|
| /external/chromium_org/chrome/browser/ui/views/frame/ |
| D | browser_window_property_manager_browsertest_win.cc | 82 CommandLine cmd_line(CommandLine::FromString(prop_var.get().pwszVal)); in ValidateBrowserWindowProperties() local 121 CommandLine cmd_line(CommandLine::FromString(prop_var.get().pwszVal)); in ValidateHostedAppWindowProperties() local
|
| /external/chromium_org/content/shell/browser/ |
| D | shell_browser_context.cc | 75 CommandLine* cmd_line = CommandLine::ForCurrentProcess(); in InitWhileIOAllowed() local 122 CommandLine* cmd_line = CommandLine::ForCurrentProcess(); in GetDownloadManagerDelegate() local
|
| /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
| D | main.cc | 38 wchar_t* cmd_line, int cmd_show) { in wWinMain()
|
| /external/chromium_org/content/browser/ |
| D | child_process_launcher.cc | 79 base::CommandLine* cmd_line, in Launch() 175 base::CommandLine* cmd_line) { in LaunchInternal() 439 base::CommandLine* cmd_line, in ChildProcessLauncher()
|
| /external/chromium_org/chrome/browser/extensions/ |
| D | startup_helper.cc | 97 bool StartupHelper::PackExtension(const CommandLine& cmd_line) { in PackExtension() 208 bool StartupHelper::ValidateCrx(const CommandLine& cmd_line, in ValidateCrx() 307 bool StartupHelper::InstallEphemeralApp(const CommandLine& cmd_line, in InstallEphemeralApp()
|
| /external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/ |
| D | webdriver_ie_backend.py | 20 def GetProcessName(self, cmd_line): argument
|
| /external/chromium_org/chrome/installer/setup/ |
| D | setup_main.cc | 647 const CommandLine& cmd_line, in UninstallProduct() 672 const CommandLine& cmd_line) { in UninstallProducts() 781 const CommandLine& cmd_line, in InstallProducts() 898 const CommandLine& cmd_line) { in RegisterDevChrome() 974 const CommandLine& cmd_line, in HandleNonInstallCmdLineOptions() 1328 void UninstallMultiChromeFrameIfPresent(const CommandLine& cmd_line, in UninstallMultiChromeFrameIfPresent() 1387 const CommandLine& cmd_line, in InstallProductsHelper() 1695 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess(); in wWinMain() local
|
| /external/chromium_org/net/test/ |
| D | python_utils_unittest.cc | 48 base::CommandLine cmd_line(base::CommandLine::NO_PROGRAM); in TEST() local
|
| /external/chromium_org/base/win/ |
| D | startup_information_unittest.cc | 64 std::wstring cmd_line = in TEST_F() local
|
| /external/chromium_org/chrome/tools/crash_service/ |
| D | main.cc | 37 int __stdcall wWinMain(HINSTANCE instance, HINSTANCE, wchar_t* cmd_line, in wWinMain()
|