/external/chromium_org/chrome/browser/media/ |
chrome_webrtc_disable_encryption_flag_browsertest.cc | 5 #include "base/command_line.h" 38 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 40 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); 43 command_line->AppendSwitch(switches::kDisableWebRtcEncryption);
|
/external/chromium_org/chrome/browser/supervised_user/ |
supervised_user_resource_throttle_browsertest.cc | 7 #include "base/command_line.h" 37 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; 48 CommandLine* command_line) { 49 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
|
/external/chromium_org/chrome/browser/ui/ |
browser_commands_mac.cc | 7 #include "base/command_line.h"
|
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator.h | 54 // |command_line| holds the command line we need to process. 60 const base::CommandLine& command_line, 68 // Launches a browser window associated with |profile|. |command_line| should 73 bool LaunchBrowser(const base::CommandLine& command_line, 86 const base::CommandLine& command_line, 122 const base::CommandLine& command_line, 126 static bool ProcessCmdLineImpl(const base::CommandLine& command_line, 136 const base::CommandLine& command_line, 174 const base::CommandLine& command_line);
|
/external/chromium_org/chrome/browser/ui/webui/ |
downloads_ui_browsertest.h | 27 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
/external/chromium_org/chrome/common/ |
logging_chrome.h | 34 void InitChromeLogging(const base::CommandLine& command_line, 39 base::FilePath GetSessionLogDir(const base::CommandLine& command_line); 42 base::FilePath GetSessionLogFile(const base::CommandLine& command_line); 45 void RedirectChromeLogging(const base::CommandLine& command_line);
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_service_url_unittest.cc | 5 #include "base/command_line.h" 85 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 86 command_line->AppendSwitch(::switches::kReduceSecurityForTesting); 89 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "0"); 94 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 95 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1"); 100 command_line->AppendSwitchASCII(switches::kWalletServiceUrl, 111 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 112 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1");
|
/external/chromium_org/components/invalidation/ |
invalidation_service_util.h | 18 const base::CommandLine& command_line);
|
/external/chromium_org/components/nacl/common/ |
nacl_nonsfi_util.cc | 7 #include "base/command_line.h"
|
/external/chromium_org/components/search/ |
search_android_unittest.cc | 7 #include "base/command_line.h"
|
/external/chromium_org/content/browser/renderer_host/ |
render_process_host_unittest.cc | 7 #include "base/command_line.h" 39 const base::CommandLine& command_line = local 41 if (command_line.HasSwitch(switches::kSitePerProcess) || 42 command_line.HasSwitch(switches::kEnableStrictSiteIsolation))
|
/external/chromium_org/content/renderer/android/ |
synchronous_compositor_factory.cc | 7 #include "base/command_line.h"
|
/external/chromium_org/content/renderer/ |
render_process_impl.cc | 16 #include "base/command_line.h" 52 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 53 if (command_line.HasSwitch(switches::kJavaScriptFlags)) { 55 command_line.GetSwitchValueASCII(switches::kJavaScriptFlags));
|
renderer_main_platform_delegate_linux.cc | 10 #include "base/command_line.h" 33 const CommandLine& command_line = parameters_.command_line; local 34 if (command_line.HasSwitch(switches::kEnableVtune))
|
/external/chromium_org/extensions/shell/test/ |
shell_test_launcher_delegate.cc | 17 base::CommandLine* command_line,
|
shell_test_launcher_delegate.h | 16 base::CommandLine* command_line,
|
/external/chromium_org/sync/test/ |
local_sync_test_server.cc | 7 #include "base/command_line.h" 35 base::CommandLine* command_line) const { 36 if (!LocalTestServer::AddCommandLineArguments(command_line)) 40 command_line->AppendArg("--xmpp-port=" + xmpp_port_str);
|
/external/chromium_org/content/browser/gpu/ |
gpu_data_manager_impl_private.cc | 9 #include "base/command_line.h" 116 const base::CommandLine& command_line = local 155 command_line.HasSwitch(switches::kDisableAccelerated2dCanvas), 156 command_line.HasSwitch(switches::kDisableGpu), 157 command_line.HasSwitch(switches::kDisableExperimentalWebGL), }; 327 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local 328 if (command_line->HasSwitch(switches::kDisableGpu)) 498 const base::CommandLine* command_line = local 500 if (command_line->HasSwitch(switches::kSkipGpuDataLoading)) 504 if (command_line->GetSwitchValueASCII 902 const base::CommandLine* command_line = local [all...] |
/external/chromium_org/chrome/browser/extensions/ |
component_loader.cc | 9 #include "base/command_line.h" 266 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 267 if (command_line->HasSwitch(switches::kFileManagerExtensionPath)) { 269 command_line->GetSwitchValuePath(switches::kFileManagerExtensionPath)); 305 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 306 if (command_line->HasSwitch(switches::kEnableExperimentalHotwording)) { 314 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 315 if (command_line->HasSwitch(switches::kEnableExperimentalHotwording)) { 347 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 349 command_line->HasSwitch(chromeos::switches::kEnableChromeVoxNext) 383 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 459 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 501 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 638 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local [all...] |
/external/chromium_org/chrome/browser/ |
process_info_snapshot_mac.cc | 11 #include "base/command_line.h" 133 CommandLine command_line(kProgram); 136 command_line.AppendArg("-o"); 137 command_line.AppendArg("pid=,rss=,vsz="); 141 command_line.AppendArg("-p"); 142 command_line.AppendArg(base::Int64ToString(static_cast<int64>(*it))); 147 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) { 196 CommandLine command_line(kProgram); 199 command_line.AppendArg("-stats"); 200 command_line.AppendArg("pid," // Process I [all...] |
/external/chromium_org/chrome/test/nacl/ |
nacl_browsertest_util.cc | 8 #include "base/command_line.h" 197 void NaClBrowserTestBase::SetUpCommandLine(base::CommandLine* command_line) { 198 command_line->AppendSwitch(switches::kEnableNaCl); 292 base::CommandLine* command_line) { 293 NaClBrowserTestBase::SetUpCommandLine(command_line); 294 command_line->AppendSwitch(switches::kEnableNaClNonSfiMode); 311 base::CommandLine* command_line) { 312 NaClBrowserTestBase::SetUpCommandLine(command_line); 313 command_line->AppendSwitch(switches::kEnableNaClNonSfiMode); 317 CommandLine* command_line) { [all...] |
/external/chromium_org/content/public/test/ |
browser_test_base.cc | 8 #include "base/command_line.h" 171 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 175 command_line->AppendSwitchASCII( 180 command_line->AppendSwitch(switches::kAllowFileAccessFromFiles); 182 command_line->AppendSwitch(switches::kDomAutomationController); 186 command_line->AppendSwitch(switches::kLogGpuControlListDecisions); 189 command_line->AppendSwitch(switches::kDisableGpu); 191 command_line->AppendSwitch(switches::kUIDisableThreadedCompositing); 198 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests)) 201 if (command_line->HasSwitch(switches::kDisableGLDrawingForTests)) [all...] |
/external/chromium_org/content/shell/browser/ |
shell_content_browser_client.cc | 8 #include "base/command_line.h" 79 int GetCrashSignalFD(const CommandLine& command_line) { 84 command_line.GetSwitchValueASCII(switches::kProcessType); 236 CommandLine* command_line, int child_process_id) { 238 command_line->AppendSwitch(switches::kDumpRenderTree); 241 command_line->AppendSwitch(switches::kEnableFontAntialiasing); 244 command_line->AppendSwitch(switches::kExposeInternalsForTesting); 247 command_line->AppendSwitch(switches::kExposeIpcEcho); 249 command_line->AppendSwitch(switches::kStableReleaseMode); 252 command_line->AppendSwitch(switches::kEnableCrashReporter) [all...] |
/external/chromium_org/remoting/host/setup/ |
daemon_controller_delegate_linux.cc | 12 #include "base/command_line.h" 92 base::CommandLine command_line(script_path); 94 command_line.AppendArg(args[i]); 110 if (!base::LaunchProcess(command_line, options, &process_handle)) { 112 << command_line.GetCommandLineString(); 119 << command_line.GetCommandLineString(); 144 base::CommandLine command_line(script_path); 145 command_line.AppendArg("--get-status"); 150 base::GetAppOutputWithExitCode(command_line, &status, &exit_code); 159 LOG(ERROR) << "Failed to run \"" << command_line.GetCommandLineString( [all...] |
/external/chromium_org/ui/compositor/ |
compositor.cc | 11 #include "base/command_line.h" 93 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 103 !command_line->HasSwitch(switches::kDisableGpuVsync); 106 !command_line->HasSwitch(cc::switches::kUIDisablePartialSwap); 114 command_line->HasSwitch(cc::switches::kUIShowCompositedLayerBorders); 116 command_line->HasSwitch(cc::switches::kUIShowFPSCounter); 118 command_line->HasSwitch(cc::switches::kUIShowLayerAnimationBounds); 120 command_line->HasSwitch(switches::kUIShowPaintRects); 122 command_line->HasSwitch(cc::switches::kUIShowPropertyChangedRects); 124 command_line->HasSwitch(cc::switches::kUIShowSurfaceDamageRects) [all...] |