HomeSort by relevance Sort by last modified time
    Searched refs:switches (Results 451 - 475 of 1305) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/test/gpu/
webgl_infobar_browsertest.cc 65 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
96 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
  /external/chromium_org/content/common/
pepper_plugin_list.cc 22 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kPpapiInProcess))
27 switches::kRegisterPepperPlugins);
  /external/chromium_org/content/renderer/
savable_resources_browsertest.cc 22 command_line->AppendSwitch(switches::kSingleProcess);
25 command_line->AppendSwitch(switches::kDisableAcceleratedCompositing);
  /external/chromium_org/ui/base/win/
dpi.cc 26 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kHighDPISupport)) {
28 switches::kHighDPISupport).compare("1") == 0;
  /external/chromium_org/ui/gfx/
font_render_params_linux.cc 9 #include "ui/gfx/switches.h"
24 switches::kEnableWebkitTextSubpixelPositioning :
25 switches::kEnableBrowserTextSubpixelPositioning);
  /external/chromium_org/ui/gl/
gl_implementation_x11.cc 61 if (command_line->HasSwitch(switches::kTestGLLib))
63 switches::kTestGLLib).c_str());
  /external/chromium_org/chrome/test/ui/
ui_test.cc 180 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kWaitForDebugger))
181 launch_arguments_.AppendSwitch(switches::kWaitForDebugger);
185 launch_arguments_.AppendSwitch(switches::kEnableFileCookies);
187 launch_arguments_.AppendSwitch(switches::kDomAutomationController);
189 launch_arguments_.AppendSwitch(switches::kStatsCollectionController);
192 switches::kEasyOffStoreExtensionInstall, "1");
197 if (!launch_arguments_.HasSwitch(switches::kHomePage))
198 launch_arguments_.AppendSwitchASCII(switches::kHomePage, homepage_);
201 !launch_arguments_.HasSwitch(switches::kRestoreLastSession)) {
206 launch_arguments_.AppendSwitchASCII(switches::kTestName, test_name_)
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 344 if (command_line_.HasSwitch(switches::kDnsLogDetails))
346 if (command_line_.HasSwitch(switches::kDnsPrefetchDisable) &&
352 if (command_line_.HasSwitch(switches::kShowAppList)) {
363 // Special case is when app switches are passed but we do want to restore
397 if (command_line_.HasSwitch(switches::kAppWindowSize)) {
401 command_line_.GetSwitchValueASCII(switches::kAppWindowSize);
419 if (command_line_.HasSwitch(switches::kApp)) {
421 *app_url = command_line_.GetSwitchValueASCII(switches::kApp);
424 if (command_line_.HasSwitch(switches::kAppId)) {
426 *app_id = command_line_.GetSwitchValueASCII(switches::kAppId)
    [all...]
  /external/chromium/chrome/browser/
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,
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_url.cc 39 switches::kCloudPrintServiceURL));
  /external/chromium/chrome/browser/ui/
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/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_org/ash/
ash_switches.h 13 namespace switches { namespace in namespace:ash
86 } // namespace switches
  /external/chromium_org/ash/system/tray/
tray_constants.cc 72 // (Determined by ash::switches::UseAlternateShelfLayout).
74 return ash::switches::UseAlternateShelfLayout() ?
  /external/chromium_org/ash/wm/
power_button_controller.cc 26 switches::kAuraLegacyPowerButton)),
  /external/chromium_org/cc/base/
switches.h 5 // Defines all the "cc" command-line switches.
16 namespace switches { namespace in namespace:cc
18 // Switches for the renderer compositor only.
43 // Switches for both the renderer and ui compositors.
71 } // namespace switches
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_helper.cc 22 switches::kEnableFileCookies);
  /external/chromium_org/chrome/browser/
chrome_browser_field_trials_mobile.cc 75 if (parsed_command_line.HasSwitch(switches::kTabletUI))
  /external/chromium_org/chrome/browser/chromeos/extensions/
input_method_apitest_chromeos.cc 72 switches::kWhitelistedExtensionID, "ilanclmaeigfpnmdlgelmhkpkegdioip");
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc 34 command_line->AppendSwitch(::switches::kMultiProfiles);
  /external/chromium_org/chrome/browser/chromeos/system/
statistics_provider.cc 302 if (command_line->HasSwitch(chromeos::switches::kChromeOSReleaseBoard)) {
304 GetSwitchValueASCII(chromeos::switches::kChromeOSReleaseBoard);
313 if (!command_line->HasSwitch(switches::kAppOemManifestFile))
317 command_line->GetSwitchValuePath(switches::kAppOemManifestFile));
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_apitest.cc 17 command_line->AppendSwitch(switches::kAppsDevtool);

Completed in 1155 milliseconds

<<11121314151617181920>>