HomeSort by relevance Sort by last modified time
    Searched refs:switches (Results 76 - 100 of 256) sorted by null

1 2 34 5 6 7 8 91011

  /development/samples/ApiDemos/src/com/example/android/apis/view/
Switches.java 30 public class Switches extends Activity implements CompoundButton.OnCheckedChangeListener {
35 setContentView(R.layout.switches);
  /external/chromium/chrome/browser/
browser_main_posix.cc 214 switches::kFileDescriptorLimit);
230 if (parsed_command_line().HasSwitch(switches::kGuestSession)) {
233 singleton_command_line->AppendSwitch(switches::kDisableSync);
234 singleton_command_line->AppendSwitch(switches::kDisableExtensions);
sanity_uitest.cc 60 launch_arguments_.AppendSwitchASCII(switches::kTryChromeAgain, "10001");
background_mode_manager_win.cc 62 L" --" + ASCIIToUTF16(switches::kNoStartupWindow);
79 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir))
process_singleton_uitest.cc 67 command_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir_);
70 command_line.AppendSwitch(switches::kFirstRun);
72 command_line.AppendSwitch(switches::kNoFirstRun);
74 // Add the normal test-mode switches, except for the ones we're adding
82 if (switch_name == switches::kUserDataDir ||
83 switch_name == switches::kFirstRun ||
84 switch_name == switches::kNoFirstRun)
upgrade_detector.cc 51 return cmd_line.GetSwitchValueASCII(switches::kCheckForUpdateIntervalSec);
108 command_line.AppendSwitch(switches::kProductVersion);
163 if (command_line.HasSwitch(switches::kDisableBackgroundNetworking))
browser_main_gtk.cc 79 if (!parsed_command_line().HasSwitch(switches::kUserDataDir))
135 if (sandbox_binary && !parsed_command_line().HasSwitch(switches::kNoSandbox))
background_mode_manager.cc 60 if (command_line->HasSwitch(switches::kNoStartupWindow)) {
68 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kKeepAliveForTest))
377 !command_line->HasSwitch(switches::kDisableBackgroundMode) &&
378 !command_line->HasSwitch(switches::kDisableExtensions);
plugin_data_remover_browsertest.cc 49 command_line->AppendSwitchPath(switches::kExtraPluginDir,
shell_integration_win.cc 222 if (command_line.HasSwitch(switches::kUserDataDir)) {
224 command_line.GetSwitchValuePath(switches::kUserDataDir).AppendASCII(
229 if (command_line.HasSwitch(switches::kApp)) {
231 GURL(command_line.GetSwitchValueASCII(switches::kApp))));
232 } else if (command_line.HasSwitch(switches::kAppId)) {
234 command_line.GetSwitchValueASCII(switches::kAppId)));
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest_chromeos.cc 22 command_line_copy.AppendSwitchASCII(switches::kLoginProfile, "user");
browser_init_browsertest.cc 113 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
142 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
172 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
201 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
  /external/chromium/chrome/browser/extensions/
app_background_page_apitest.cc 21 command_line->AppendSwitch(switches::kDisablePopupBlocking);
22 command_line->AppendSwitch(switches::kAllowHTTPBackgroundPage);
window_open_apitest.cc 16 switches::kEnableExperimentalExtensionApis);
106 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
extension_startup_browsertest.cc 60 command_line->AppendSwitch(switches::kDisableExtensions);
64 command_line->AppendSwitchPath(switches::kLoadExtension, load_extension_);
65 command_line->AppendSwitch(switches::kDisableExtensionsFileAccessCheck);
isolated_app_apitest.cc 43 switches::kDisablePopupBlocking);
45 switches::kEnableExperimentalAppManifests);
106 switches::kDisablePopupBlocking);
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 122 if (command_line.HasSwitch(switches::kLoginProfile)) {
123 profile_dir = command_line.GetSwitchValuePath(switches::kLoginProfile);
151 if (!command_line.HasSwitch(switches::kTestType) ||
152 command_line.HasSwitch(switches::kLoginProfile)) {
340 if (!command_line.HasSwitch(switches::kTestType)) {
360 (!command_line.HasSwitch(switches::kTestType) ||
361 command_line.HasSwitch(switches::kLoginProfile))) {
367 if (!command_line.HasSwitch(switches::kDisableWebResources))
387 (!command_line.HasSwitch(switches::kTestType) ||
388 command_line.HasSwitch(switches::kLoginProfile)))
    [all...]
  /external/chromium/chrome/browser/ui/tests/
browser_uitest.cc 208 launch_arguments_.AppendSwitch(switches::kDisablePopupBlocking);
255 launch_arguments_.AppendSwitch(switches::kKioskMode);
289 launch_arguments_.AppendSwitchPath(switches::kUserDataDir, tmp_profile);
317 launch_arguments_.AppendSwitchASCII(switches::kApp, test_file_url.spec());
339 launch_arguments_.AppendSwitch(switches::kKeepAliveForTest);
365 launch_arguments_.AppendSwitch(switches::kNoStartupWindow);
366 launch_arguments_.AppendSwitch(switches::kKeepAliveForTest);
  /external/chromium/chrome/browser/ui/tabs/
tab_menu_model.cc 29 switches::kEnableVerticalTabs);
103 switches::kEnableTabGroupsContextMenu)) {
  /frameworks/base/core/java/com/android/internal/statusbar/
IStatusBarService.aidl 42 out int[] switches, out List<IBinder> binders);
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_url.cc 39 switches::kCloudPrintServiceURL));
  /external/chromium/chrome/browser/ui/webui/
print_preview_ui_html_source_unittest.cc 21 CommandLine::ForCurrentProcess()->AppendSwitch(switches::kEnablePrintPreview);
print_preview_ui_uitest.cc 23 launch_arguments_.AppendSwitch(switches::kEnablePrintPreview);
  /external/chromium/chrome/common/
service_process_util.cc 265 autorun_command_line_->AppendSwitchASCII(switches::kProcessType,
266 switches::kServiceProcess);
272 browser_command_line.GetSwitchValuePath(switches::kUserDataDir);
274 autorun_command_line_->AppendSwitchPath(switches::kUserDataDir,
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 588 if (!command_line.GetSwitchValuePath(switches::kCloudPrintFile).empty()) {
591 command_line.GetSwitchValuePath(switches::kCloudPrintFile);
594 if (command_line.HasSwitch(switches::kCloudPrintJobTitle)) {
598 switches::kCloudPrintJobTitle);
606 if (command_line.HasSwitch(switches::kCloudPrintFileType)) {
608 switches::kCloudPrintFileType);

Completed in 5588 milliseconds

1 2 34 5 6 7 8 91011