Searched defs:command_line (Results 201 - 225 of 444) sorted by relevance

1234567891011>>

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_service_url.cc9 #include "base/command_line.h"
36 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
38 command_line->GetSwitchValueASCII(switches::kWalletServiceUseSandbox));
44 if (command_line->HasSwitch(::switches::kReduceSecurityForTesting))
55 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
57 command_line.GetSwitchValueASCII(switches::kWalletServiceUrl);
75 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
77 command_line.GetSwitchValueASCII(switches::kWalletSecureServiceUrl);
86 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
88 command_line
[all...]
/external/chromium_org/components/policy/core/browser/
H A Dbrowser_policy_connector.cc10 #include "base/command_line.h"
213 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
214 if (command_line->HasSwitch(switches::kDeviceManagementUrl))
215 return command_line->GetSwitchValueASCII(switches::kDeviceManagementUrl);
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_constants.cc8 #include "base/command_line.h"
87 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
88 if (command_line->HasSwitch(switches::kDisablePolicyKeyVerification)) {
98 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
99 if (command_line->HasSwitch(switches::kFakeCloudPolicyType))
/external/chromium_org/components/precache/core/
H A Dprecache_fetcher.cc11 #include "base/command_line.h"
30 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
31 if (command_line.HasSwitch(switches::kPrecacheConfigSettingsURL)) {
33 command_line.GetSwitchValueASCII(switches::kPrecacheConfigSettingsURL));
46 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
47 if (command_line.HasSwitch(switches::kPrecacheManifestURLPrefix)) {
48 return command_line.GetSwitchValueASCII(
/external/chromium_org/components/signin/core/common/
H A Dprofile_management_switches.cc7 #include "base/command_line.h"
148 void EnableNewProfileManagementForTesting(base::CommandLine* command_line) { argument
149 command_line->AppendSwitch(switches::kEnableNewProfileManagement);
150 DCHECK(!command_line->HasSwitch(switches::kDisableNewProfileManagement));
153 void EnableAccountConsistencyForTesting(base::CommandLine* command_line) { argument
154 command_line->AppendSwitch(switches::kEnableAccountConsistency);
155 DCHECK(!command_line->HasSwitch(switches::kDisableAccountConsistency));
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_android.cc7 #include "base/command_line.h"
95 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
96 if (command_line->HasSwitch(switches::kUIPrioritizeInGpuProcess))
/external/chromium_org/content/common/sandbox_linux/
H A Dbpf_gpu_policy_linux.cc19 #include "base/command_line.h"
76 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
77 return !command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode);
H A Dsandbox_seccomp_bpf_linux.cc16 #include "base/command_line.h"
169 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
171 if (command_line.HasSwitch(switches::kGpuSandboxAllowSysVShm)) {
185 bool StartBPFSandbox(const CommandLine& command_line, argument
210 bool StartBPFSandbox(const CommandLine& command_line, argument
227 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
228 if (!command_line.HasSwitch(switches::kNoSandbox) &&
229 !command_line.HasSwitch(switches::kDisableSeccompFilterSandbox)) {
239 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
241 return !command_line
267 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
[all...]
/external/chromium_org/content/gpu/
H A Dgpu_child_thread.cc185 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
186 DCHECK(command_line->HasSwitch(switches::kDisableGpuSandbox) ||
/external/chromium_org/content/public/browser/
H A Dbrowser_message_filter.cc9 #include "base/command_line.h"
202 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
203 if (command_line->HasSwitch(switches::kDisableKillAfterBadIPC))
/external/chromium_org/content/public/test/
H A Dbrowser_test_base.cc8 #include "base/command_line.h"
160 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
164 command_line->AppendSwitchASCII(
169 command_line->AppendSwitch(switches::kAllowFileAccessFromFiles);
171 command_line->AppendSwitch(switches::kDomAutomationController);
175 command_line->AppendSwitch(switches::kLogGpuControlListDecisions);
178 command_line->AppendSwitch(switches::kDisableGpu);
180 command_line->AppendSwitch(switches::kUIDisableThreadedCompositing);
187 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
190 if (command_line
[all...]
/external/chromium_org/content/shell/app/
H A Dshell_main_delegate.cc8 #include "base/command_line.h"
125 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
126 if (command_line.HasSwitch(switches::kCheckLayoutTestSysDeps)) {
134 if (command_line.HasSwitch(switches::kDumpRenderTree)) {
137 command_line.AppendSwitch(switches::kProcessPerTab);
138 command_line.AppendSwitch(switches::kEnableLogging);
139 command_line.AppendSwitch(switches::kAllowFileAccessFromFiles);
140 command_line.AppendSwitchASCII(switches::kUseGL,
142 command_line.AppendSwitch(switches::kSkipGpuDataLoading);
143 command_line
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_android.cc11 #include "base/command_line.h"
24 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
25 DCHECK(command_line->HasSwitch(switches::kEnableThreadedCompositing));
/external/chromium_org/extensions/browser/
H A Dcontent_verifier.cc9 #include "base/command_line.h"
185 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
202 if (command_line->HasSwitch(::switches::kForceFieldTrials)) {
204 command_line->GetSwitchValueASCII(::switches::kForceFieldTrials);
210 if (command_line->HasSwitch(switches::kExtensionContentVerification)) {
211 std::string switch_value = command_line->GetSwitchValueASCII(
/external/chromium_org/google_apis/
H A Dgoogle_api_keys.cc9 #include "base/command_line.h"
80 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
87 command_line);
95 command_line);
102 command_line);
116 command_line);
123 command_line);
131 command_line);
138 command_line);
146 command_line);
188 CalculateKeyValue(const char* baked_in_value, const char* environment_variable_name, const char* command_line_switch, const std::string& default_if_unset, base::Environment* environment, CommandLine* command_line) argument
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dfeature_info_unittest.cc7 #include "base/command_line.h"
57 void SetupWithCommandLine(const CommandLine& command_line) { argument
59 info_ = new FeatureInfo(command_line);
63 const char* extensions, const CommandLine& command_line) {
67 info_ = new FeatureInfo(command_line);
949 CommandLine command_line(0, NULL);
950 command_line.AppendSwitchASCII(
954 command_line);
1030 CommandLine command_line(0, NULL);
1031 command_line
62 SetupInitExpectationsWithCommandLine( const char* extensions, const CommandLine& command_line) argument
[all...]
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server.cc7 #include "base/command_line.h"
25 base::CommandLine* command_line) {
29 command_line->AppendArg(argument_name);
35 command_line->AppendArg(argument_name + "=" + base::IntToString(value));
43 command_line->AppendArg(argument_name + "=" + value);
202 base::CommandLine* command_line) const {
220 if (!AppendArgumentFromJSONValue(key, *(*list_it), command_line))
223 } else if (!AppendArgumentFromJSONValue(key, value, command_line)) {
233 command_line->AppendArg("--https");
237 command_line
23 AppendArgumentFromJSONValue(const std::string& key, const base::Value& value_node, base::CommandLine* command_line) argument
[all...]
/external/chromium_org/net/tools/dump_cache/
H A Ddump_cache.cc12 #include "base/command_line.h"
80 int LaunchSlave(CommandLine command_line, argument
83 bool do_upgrade = command_line.HasSwitch(kUpgrade);
84 bool do_convert_to_text = command_line.HasSwitch(kDumpToFiles);
89 command_line.SetProgram(program);
93 command_line.AppendSwitch(kSlave);
95 command_line.AppendSwitchNative(kPipe, pipe_number);
96 if (!base::LaunchProcess(command_line, base::LaunchOptions(), NULL)) {
98 command_line.GetProgram().value().c_str());
115 const base::CommandLine& command_line local
[all...]
/external/chromium_org/remoting/host/
H A Dhost_main.cc13 #include "base/command_line.h"
96 base::CommandLine command_line(base::CommandLine::NO_PROGRAM);
100 command_line.AppendSwitchNative(i->first, i->second);
104 command_line.AppendArgNative(*i);
112 command_line.GetCommandLineString();
190 const base::CommandLine* command_line = local
192 if (command_line->HasSwitch(kHelpSwitchName) ||
193 command_line->HasSwitch(kQuestionSwitchName)) {
194 Usage(command_line->GetProgram());
198 if (command_line
[all...]
/external/chromium_org/remoting/host/setup/
H A Dme2me_native_messaging_host_main.cc8 #include "base/command_line.h"
96 const base::CommandLine* command_line = local
99 if (command_line->HasSwitch(kParentWindowSwitchName)) {
101 command_line->GetSwitchValueASCII(kParentWindowSwitchName);
117 if (command_line->HasSwitch(kElevatingSwitchName)) {
123 DCHECK(command_line->HasSwitch(kInputSwitchName));
124 DCHECK(command_line->HasSwitch(kOutputSwitchName));
128 command_line->GetSwitchValueNative(kInputSwitchName);
131 command_line->GetSwitchValueNative(kOutputSwitchName);
/external/chromium_org/sync/tools/
H A Dsync_listen_notifications.cc10 #include "base/command_line.h"
113 const CommandLine& command_line,
119 if (command_line.HasSwitch(kHostPortSwitch)) {
122 command_line.GetSwitchValueASCII(kHostPortSwitch));
128 command_line.HasSwitch(kTrySslTcpFirstSwitch);
133 command_line.HasSwitch(kAllowInsecureConnectionSwitch);
158 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
159 std::string email = command_line.GetSwitchValueASCII(kEmailSwitch);
160 std::string token = command_line.GetSwitchValueASCII(kTokenSwitch);
182 command_line,
112 ParseNotifierOptions( const CommandLine& command_line, const scoped_refptr<net::URLRequestContextGetter>& request_context_getter) argument
[all...]
/external/chromium_org/testing/android/
H A Dnative_test_launcher.cc22 #include "base/command_line.h"
143 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
157 if (command_line.HasSwitch(kSeparateStderrFifo)) {
163 if (command_line.HasSwitch(kCreateStdinFifo)) {
177 if (command_line.HasSwitch(switches::kWaitForDebugger)) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive_unittest.py76 def command_line(cmd, *args): function
115 executive.run_command(command_line('echo', 'foo'))
116 executive.run_command(tuple(command_line('echo', 'foo')))
120 executive.run_command(command_line('echo', 1))
121 executive.popen(command_line('echo', 1), stdout=executive.PIPE).wait()
127 executive.popen(args=command_line('echo', 1), stdout=executive.PIPE).wait()
148 output = executive.run_command(command_line('cat'), input=unicode_tor_input)
151 output = executive.run_command(command_line('echo', unicode_tor_input))
154 output = executive.run_command(command_line('echo', unicode_tor_input), decode_output=False)
158 output = executive.run_command(command_line('ca
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dflags.cc288 LPTSTR command_line = ::GetCommandLine(); local
290 LPWSTR *wide_argv = ::CommandLineToArgvW(command_line, &argc_);
/external/chromium_org/tools/site_compare/commands/
H A Dmaskmaker.py17 import command_line namespace
93 raise command_line.ParseError("Browser filename must be an executable")

Completed in 663 milliseconds

1234567891011>>