/external/chromium_org/content/utility/ |
utility_main.cc | 39 bool no_sandbox = parameters.command_line.HasSwitch(switches::kNoSandbox);
|
/external/chromium_org/gpu/command_buffer/service/ |
gpu_switches.h | 5 // Defines all the command-line switches used by gpu/command_buffer/service/. 12 namespace switches { namespace 36 } // namespace switches
|
/external/chromium_org/media/base/ |
media_switches.h | 5 // Defines all the "media" command-line switches. 13 namespace switches { namespace 52 } // namespace switches
|
run_all_unittests.cc | 44 cmd_line->AppendSwitch(switches::kEnableVp8AlphaPlayback);
|
/external/chromium_org/ppapi/shared_impl/ |
ppapi_permissions.cc | 35 switches::kEnablePepperTesting))
|
/external/chromium_org/ui/base/win/ |
message_box_win.cc | 20 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kNoMessageBox))
|
/external/chromium_org/ui/gl/ |
gl_switches.h | 8 // Defines all the command-line switches used by ui/gl. 24 namespace switches { namespace 50 } // namespace switches
|
/external/libvpx/libvpx/tools/ |
vpx-astyle.sh | 3 astyle --style=java --indent=spaces=2 --indent-switches\
|
/external/chromium/chrome/browser/ |
browser_shutdown.cc | 211 std::map<std::string, CommandLine::StringType> switches = local 213 // Remove the switches that shouldn't persist across restart. 214 about_flags::RemoveFlagsSwitches(&switches); 215 switches::RemoveSwitchesForAutostart(&switches); 216 // Append the old switches to the new command line. 218 switches.begin(); i != switches.end(); ++i) { 226 if (!new_cl->HasSwitch(switches::kRestoreLastSession)) 227 new_cl->AppendSwitch(switches::kRestoreLastSession) [all...] |
background_mode_manager_linux.cc | 40 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir)) 71 " --" + switches::kNoStartupWindow;
|
content_setting_combo_model.cc | 40 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableClickToPlay)) 65 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableClickToPlay))
|
/external/chromium_org/content/shell/ |
shell_url_request_context_getter.cc | 79 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) { 98 if (command_line.HasSwitch(switches::kDumpRenderTree)) 116 if (command_line.HasSwitch(switches::kDumpRenderTree)) { 170 if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) { 173 switches::kTestingFixedHttpPort), &value); 176 if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) { 179 switches::kTestingFixedHttpsPort), &value); 182 if (command_line.HasSwitch(switches::kHostResolverRules)) { 186 command_line.GetSwitchValueASCII(switches::kHostResolverRules));
|
/external/chromium_org/chrome/installer/setup/ |
setup_main.cc | 100 command_line.GetSwitchValuePath(installer::switches::kInstallArchive)); 111 LOG(ERROR) << installer::switches::kInstallArchive << "=" 633 cmd.AppendSwitch(switches::kForceFirstRun); 652 LOG(DFATAL) << "--" << installer::switches::kEnsureGoogleUpdatePresent [all...] |
/external/chromium/base/test/ |
multiprocess_test.cc | 42 cl.AppendSwitchASCII(switches::kTestChildProcess, procname); 44 cl.AppendSwitch(switches::kDebugOnStart);
|
/external/chromium/chrome/browser/extensions/ |
extension_gallery_install_apitest.cc | 20 command_line->AppendSwitchASCII(switches::kAppsGalleryURL, 33 switches::kAppsGalleryUpdateURL, testing_install_base_url);
|
/external/chromium_org/base/test/ |
multiprocess_test.cc | 33 cl.AppendSwitchASCII(switches::kTestChildProcess, procname); 35 cl.AppendSwitch(switches::kDebugOnStart);
|
/external/chromium_org/chrome/browser/background/ |
background_mode_manager_gtk.cc | 41 " --" + switches::kNoStartupWindow; 63 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir))
|
/external/chromium_org/chrome/browser/ |
chrome_browser_main_linux.cc | 62 chromeos::switches::kGuestSession); 94 switches::kEnableCrashReporterForTesting);
|
/external/chromium_org/chrome/browser/drive/ |
drive_api_util.cc | 30 if (!command_line->HasSwitch(switches::kEnableDriveV2Api)) 34 command_line->GetSwitchValueASCII(switches::kEnableDriveV2Api);
|
/external/chromium_org/chrome/browser/extensions/api/system_indicator/ |
system_indicator_apitest.cc | 23 command_line->AppendSwitchASCII(switches::kEventPageIdleTime, "1"); 24 command_line->AppendSwitchASCII(switches::kEventPageSuspendingTime, "1");
|
/external/chromium_org/chrome/browser/extensions/ |
external_provider_impl_chromeos_unittest.cc | 76 command->AppendSwitchASCII(switches::kForceAppMode, std::string()); 77 command->AppendSwitchASCII(switches::kAppId, std::string("app_id"));
|
notifications_apitest.cc | 23 command_line->AppendSwitchASCII(switches::kEventPageIdleTime, "1"); 24 command_line->AppendSwitchASCII(switches::kEventPageSuspendingTime, "1");
|
scoped_gaia_auth_extension.cc | 34 if (command_line->HasSwitch(switches::kAuthExtensionPath)) { 36 command_line->GetSwitchValuePath(switches::kAuthExtensionPath);
|
startup_helper_browsertest.cc | 21 command_line->AppendSwitch(switches::kNoStartupWindow); 48 command_line.AppendSwitchPath(switches::kValidateCrx, path);
|
/external/chromium_org/chrome/browser/nacl_host/test/ |
nacl_gdb_browsertest.cc | 32 command_line->AppendSwitchPath(switches::kNaClGdb, mock_nacl_gdb); 34 command_line->AppendSwitchPath(switches::kNaClGdbScript, script_);
|