HomeSort by relevance Sort by last modified time
    Searched refs:switches (Results 201 - 225 of 1357) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/common/
profiling.cc 51 if (command_line.HasSwitch(switches::kProfilingFile))
52 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile);
56 command_line.GetSwitchValueASCII(switches::kProcessType);
75 command_line.GetSwitchValueASCII(switches::kProfilingFlush);
130 command_line.GetSwitchValueASCII(switches::kProcessType);
158 if (command_line.HasSwitch(switches::kProfilingAtStart)) {
160 command_line.GetSwitchValueASCII(switches::kProfilingAtStart);
169 bool flush = command_line.HasSwitch(switches::kProfilingFlush);
  /external/chromium_org/components/autofill/core/common/
password_generation_util.cc 52 if (command_line->HasSwitch(switches::kDisablePasswordGeneration))
55 if (command_line->HasSwitch(switches::kEnablePasswordGeneration))
  /external/chromium_org/components/feedback/
feedback_uploader_chrome.cc 36 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kFeedbackServer))
38 switches::kFeedbackServer);
  /external/chromium_org/content/app/
content_main_runner.cc 198 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::kRendererProcess, RendererMain }
    [all...]
  /external/chromium_org/content/browser/
histogram_message_filter.cc 49 switches::kStatsCollectionController);
52 << "--" << switches::kStatsCollectionController << " switch.";
  /external/chromium_org/content/renderer/
renderer_main.cc 63 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/
shell_render_view_observer.cc 29 switches::kExposeInternalsForTesting)) {
34 switches::kExposeIpcEcho)) {
  /external/chromium_org/extensions/common/
feature_switch.cc 11 #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/
sounds.cc 22 if (cl->HasSwitch(switches::kAshEnableSystemSounds))
  /external/chromium_org/base/test/
trace_to_file.cc 27 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/
switches.cc 5 #include "cc/base/switches.h"
10 namespace switches { namespace in namespace:cc
123 } // namespace switches
  /external/chromium_org/chrome/browser/dom_distiller/
profile_utils.cc 17 if (command_line.HasSwitch(switches::kEnableDomDistiller)) {
  /external/chromium_org/chrome/browser/policy/
policy_helpers.cc 27 chromeos::switches::kOobeGuestSession)) {
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_launcher_page_unittest.cc 10 #include "extensions/common/switches.h"
26 extensions::switches::kWhitelistedExtensionID, kWhitelistID);
  /external/chromium_org/chrome/installer/util/
chrome_binaries_operations.cc 52 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/
nacl_exe_win_64.cc 26 switches::kProcessType);
  /external/chromium_org/components/nacl/browser/
nacl_broker_host_win.cc 64 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/
ppapi_broker_main.cc 19 if (command_line.HasSwitch(switches::kPpapiStartupDialog)) {
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_linux.cc 21 switches::kEnableShareGroupAsyncTextureUpload)) {
gpu_switches.cc 8 namespace switches { namespace
79 } // namespace switches
gpu_switches.h 5 // Defines all the command-line switches used by gpu/command_buffer/service/.
12 namespace switches { namespace
33 } // namespace switches
  /external/chromium_org/mojo/shell/
child_process_host.cc 19 #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/compositor/test/
context_factories_for_test.cc 28 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
  /external/chromium_org/ui/gl/
gl_switches.cc 19 namespace switches { namespace
70 // This is the list of switches passed from this file that are passed from the
86 } // namespace switches
gpu_switching_manager.cc 70 if (command_line.HasSwitch(switches::kSupportsDualGpus)) {
73 switches::kSupportsDualGpus);
86 if (flag && command_line.HasSwitch(switches::kUseGL) &&
87 command_line.GetSwitchValueASCII(switches::kUseGL) !=

Completed in 1222 milliseconds

1 2 3 4 5 6 7 891011>>