Searched refs:command_line (Results 251 - 275 of 915) sorted by last modified time

<<11121314151617181920>>

/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_browsertest.cc5 #include "base/command_line.h"
71 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
72 command_line->AppendSwitch(
/external/chromium_org/content/browser/
H A Dbrowser_main_loop.cc8 #include "base/command_line.h"
350 parsed_command_line_(parameters.command_line),
356 parameters.command_line.HasSwitch(switches::kTraceStartup)) {
1156 const base::CommandLine& command_line) const {
1157 base::FilePath trace_file = command_line.GetSwitchValuePath(
1178 const base::CommandLine& command_line) {
1183 std::string delay_str = command_line.GetSwitchValueASCII(
1177 InitStartupTracing( const base::CommandLine& command_line) argument
H A Dbrowser_main_loop.h138 const base::CommandLine& command_line) const;
139 void InitStartupTracing(const base::CommandLine& command_line);
H A Dbrowser_main_runner.cc9 #include "base/command_line.h"
137 if (parameters.command_line.HasSwitch(switches::kWaitForDebugger))
236 const base::CommandLine& command_line = variable
239 if (command_line.HasSwitch(switches::kTraceShutdown)) {
H A Dbrowser_shutdown_profile_dumper.cc8 #include "base/command_line.h"
78 const base::CommandLine& command_line = local
81 command_line.GetSwitchValuePath(switches::kTraceShutdownFile);
H A Dchild_process_security_policy_impl.cc7 #include "base/command_line.h"
244 const base::CommandLine& command_line = local
246 if (!command_line.HasSwitch(switches::kEnableStrictSiteIsolation))
H A Dcross_site_transfer_browsertest.cc5 #include "base/command_line.h"
208 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
210 command_line->AppendSwitch(switches::kSitePerProcess);
H A Dnet_info_browsertest.cc5 #include "base/command_line.h"
17 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
20 command_line->AppendSwitch(switches::kEnableNetworkInformation);
H A Dplugin_browsertest.cc5 #include "base/command_line.h"
52 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
54 command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose_gc");
75 command_line->AppendSwitchPath(switches::kExtraPluginDir, plugin_dir);
H A Dplugin_data_remover_impl_browsertest.cc7 #include "base/command_line.h"
31 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
35 command_line->AppendSwitchPath(switches::kExtraPluginDir,
43 command_line->AppendSwitch("always-authorize-plugins");
/external/chromium_org/content/browser/compositor/
H A Dimage_transport_factory.cc7 #include "base/command_line.h"
40 const base::CommandLine* command_line = local
42 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
/external/chromium_org/content/browser/devtools/
H A Drenderer_overrides_handler_browsertest.cc6 #include "base/command_line.h"
102 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
103 command_line->AppendSwitch(switches::kEnablePixelOutputInTests);
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc30 #include "base/command_line.h"
1685 const base::CommandLine& command_line = local
1687 if (!command_line.HasSwitch(switches::kEnableDownloadResumption))
/external/chromium_org/content/browser/frame_host/
H A Dframe_tree_browsertest.cc5 #include "base/command_line.h"
206 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
207 command_line->AppendSwitch(switches::kSitePerProcess);
H A Drender_frame_host_manager_browsertest.cc7 #include "base/command_line.h"
1388 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
1389 command_line->AppendSwitch(switches::kProcessPerTab);
/external/chromium_org/content/browser/gpu/
H A Dcompositor_util.cc7 #include "base/command_line.h"
45 const base::CommandLine& command_line = local
54 command_line.HasSwitch(switches::kDisableAccelerated2dCanvas) ||
64 command_line.HasSwitch(switches::kDisableGpuCompositing),
73 command_line.HasSwitch(switches::kDisableExperimentalWebGL),
80 command_line.HasSwitch(switches::kDisableFlash3d),
88 command_line.HasSwitch(switches::kDisableFlashStage3d),
98 command_line.HasSwitch(switches::kDisableFlashStage3d),
107 command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode),
117 command_line
245 const base::CommandLine& command_line = local
264 const base::CommandLine& command_line = local
274 const base::CommandLine& command_line = local
[all...]
H A Dgpu_data_manager_impl.cc152 base::CommandLine* command_line) const {
154 private_->AppendRendererCommandLine(command_line);
158 base::CommandLine* command_line) const {
160 private_->AppendGpuCommandLine(command_line);
164 base::CommandLine* command_line) const {
166 private_->AppendPluginCommandLine(command_line);
H A Dgpu_data_manager_impl.h103 void AppendRendererCommandLine(base::CommandLine* command_line) const;
106 void AppendGpuCommandLine(base::CommandLine* command_line) const;
110 void AppendPluginCommandLine(base::CommandLine* command_line) const;
H A Dgpu_data_manager_impl_private.cc9 #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
902 const base::CommandLine* command_line = local
[all...]
H A Dgpu_data_manager_impl_private.h66 void AppendRendererCommandLine(base::CommandLine* command_line) const;
68 void AppendGpuCommandLine(base::CommandLine* command_line) const;
70 void AppendPluginCommandLine(base::CommandLine* command_line) const;
H A Dgpu_data_manager_impl_private_unittest.cc5 #include "base/command_line.h"
618 base::CommandLine command_line(0, NULL);
619 manager->AppendGpuCommandLine(&command_line);
621 EXPECT_TRUE(command_line.HasSwitch(switches::kGpuDriverBugWorkarounds));
622 std::string args = command_line.GetSwitchValueASCII(
632 base::CommandLine command_line(0, NULL);
633 manager->AppendGpuCommandLine(&command_line);
635 EXPECT_TRUE(command_line.HasSwitch(switches::kGpuDriverBugWorkarounds));
636 std::string args = command_line.GetSwitchValueASCII(
H A Dgpu_process_host.cc12 #include "base/command_line.h"
507 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
508 command_line->AppendSwitch(switches::kDisableGpuWatchdog);
512 gpu_data_manager->AppendGpuCommandLine(command_line);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc6 #include "base/command_line.h"
266 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
267 command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc");
726 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
727 command_line->AppendSwitch(switches::kSingleProcess);
/external/chromium_org/content/browser/media/
H A Dencrypted_media_browsertest.cc5 #include "base/command_line.h"
134 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
135 command_line->AppendSwitch(
H A Dmedia_source_browsertest.cc5 #include "base/command_line.h"
51 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
52 command_line->AppendSwitch(

Completed in 2213 milliseconds

<<11121314151617181920>>