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

1 2 3 4 5 6 7 891011>>

  /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/app_list/
app_list_switches.h 11 namespace switches { namespace in namespace:app_list
41 } // namespace switches
  /external/chromium_org/ui/compositor/test/
context_factories_for_test.cc 28 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
  /external/chromium_org/ui/gl/
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) !=
  /external/clang/include/clang/Parse/
Makefile 11 $(Echo) "Building Clang parser-related attribute string switches"
12 $(Verb) $(ClangTableGen) -gen-clang-attr-parser-string-switches -o $(call SYSPATH, $@) \
  /external/chromium_org/chrome/browser/
browser_process_platform_part_aurawin.cc 45 bool launch = command_line.HasSwitch(switches::kViewerLaunchViaAppId);
47 (command_line.HasSwitch(switches::kViewerConnect) &&
56 switches::kViewerLaunchViaAppId)));
chrome_browser_main.cc 211 if (command_line.HasSwitch(switches::kBrowserAssertTest)) {
216 if (command_line.HasSwitch(switches::kBrowserCrashTest)) {
276 parsed_command_line.HasSwitch(switches::kParentProfile)) {
278 parsed_command_line.GetSwitchValuePath(switches::kParentProfile);
295 if (parsed_command_line.HasSwitch(chromeos::switches::kLoginManager)) {
318 parsed_command_line.HasSwitch(switches::kProfileDirectory)) {
320 parsed_command_line.GetSwitchValueASCII(switches::kProfileDirectory));
347 if (switches::IsNewProfileManagement() && !profile->IsGuestSession()) {
399 if (!command_line.HasSwitch(switches::kDisableCRLSets))
426 if (command_line.HasSwitch(switches::kOriginalProcessStartTime))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc 50 AppendSwitchASCII(chromeos::switches::kLoginProfile,
55 AppendSwitchASCII(chromeos::switches::kLoginProfile,
60 AppendSwitchASCII(chromeos::switches::kLoginProfile,
  /external/chromium_org/chrome/browser/chromeos/settings/
owner_flags_storage.cc 58 CommandLine::StringVector switches = command_line.argv(); local
59 for (CommandLine::StringVector::const_iterator it = switches.begin() + 1;
60 it != switches.end(); ++it) {
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_browsertest.cc 34 EXPECT_FALSE(command_line->HasSwitch(switches::kUseFakeUIForMediaStream));
37 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
40 command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc");
  /external/chromium_org/content/child/
site_isolation_policy_browsertest.cc 34 switches::kHostResolverRules,
40 command_line->AppendSwitch(switches::kDisableWebSecurity);
44 command_line->AppendSwitch(switches::kBlockCrossSiteDocuments);
  /external/chromium_org/content/shell/common/
shell_content_client.cc 24 if (command_line->HasSwitch(switches::kUseMobileUserAgent))
37 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
63 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
  /external/chromium_org/content/shell/renderer/
shell_render_process_observer.cc 41 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
63 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
71 switches::kStableReleaseMode)) {
  /external/chromium_org/content/test/
content_test_launcher.cc 102 command_line->AppendSwitchPath(switches::kContentShellDataPath,
104 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
105 command_line->AppendSwitch(switches::kUseFakeUIForMediaStream);
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 178 switches::kLoginUser));
194 return command_line.HasSwitch(switches::kLoginManager) &&
195 !command_line.HasSwitch(switches::kForceLoginManagerInTests) &&
213 } else if (parsed_command_line.HasSwitch(switches::kLoginManager)) {
226 } else if (parsed_command_line.HasSwitch(switches::kLoginUser) &&
227 parsed_command_line.HasSwitch(switches::kLoginPassword)) {
230 parsed_command_line.GetSwitchValueASCII(switches::kLoginUser),
231 parsed_command_line.GetSwitchValueASCII(switches::kLoginPassword));
233 if (!parsed_command_line.HasSwitch(::switches::kTestName)) {
357 if (parsed_command_line().HasSwitch(switches::kGuestSession))
    [all...]
  /external/chromium_org/chrome/installer/util/
master_preferences.cc 123 if (cmd_line.HasSwitch(installer::switches::kInstallerData)) {
125 installer::switches::kInstallerData));
133 // A simple map from command line switches to equivalent switches in the
134 // distribution dictionary. Currently all switches added will be set to
140 { installer::switches::kAutoLaunchChrome,
142 { installer::switches::kChromeAppHostDeprecated,
144 { installer::switches::kChromeAppLauncher,
146 { installer::switches::kChrome,
148 { installer::switches::kDisableLogging
    [all...]
auto_launch_util.cc 99 switches::kAutoLaunchAtStartup);
105 switches::kNoStartupWindow);
113 // conflicting switches).
117 if (value.find(ASCIIToUTF16(switches::kNoStartupWindow)) !=
156 switches::kAutoLaunchAtStartup));
162 switches::kNoStartupWindow));
181 cmd_line += ASCIIToUTF16(switches::kNoStartupWindow);
185 cmd_line += ASCIIToUTF16(switches::kAutoLaunchAtStartup);
188 if (command_line.HasSwitch(switches::kUserDataDir)) {
190 cmd_line += ASCIIToUTF16(switches::kUserDataDir)
    [all...]
  /external/chromium_org/content/browser/
ppapi_plugin_process_host.cc 75 .GetSwitchValueNative(switches::kPpapiPluginLauncher);
293 browser_command_line.GetSwitchValueNative(switches::kPpapiPluginLauncher);
308 cmd_line->AppendSwitchASCII(switches::kProcessType,
309 is_broker_ ? switches::kPpapiBrokerProcess
310 : switches::kPpapiPluginProcess);
311 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
313 // These switches are forwarded to both plugin and broker pocesses.
315 switches::kVModule
322 switches::kDisableSeccompFilterSandbox,
324 switches::kEnableSandboxLogging
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
oobe_browsertest.cc 36 command_line->AppendSwitch(chromeos::switches::kLoginManager);
37 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
38 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
40 ::switches::kAuthExtensionPath, "gaia_auth");
51 ::switches::kGaiaUrl, embedded_test_server()->base_url().spec());
  /external/chromium_org/content/browser/gpu/
gpu_process_host.cc 50 #include "ui/gfx/switches.h"
109 bool sandbox = !cmd_line_->HasSwitch(switches::kDisableGpuSandbox);
128 if (cmd_line_->GetSwitchValueASCII(switches::kUseGL) ==
187 if (cmd_line_->HasSwitch(switches::kEnableLogging)) {
221 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess) ||
222 CommandLine::ForCurrentProcess()->HasSwitch(switches::kInProcessGPU) ||
329 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess) ||
330 CommandLine::ForCurrentProcess()->HasSwitch(switches::kInProcessGPU)) {
371 switches::kDisableGpuProcessCrashLimit);
512 command_line->AppendSwitch(switches::kDisableGpuWatchdog)
    [all...]
gpu_data_manager_impl_private.cc 18 #include "cc/base/switches.h"
154 command_line.HasSwitch(switches::kDisableAccelerated2dCanvas),
155 command_line.HasSwitch(switches::kDisableGpu),
156 command_line.HasSwitch(switches::kDisableExperimentalWebGL), };
301 !command_line->HasSwitch(switches::kDefaultTileWidth) &&
302 !command_line->HasSwitch(switches::kDefaultTileHeight)) {
306 switches::kDefaultTileWidth, size.str());
308 switches::kDefaultTileHeight, size.str());
344 switches::kDisablePanelFitting)) {
402 if (command_line->HasSwitch(switches::kDisableGpu)
    [all...]
  /external/chromium_org/content/shell/browser/
shell_browser_main_parts.cc 58 if (command_line->HasSwitch(switches::kContentBrowserTest))
123 switches::kEnableCrashReporter)) {
126 switches::kCrashDumpsDir);
140 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
148 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
  /external/chromium_org/content/test/ppapi/
