Searched refs:switches (Results 101 - 125 of 1342) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc40 #include "cc/base/switches.h"
148 #include "ui/gfx/switches.h"
327 browser_command_line.GetSwitchValueNative(switches::kRendererCmdPrefix);
470 switches::kDisableGpuShaderDiskCache)) {
539 switches::kDisableGpuShaderDiskCache)) {
562 browser_command_line.GetSwitchValueNative(switches::kRendererCmdPrefix);
622 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
664 return command_line.HasSwitch(switches::kEnableRendererMojoChannel);
884 switches::kEnableMemoryBenchmarking))
934 if (browser_command_line.HasSwitch(switches
[all...]
/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/chrome/browser/app_mode/
H A Dapp_mode_utils.cc43 return command_line->HasSwitch(switches::kKioskMode) ||
49 return command_line->HasSwitch(switches::kForceAppMode) &&
50 command_line->HasSwitch(switches::kAppId);
/external/chromium_org/components/invalidation/
H A Dinvalidation_service_util.cc19 if (command_line.HasSwitch(switches::kSyncNotificationHostPort)) {
23 switches::kSyncNotificationHostPort));
29 command_line.HasSwitch(switches::kSyncAllowInsecureXmppConnection);
/external/chromium_org/extensions/shell/browser/
H A Ddefault_shell_browser_main_delegate.cc12 #include "extensions/shell/common/switches.h"
25 if (command_line->HasSwitch(switches::kAppShellAppPath)) {
27 command_line->GetSwitchValueNative(switches::kAppShellAppPath));
36 LOG(ERROR) << "--" << switches::kAppShellAppPath
/external/chromium_org/base/
H A Dbase_switches.cc7 namespace switches { namespace
76 } // namespace switches
H A Dbase_switches.h5 // Defines all the "base" command-line switches.
12 namespace switches { namespace
33 } // namespace switches
/external/chromium_org/base/test/
H A Dtest_switches.h8 namespace switches { namespace
10 // All switches in alphabetical order. The switches should be documented
28 } // namespace switches
/external/chromium_org/chrome/browser/extensions/api/terminal/
H A Dterminal_private_apitest.cc7 #include "extensions/common/switches.h"
13 extensions::switches::kWhitelistedExtensionID,
/external/chromium_org/chrome/browser/first_run/
H A Dtry_chrome_dialog_view_browsertest.cc33 command_line->AppendSwitchASCII(switches::kTryChromeAgain, "10001");
/external/chromium_org/components/data_reduction_proxy/common/
H A Ddata_reduction_proxy_switches.cc8 namespace switches { namespace in namespace:data_reduction_proxy
54 } // namespace switches
H A Ddata_reduction_proxy_switches.h9 namespace switches { namespace in namespace:data_reduction_proxy
11 // All switches in alphabetical order. The switches should be documented
28 } // namespace switches
/external/chromium_org/components/password_manager/core/common/
H A Dpassword_manager_switches.h10 namespace switches { namespace in namespace:password_manager
12 // All switches in alphabetical order. The switches should be documented
26 } // namespace switches
/external/chromium_org/components/policy/core/common/
H A Dpolicy_switches.h13 namespace switches { namespace in namespace:policy
23 } // namespace switches
/external/chromium_org/components/search/
H A Dsearch_android_unittest.cc23 switches::kEnableEmbeddedSearchAPI);
/external/chromium_org/components/signin/core/common/
H A Dsignin_switches.h8 namespace switches { namespace
10 // These switches should not be queried from CommandLine::HasSwitch() directly.
14 // All switches in alphabetical order. The switches should be documented
29 } // namespace switches
/external/chromium_org/content/shell/common/
H A Dshell_switches.cc7 namespace switches { namespace
62 } // namespace switches
H A Dshell_switches.h5 // Defines all the "content_shell" command-line switches.
10 namespace switches { namespace
28 } // namespace switches
/external/chromium_org/content/shell/renderer/
H A Dshell_render_frame_observer.cc19 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
/external/chromium_org/ui/base/
H A Dui_base_switches.cc7 namespace switches { namespace
55 } // namespace switches
/external/chromium_org/ui/gfx/
H A Dswitches.h10 namespace switches { namespace
19 } // namespace switches
/external/chromium_org/ui/keyboard/
H A Dkeyboard_switches.h11 namespace switches { namespace in namespace:keyboard
39 } // namespace switches
/external/chromium_org/ui/views/
H A Dviews_touch_selection_controller_factory_aura.cc17 if (switches::IsTouchEditingEnabled())
/external/llvm/utils/
H A Dfindoptdiff84 echo "Diff fails with these switches:"
85 echo $switches
97 switches="$switches $sw"
98 if tryit "$switches" ; then
H A Dfindmisopt101 # Current set of switches is empty
113 echo "Return code not the same with these switches:"
114 echo $switches
122 echo "Diff fails with these switches:"
123 echo $switches
135 switches="$switches $sw"
136 if tryit "$switches" ; then
145 if [ "$switches" == " $all_switches" ] ; then
151 while [ ! -z "$switches" ] ; d
[all...]

Completed in 415 milliseconds

1234567891011>>