Home
last modified time | relevance | path

Searched defs:cmd_line (Results 1 – 25 of 120) sorted by relevance

12345

/external/chromium_org/chrome/installer/test/
Dalternate_version_generator_main.cc61 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/
Dswitch_utils_unittest.cc20 CommandLine cmd_line(arraysize(argv), argv); in TEST() local
37 CommandLine cmd_line = CommandLine::FromString( in TEST() local
/external/chromium_org/sandbox/win/src/
Dhandle_policy_test.cc57 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
Dprocess_policy_test.cc133 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/
Duser_experiment.cc114 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
Dinstaller_state_unittest.cc79 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
Dapp_command.cc49 base::string16 cmd_line; in Initialize() local
Dmaster_preferences_dummy.cc18 MasterPreferences::MasterPreferences(const CommandLine& cmd_line) in MasterPreferences()
/external/chromium_org/components/nacl/common/
Dnacl_cmd_line.cc13 void CopyNaClCommandLineArguments(CommandLine* cmd_line) { in CopyNaClCommandLineArguments()
/external/chromium_org/content/shell/tools/
Dcontent_shell_crash_service.cc15 int __stdcall wWinMain(HINSTANCE instance, HINSTANCE, wchar_t* cmd_line, in wWinMain()
/external/chromium_org/win8/delegate_execute/
Ddelegate_execute_operation.cc23 bool DelegateExecuteOperation::Init(const CommandLine* cmd_line) { in Init()
Ddelegate_execute_util.cc41 CommandLine cmd_line(CommandLine::NO_PROGRAM); in ParametersFromSwitch() local
/external/chromium_org/chrome/tools/safe_browsing/
Dsb_sigutil.cc30 CommandLine* cmd_line = CommandLine::ForCurrentProcess(); in main() local
/external/chromium_org/chrome/browser/
Dupgrade_detector_impl.cc61 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
Dupgrade_detector.cc29 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess(); in UseTestingIntervals() local
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_window_property_manager_browsertest_win.cc82 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/
Dshell_browser_context.cc75 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/
Dmain.cc38 wchar_t* cmd_line, int cmd_show) { in wWinMain()
/external/chromium_org/content/browser/
Dchild_process_launcher.cc79 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/
Dstartup_helper.cc97 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/
Dwebdriver_ie_backend.py20 def GetProcessName(self, cmd_line): argument
/external/chromium_org/chrome/installer/setup/
Dsetup_main.cc647 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/
Dpython_utils_unittest.cc48 base::CommandLine cmd_line(base::CommandLine::NO_PROGRAM); in TEST() local
/external/chromium_org/base/win/
Dstartup_information_unittest.cc64 std::wstring cmd_line = in TEST_F() local
/external/chromium_org/chrome/tools/crash_service/
Dmain.cc37 int __stdcall wWinMain(HINSTANCE instance, HINSTANCE, wchar_t* cmd_line, in wWinMain()

12345