Searched refs:switches (Results 201 - 225 of 1342) sorted by relevance

1234567891011>>

/external/chromium_org/components/autofill/core/common/
H A Dpassword_generation_util.cc52 if (command_line->HasSwitch(switches::kDisablePasswordGeneration))
55 if (command_line->HasSwitch(switches::kEnablePasswordGeneration))
/external/chromium_org/components/feedback/
H A Dfeedback_uploader_chrome.cc36 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kFeedbackServer))
38 switches::kFeedbackServer);
/external/chromium_org/content/app/
H A Dcontent_main_runner.cc198 if (command_line.HasSwitch(switches::kProcessChannelID)) {
200 command_line.GetSwitchValueASCII(switches::kProcessChannelID);
217 if (command_line.HasSwitch(switches::kEnableStatsTable)) {
258 if (process_type == switches::kPluginProcess ||
259 process_type == switches::kPpapiPluginProcess) {
265 } else if (process_type == switches::kRendererProcess ||
267 switches::kSingleProcess)) {
274 if (process_type == switches::kUtilityProcess ||
276 switches::kSingleProcess)) {
302 { switches
[all...]
/external/chromium_org/content/browser/
H A Dhistogram_message_filter.cc49 switches::kStatsCollectionController);
52 << "--" << switches::kStatsCollectionController << " switch.";
/external/chromium_org/content/renderer/
H A Drenderer_main.cc63 if (command_line.HasSwitch(switches::kWaitForDebugger))
66 if (command_line.HasSwitch(switches::kRendererStartupDialog))
70 if (command_line.HasSwitch(switches::kRendererAssertTest)) {
120 if (parsed_command_line.HasSwitch(switches::kLang)) {
122 parsed_command_line.GetSwitchValueASCII(switches::kLang);
161 bool no_sandbox = parsed_command_line.HasSwitch(switches::kNoSandbox);
171 if (parsed_command_line.HasSwitch(switches::kForceFieldTrials)) {
175 parsed_command_line.GetSwitchValueASCII(switches::kForceFieldTrials),
/external/chromium_org/content/shell/renderer/
H A Dshell_render_view_observer.cc29 switches::kExposeInternalsForTesting)) {
34 switches::kExposeIpcEcho)) {
/external/chromium_org/extensions/common/
H A Dfeature_switch.cc11 #include "extensions/common/switches.h"
24 switches::kForceDevModeHighlighting,
34 switches::kErrorConsole,
37 switches::kEnableOverrideBookmarksUI,
40 switches::kExtensionActionRedesign,
42 scripts_require_action(switches::kScriptsRequireAction,
45 switches::kEmbeddedExtensionOptions,
47 app_view(switches::kAppView,
49 mime_handler_view(switches::kMimeHandlerView,
/external/chromium_org/ash/audio/
H A Dsounds.cc22 if (cl->HasSwitch(switches::kAshEnableSystemSounds))
/external/chromium_org/base/test/
H A Dtrace_to_file.cc27 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kTraceToFile))
33 switches::kTraceToFile);
36 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kTraceToFileName)) {
38 ->GetSwitchValuePath(switches::kTraceToFileName));
/external/chromium_org/cc/base/
H A Dswitches.cc5 #include "cc/base/switches.h"
10 namespace switches { namespace in namespace:cc
123 } // namespace switches
/external/chromium_org/chrome/browser/dom_distiller/
H A Dprofile_utils.cc17 if (command_line.HasSwitch(switches::kEnableDomDistiller)) {
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_helpers.cc27 chromeos::switches::kOobeGuestSession)) {
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_launcher_page_unittest.cc10 #include "extensions/common/switches.h"
26 extensions::switches::kWhitelistedExtensionID, kWhitelistID);
/external/chromium_org/chrome/installer/util/
H A Dchrome_binaries_operations.cc52 if (!cmd_line->HasSwitch(switches::kMultiInstall))
53 cmd_line->AppendSwitch(switches::kMultiInstall);
64 if (!cmd_line->HasSwitch(switches::kMultiInstall))
65 cmd_line->AppendSwitch(switches::kMultiInstall);
/external/chromium_org/chrome/nacl/
H A Dnacl_exe_win_64.cc26 switches::kProcessType);
/external/chromium_org/components/nacl/browser/
H A Dnacl_broker_host_win.cc64 cmd_line->AppendSwitchASCII(switches::kProcessType,
65 switches::kNaClBrokerProcess);
66 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
68 cmd_line->AppendSwitch(switches::kNoErrorDialogs);
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_broker_main.cc19 if (command_line.HasSwitch(switches::kPpapiStartupDialog)) {
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_switches.cc8 namespace switches { namespace
79 } // namespace switches
H A Dgpu_switches.h5 // Defines all the command-line switches used by gpu/command_buffer/service/.
12 namespace switches { namespace
33 } // namespace switches
/external/chromium_org/mojo/shell/
H A Dchild_process_host.cc19 #include "mojo/shell/switches.h"
68 switches::kTraceToConsole,
69 switches::kV,
70 switches::kVModule,
79 switches::kChildProcessType, base::IntToString(static_cast<int>(type_)));
/external/chromium_org/ui/app_list/
H A Dapp_list_switches.h11 namespace switches { namespace in namespace:app_list
40 } // namespace switches
/external/chromium_org/ui/compositor/test/
H A Dcontext_factories_for_test.cc28 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
/external/chromium_org/ui/gl/
H A Dgl_switches.cc19 namespace switches { namespace
70 // This is the list of switches passed from this file that are passed from the
86 } // namespace switches
H A Dgpu_switching_manager.cc70 if (command_line.HasSwitch(switches::kSupportsDualGpus)) {
73 switches::kSupportsDualGpus);
86 if (flag && command_line.HasSwitch(switches::kUseGL) &&
87 command_line.GetSwitchValueASCII(switches::kUseGL) !=
/external/clang/include/clang/Parse/
H A DMakefile11 $(Echo) "Building Clang parser-related attribute string switches"
12 $(Verb) $(ClangTableGen) -gen-clang-attr-parser-string-switches -o $(call SYSPATH, $@) \

Completed in 559 milliseconds

1234567891011>>