Searched refs:CommandLine (Results 1 - 25 of 1697) sorted by relevance

1234567891011>>

/external/chromium_org/components/signin/core/common/
H A Dprofile_management_switches.h13 class CommandLine;
46 void EnableNewAvatarMenuForTesting(base::CommandLine* command_line);
47 void DisableNewAvatarMenuForTesting(base::CommandLine* command_line);
48 void EnableNewProfileManagementForTesting(base::CommandLine* command_line);
49 void EnableAccountConsistencyForTesting(base::CommandLine* command_line);
/external/chromium_org/ui/base/
H A Dui_base_switches_util.cc16 if (CommandLine::ForCurrentProcess()->HasSwitch(
25 return CommandLine::ForCurrentProcess()->HasSwitch(
31 return !CommandLine::ForCurrentProcess()->HasSwitch(
34 return CommandLine::ForCurrentProcess()->HasSwitch(
41 return !CommandLine::ForCurrentProcess()->HasSwitch(
44 return CommandLine::ForCurrentProcess()->HasSwitch(
/external/chromium_org/chrome/browser/
H A Dchrome_browser_field_trials_mobile.h14 class CommandLine;
23 void SetupMobileFieldTrials(const base::CommandLine& parsed_command_line);
H A Dchrome_browser_field_trials_desktop.h14 class CommandLine;
24 void SetupDesktopFieldTrials(const base::CommandLine& parsed_command_line,
/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util_win.h9 class CommandLine;
31 bool DoUpgradeTasks(const base::CommandLine& command_line);
H A Dupgrade_util_mac.cc10 bool RelaunchChromeBrowser(const CommandLine& command_line) {
H A Dupgrade_util.cc12 CommandLine* command_line;
18 void SetNewCommandLine(CommandLine* new_command_line) {
/external/chromium_org/components/nacl/common/
H A Dnacl_cmd_line.h9 class CommandLine;
16 void CopyNaClCommandLineArguments(base::CommandLine* cmd_line);
H A Dnacl_cmd_line.cc13 void CopyNaClCommandLineArguments(CommandLine* cmd_line) {
14 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
/external/chromium_org/content/child/
H A Druntime_features.h9 class CommandLine;
15 const base::CommandLine& command_line);
/external/chromium_org/athena/util/
H A Dswitches.cc14 return base::CommandLine::ForCurrentProcess()->HasSwitch(
/external/chromium_org/ui/compositor/
H A Dcompositor_switches.cc31 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
37 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
/external/deqp/framework/opengl/
H A DgluPlatform.cpp28 class CommandLine;
/external/chromium_org/chrome/test/base/
H A Dtest_launcher_utils.h14 class CommandLine;
22 void PrepareBrowserCommandLineForTests(base::CommandLine* command_line);
/external/chromium_org/cloud_print/service/win/
H A Dservice_utils.h11 class CommandLine;
16 void CopyChromeSwitchesFromCurrentProcess(base::CommandLine* destination);
/external/chromium_org/components/invalidation/
H A Dinvalidation_service_util.h11 class CommandLine;
18 const base::CommandLine& command_line);
/external/chromium_org/content/public/app/
H A Dstartup_helper_win.h9 class CommandLine;
33 void SetupCRT(const base::CommandLine& command_line);
/external/chromium_org/ui/native_theme/
H A Dnative_theme_switches.cc21 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute_util.cc12 CommandLine CommandLineFromParameters(const wchar_t* params) {
13 CommandLine command_line(CommandLine::NO_PROGRAM);
25 CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe,
26 const CommandLine& params,
28 CommandLine chrome_cmd(params);
41 CommandLine cmd_line(CommandLine::NO_PROGRAM);
H A Ddelegate_execute_util.h17 // Returns a CommandLine with an empty program parsed from |params|.
18 base::CommandLine CommandLineFromParameters(const wchar_t* params);
20 // Returns a CommandLine to launch |chrome_exe| with all switches and arguments
22 base::CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe,
23 const base::CommandLine& params,
/external/chromium_org/android_webview/common/
H A Daw_switches.cc14 CommandLine::ForCurrentProcess()->HasSwitch(kForceAuxiliaryBitmap);
/external/deqp/framework/platform/win32/
H A DtcuWin32GLES3Platform.hpp35 class CommandLine;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dchrome_restart_request.h13 class CommandLine;
23 const base::CommandLine& base_command_line,
24 base::CommandLine* command_line);
/external/chromium_org/tools/android/common/
H A Ddaemon.h9 class CommandLine;
14 bool HasHelpSwitch(const base::CommandLine& command_line);
16 bool HasNoSpawnDaemonSwitch(const base::CommandLine& command_line);
/external/chromium_org/ui/app_list/
H A Dapp_list_switches.cc33 return !CommandLine::ForCurrentProcess()->HasSwitch(kDisableSyncAppList);
35 return CommandLine::ForCurrentProcess()->HasSwitch(kEnableSyncAppList);
59 return !CommandLine::ForCurrentProcess()->HasSwitch(kDisableAppInfo);
66 return CommandLine::ForCurrentProcess()->HasSwitch(
71 return CommandLine::ForCurrentProcess()->HasSwitch(kEnableCenteredAppList) ||

Completed in 613 milliseconds

1234567891011>>