Searched refs:switches (Results 1 - 25 of 1342) sorted by path

1234567891011>>

/external/bison/build-aux/
H A Dtexinfo.tex2221 % style and the set of \ifmarkupSTYLE switches for all styles
/external/chromium_org/android_webview/browser/
H A Daw_browser_main_parts.cc104 cl->AppendSwitch(switches::kDisableAccelerated2dCanvas);
105 cl->AppendSwitch(switches::kDisableExperimentalWebGL);
H A Dbrowser_view_renderer.cc84 cl->HasSwitch(switches::kForceGpuMemAvailableMb);
88 switches::kForceGpuMemAvailableMb),
107 if (!cl->HasSwitch(switches::kDefaultTileWidth))
108 cl->AppendSwitchASCII(switches::kDefaultTileWidth, kDefaultTileSize);
110 if (!cl->HasSwitch(switches::kDefaultTileHeight))
111 cl->AppendSwitchASCII(switches::kDefaultTileHeight, kDefaultTileSize);
251 !switches::ForceAuxiliaryBitmap()) {
/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_context_getter.cc56 if (command_line.HasSwitch(switches::kHostResolverRules)) {
64 command_line.GetSwitchValueASCII(switches::kHostResolverRules));
73 if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) {
75 switches::kTestingFixedHttpPort), &value);
78 if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) {
80 switches::kTestingFixedHttpsPort), &value);
83 if (command_line.HasSwitch(switches::kIgnoreCertificateErrors)) {
/external/chromium_org/android_webview/common/
H A Daw_content_client.cc32 switches::kUseMobileUserAgent)) {
H A Daw_switches.cc8 namespace switches { namespace
18 } // namespace switches
H A Daw_switches.h8 namespace switches { namespace
20 } // namespace switches
/external/chromium_org/android_webview/lib/main/
H A Daw_main_delegate.cc54 bool zero_copy_disabled_by_switch = cl->HasSwitch(switches::kDisableZeroCopy);
56 cl->HasSwitch(switches::kEnableZeroCopy) &&
60 cl->AppendSwitch(switches::kEnableZeroCopy);
62 cl->AppendSwitch(switches::kDisableZeroCopy);
70 cl->AppendSwitch(switches::kEnableBeginFrameScheduling);
71 cl->AppendSwitch(switches::kEnableImplSidePainting);
74 cl->AppendSwitch(switches::kDisableOverscrollEdgeEffect);
77 cl->AppendSwitch(switches::kDisableSharedWorkers);
80 cl->AppendSwitch(switches::kDisableFileSystem);
86 cl->AppendSwitch(switches
[all...]
/external/chromium_org/android_webview/native/
H A Djava_browser_view_renderer_helper.cc30 if (g_sw_draw_functions && !switches::ForceAuxiliaryBitmap())
/external/chromium_org/apps/
H A Dlauncher.cc342 if (args.empty() || (command_line.HasSwitch(switches::kTestType) &&
H A Dload_and_launch_browsertest.cc9 #include "apps/switches.h"
41 switches::kUserDataDir,
78 switches::kUserDataDir,
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc89 switches::kAshDebugShortcuts);
598 switches::kAshEnableTouchViewTesting)) {
H A Dmagnifier_key_scroller.cc23 switches::kAshEnableMagnifierKeyScroller);
/external/chromium_org/ash/
H A Dash_switches.cc10 namespace switches { namespace in namespace:ash
127 } // namespace switches
H A Dash_switches.h13 namespace switches { namespace in namespace:ash
60 } // namespace switches
H A Dash_touch_exploration_manager_chromeos.cc98 chromeos::switches::kDisableVolumeAdjustSound);
H A Droot_window_controller.cc443 switches::kAshAnimateFromBootSplashScreen) &&
745 switches::kAshDisableTouchExplorationMode)) {
823 if (command_line->HasSwitch(switches::kAshTouchHud))
844 switches::kAshCopyHostBackgroundAtBoot) ||
846 switches::kAshAnimateFromBootSplashScreen)))
968 switches::kAshDisableLockLayoutManager)) {
/external/chromium_org/ash/audio/
H A Dsounds.cc22 if (cl->HasSwitch(switches::kAshEnableSystemSounds))
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc750 switches::kAshConstrainPointerToRoot);
H A Ddisplay_layout_store.cc17 if (command_line->HasSwitch(switches::kAshSecondaryDisplayLayout)) {
19 switches::kAshSecondaryDisplayLayout);
41 if (!command_line->HasSwitch(switches::kAshSecondaryDisplayLayout))
H A Ddisplay_manager.cc110 if (command_line->HasSwitch(switches::kAshUseFirstDisplayAsInternal))
245 if (!command_line->HasSwitch(switches::kAshHostWindowBounds))
248 command_line->GetSwitchValueASCII(switches::kAshHostWindowBounds);
258 command_line->HasSwitch(switches::kAshEnableSoftwareMirroring)) {
H A Ddisplay_manager_unittest.cc1466 command_line->AppendSwitch(switches::kAshUseFirstDisplayAsInternal);
1467 command_line->AppendSwitchASCII(switches::kAshHostWindowBounds,
H A Dmirror_window_controller_unittest.cc38 switches::kAshHostWindowBounds, "1+1-300x300,1+301-300x300");
40 switches::kAshEnableSoftwareMirroring);
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller_unittest.cc861 switches::kEnableTouchDragDrop);
922 switches::kEnableTouchDragDrop);
948 switches::kEnableTouchDragDrop);
/external/chromium_org/ash/host/
H A Dash_window_tree_host_win.cc118 ash::switches::kForceAshToDesktop))

Completed in 508 milliseconds

1234567891011>>