ppapi_test.cc 44 command_line->AppendSwitch(switches::kEnableFileCookies);
48 command_line->AppendSwitch(switches::kEnablePepperTesting);
51 command_line->AppendSwitch(switches::kDisableSmoothScrolling);
113 command_line->AppendSwitchNative(switches::kRegisterPepperPlugins,
117 command_line->AppendSwitch(switches::kPpapiInProcess);
  /external/chromium_org/extensions/common/
feature_switch.cc 11 #include "extensions/common/switches.h"
24 switches::kForceDevModeHighlighting,
27 switches::kGlobalCommands,
41 switches::kErrorConsole,
44 switches::kEnableOverrideBookmarksUI,
46 scripts_require_action(switches::kScriptsRequireAction,
  /external/chromium_org/chrome/browser/chromeos/accessibility/
spoken_feedback_browsertest.cc 138 command_line->AppendSwitch(chromeos::switches::kGuestSession);
139 command_line->AppendSwitch(::switches::kIncognito);
140 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile,
142 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser,
218 command_line->AppendSwitch(chromeos::switches::kGuestSession);
219 command_line->AppendSwitch(::switches::kIncognito);
220 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
221 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser,
254 command_line->AppendSwitch(chromeos::switches::kLoginManager);
255 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests)
    [all...]

Completed in 792 milliseconds

1 2 3 4 5 6 7 891011>>