HomeSort by relevance Sort by last modified time
    Searched refs:CommandLine (Results 1 - 25 of 1690) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/
chrome_browser_field_trials_mobile.h 14 class CommandLine;
23 void SetupMobileFieldTrials(const base::CommandLine& parsed_command_line);
chrome_browser_field_trials_desktop.h 14 class CommandLine;
24 void SetupDesktopFieldTrials(const base::CommandLine& parsed_command_line,
  /external/chromium_org/components/nacl/common/
nacl_cmd_line.h 9 class CommandLine;
16 void CopyNaClCommandLineArguments(base::CommandLine* cmd_line);
  /external/chromium_org/content/child/
runtime_features.h 9 class CommandLine;
15 const base::CommandLine& command_line);
  /external/chromium_org/components/signin/core/common/
profile_management_switches.h 13 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/tools/android/common/
daemon.h 9 class CommandLine;
14 bool HasHelpSwitch(const base::CommandLine& command_line);
16 bool HasNoSpawnDaemonSwitch(const base::CommandLine& command_line);
  /external/chromium_org/ui/base/
ui_base_switches_util.cc 16 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/first_run/
upgrade_util_win.h 9 class CommandLine;
31 bool DoUpgradeTasks(const base::CommandLine& command_line);
upgrade_util_mac.cc 10 bool RelaunchChromeBrowser(const CommandLine& command_line) {
upgrade_util.cc 12 CommandLine* command_line;
18 void SetNewCommandLine(CommandLine* new_command_line) {
  /external/chromium_org/components/invalidation/
invalidation_service_util.h 11 class CommandLine;
18 const base::CommandLine& command_line);
  /external/chromium_org/athena/util/
switches.cc 14 return base::CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/ui/compositor/
compositor_switches.cc 31 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
37 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/deqp/framework/opengl/
gluPlatform.cpp 28 class CommandLine;
  /external/chromium_org/chrome/browser/component_updater/
chrome_component_updater_configurator.h 11 class CommandLine;
23 const base::CommandLine* cmdline,
  /external/chromium_org/chrome/browser/media/
test_license_server_config.h 13 class CommandLine;
30 virtual bool GetServerCommandLine(base::CommandLine* command_line) = 0;
  /external/chromium_org/chrome/test/base/
test_launcher_utils.h 14 class CommandLine;
22 void PrepareBrowserCommandLineForTests(base::CommandLine* command_line);
  /external/chromium_org/cloud_print/service/win/
service_utils.h 11 class CommandLine;
16 void CopyChromeSwitchesFromCurrentProcess(base::CommandLine* destination);
  /external/chromium_org/content/public/app/
startup_helper_win.h 9 class CommandLine;
33 void SetupCRT(const base::CommandLine& command_line);
  /external/chromium_org/net/test/
python_utils.h 11 class CommandLine;
25 bool GetPythonCommand(base::CommandLine* python_cmd) WARN_UNUSED_RESULT;
  /external/chromium_org/ui/native_theme/
native_theme_switches.cc 21 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/win8/delegate_execute/
delegate_execute_util.cc 12 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);
  /external/chromium_org/android_webview/common/
aw_switches.cc 14 CommandLine::ForCurrentProcess()->HasSwitch(kForceAuxiliaryBitmap);
  /external/chromium_org/base/test/
multiprocess_test.h 18 class CommandLine;
28 // CommandLine command_line(
63 const CommandLine& command_line,
68 CommandLine GetMultiProcessTestChildBaseCommandLine();
124 virtual CommandLine MakeCmdLine(const std::string& procname);
  /external/deqp/framework/platform/win32/
tcuWin32GLES3Platform.hpp 35 class CommandLine;

Completed in 831 milliseconds

1 2 3 4 5 6 7 8 91011>>