HomeSort by relevance Sort by last modified time
    Searched refs:command_line (Results 126 - 150 of 868) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/
notifications_apitest.cc 18 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
19 ExtensionApiTest::SetUpCommandLine(command_line);
21 command_line->AppendSwitchASCII(
23 command_line->AppendSwitchASCII(
webstore_startup_installer_browsertest.cc 5 #include "base/command_line.h"
176 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
177 WebstoreStartupInstallerTest::SetUpCommandLine(command_line);
178 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
210 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
211 WebstoreStartupInstallerTest::SetUpCommandLine(command_line);
283 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
284 command_line->AppendSwitchASCII(
286 command_line->AppendSwitchASCII(
289 EXPECT_TRUE(helper.InstallFromWebstore(*command_line, browser()->profile()))
295 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
324 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_browsertest.cc 5 #include "base/command_line.h"
32 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
34 EXPECT_FALSE(command_line->HasSwitch(switches::kUseFakeUIForMediaStream));
37 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
40 command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc");
chrome_webrtc_webcam_browsertest.cc 5 #include "base/command_line.h"
42 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
43 EXPECT_FALSE(command_line->HasSwitch(
45 EXPECT_FALSE(command_line->HasSwitch(
48 command_line->AppendSwitch(GetParam());
wv_test_license_server_config.h 18 virtual bool GetServerCommandLine(base::CommandLine* command_line) OVERRIDE;
wv_test_license_server_config.cc 7 #include "base/command_line.h"
40 CommandLine* command_line) {
41 if (!GetPythonCommand(command_line)) {
90 command_line->AppendArgPath(license_server_path);
91 command_line->AppendArg("-k");
92 command_line->AppendArgPath(config_path.Append(kKeysFileName));
93 command_line->AppendArg("-o");
94 command_line->AppendArgPath(config_path.Append(kPoliciesFileName));
95 command_line->AppendArg("-r");
96 command_line->AppendArgPath(config_path.Append(kProfilesFileName))
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/test/
nacl_gdb_browsertest.cc 5 #include "base/command_line.h"
26 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
27 PPAPINaClNewlibTest::SetUpCommandLine(command_line);
32 command_line->AppendSwitchPath(switches::kNaClGdb, mock_nacl_gdb);
34 command_line->AppendSwitchPath(switches::kNaClGdbScript, script_);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_factory.h 31 static bool UseSyncedNotifications(base::CommandLine* command_line);
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui_browsertest.h 26 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
  /external/chromium_org/chrome/test/base/
chrome_test_launcher.cc 7 #include "base/command_line.h"
65 CommandLine* command_line, const base::FilePath& temp_data_dir) OVERRIDE {
66 CommandLine new_command_line(command_line->GetProgram());
67 CommandLine::SwitchMap switches = command_line->GetSwitches();
82 *command_line = new_command_line;
  /external/chromium_org/chrome/test/perf/
browser_perf_test.h 21 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_params.cc 7 #include "base/command_line.h"
47 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
48 return command_line.HasSwitch(
156 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
158 if (!command_line.HasSwitch(switches::kDisableDataReductionProxyDev)) {
159 origin = command_line.GetSwitchValueASCII(
163 origin = command_line.GetSwitchValueASCII(switches::kDataReductionProxy);
165 command_line.GetSwitchValueASCII(switches::kDataReductionProxyFallback);
167 command_line.GetSwitchValueASCII(switches::kDataReductionSSLProxy);
169 command_line.GetSwitchValueASCII(switches::kDataReductionProxyAlt)
289 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/content/child/
site_isolation_policy_browsertest.cc 5 #include "base/command_line.h"
22 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
33 command_line->AppendSwitchASCII(
40 command_line->AppendSwitch(switches::kDisableWebSecurity);
44 command_line->AppendSwitch(switches::kBlockCrossSiteDocuments);
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_win.cc 7 #include "base/command_line.h"
79 const CommandLine& command_line = parameters_.command_line; local
82 if (command_line.HasSwitch(switches::kEnableVtune))
88 bool no_sandbox = command_line.HasSwitch(switches::kNoSandbox);
  /external/chromium_org/content/test/
content_test_launcher.cc 8 #include "base/command_line.h"
101 CommandLine* command_line, const base::FilePath& temp_data_dir) OVERRIDE {
102 command_line->AppendSwitchPath(switches::kContentShellDataPath,
104 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
105 command_line->AppendSwitch(switches::kUseFakeUIForMediaStream);
webrtc_content_browsertest_base.h 16 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
  /external/chromium_org/mojo/shell/
child_process.h 34 static scoped_ptr<ChildProcess> Create(const base::CommandLine& command_line);
  /external/chromium_org/mojo/shell/desktop/
mojo_main.cc 7 #include "base/command_line.h"
33 const base::CommandLine& command_line = local
35 if (command_line.HasSwitch(switches::kOrigin)) {
37 command_line.GetSwitchValueASCII(switches::kOrigin));
41 base::CommandLine::StringVector args = command_line.GetArgs();
  /external/chromium_org/remoting/tools/
breakpad_tester_win.cc 9 #include "base/command_line.h"
43 const base::CommandLine* command_line = local
45 if (command_line->HasSwitch(kHelpSwitchName) ||
46 command_line->HasSwitch(kQuestionSwitchName)) {
51 base::CommandLine::StringVector args = command_line->GetArgs();
  /external/chromium_org/testing/android/
native_test_util.cc 14 void ParseArgsFromString(const std::string& command_line,
16 base::StringTokenizer tokenizer(command_line, base::kWhitespaceASCII);
32 base::FilePath command_line(path);
34 if (base::ReadFileToString(command_line, &command_line_string)) {
  /external/chromium_org/chrome/browser/ui/aura/
chrome_browser_main_extra_parts_aura.cc 7 #include "base/command_line.h"
35 #include "base/command_line.h"
69 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
70 if (command_line->HasSwitch(switches::kViewerConnect) ||
71 command_line->HasSwitch(switches::kViewerLaunchViaAppId)) {
75 const CommandLine* command_line = CommandLine::ForCurrentProcess();
76 if (command_line->HasSwitch(switches::kOpenAsh))
151 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
152 if (command_line.HasSwitch(switches::kUserDataDir))
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_controller.cc 9 #include "base/command_line.h"
27 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
28 if (!command_line->HasSwitch(switch_name))
30 std::string value = command_line->GetSwitchValueASCII(switch_name);
60 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
62 if (!command_line->HasSwitch(switches::kEnterpriseEnableForcedReEnrollment))
65 std::string command_line_mode = command_line->GetSwitchValueASCII(
99 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
100 if (command_line->HasSwitch(chromeos::switches::kOobeSkipPostLogin) ||
101 (!command_line->HasSwitch
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_performancetest.cc 6 #include "base/command_line.h"
108 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
110 command_line->AppendSwitchASCII(switches::kTabCaptureUpscaleQuality,
112 command_line->AppendSwitchASCII(switches::kTabCaptureDownscaleQuality,
120 command_line->AppendSwitch(switches::kAllowFileAccessFromFiles);
123 command_line->AppendSwitchASCII(switches::kWindowSize, "800,600");
125 command_line->AppendSwitchASCII(switches::kWindowSize, "2000,1500");
129 command_line->AppendSwitch(switches::kDisableGpu);
132 command_line->AppendSwitch(switches::kDisableGpuVsync);
134 command_line->AppendSwitchASCII
    [all...]
  /external/chromium_org/gpu/config/
gpu_util.cc 9 #include "base/command_line.h"
56 void ApplyGpuDriverBugWorkarounds(CommandLine* command_line) {
60 ApplyGpuDriverBugWorkarounds(gpu_info, command_line);
64 const GPUInfo& gpu_info, CommandLine* command_line) {
71 &workarounds, *command_line);
73 command_line->AppendSwitchASCII(switches::kGpuDriverBugWorkarounds,
  /external/chromium_org/ui/gl/
gpu_switching_manager.cc 7 #include "base/command_line.h"
68 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
70 if (command_line.HasSwitch(switches::kSupportsDualGpus)) {
72 std::string flag_string = command_line.GetSwitchValueASCII(
86 if (flag && command_line.HasSwitch(switches::kUseGL) &&
87 command_line.GetSwitchValueASCII(switches::kUseGL) !=

Completed in 1153 milliseconds

1 2 3 4 56 7 8 91011>>