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

1 2 3 4 5 6 7 8 91011>>

  /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 46 bool launch = command_line.HasSwitch(switches::kViewerLaunchViaAppId);
48 (command_line.HasSwitch(switches::kViewerConnect) &&
57 switches::kViewerLaunchViaAppId)));
chrome_browser_main.cc 217 if (command_line.HasSwitch(switches::kBrowserAssertTest)) {
222 if (command_line.HasSwitch(switches::kBrowserCrashTest)) {
282 parsed_command_line.HasSwitch(switches::kParentProfile)) {
284 parsed_command_line.GetSwitchValuePath(switches::kParentProfile);
301 if (parsed_command_line.HasSwitch(chromeos::switches::kLoginManager)) {
324 parsed_command_line.HasSwitch(switches::kProfileDirectory)) {
326 parsed_command_line.GetSwitchValueASCII(switches::kProfileDirectory));
348 if (!switches::IsNewAvatarMenu() &&
360 if (switches::IsNewProfileManagement() && !profile->IsGuestSession()) {
449 if (command_line.HasSwitch(switches::kOriginalProcessStartTime))
    [all...]
  /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 33 EXPECT_FALSE(command_line->HasSwitch(switches::kUseFakeUIForMediaStream));
36 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
39 command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc");
  /external/chromium_org/cloud_print/gcp20/prototype/
gcp20_device.cc 59 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kHelp) ||
60 CommandLine::ForCurrentProcess()->HasSwitch(switches::kHelpShort)) {
61 switches::PrintUsage();
  /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/common/sandbox_linux/
sandbox_linux.cc 58 command_line.GetSwitchValueASCII(switches::kProcessType);
200 SandboxSeccompBPF::ShouldEnableSeccompBPF(switches::kRendererProcess)) {
266 command_line->GetSwitchValueASCII(switches::kProcessType);
291 bool sandbox_failure_fatal = process_type != switches::kGpuProcess;
295 if (process_type == switches::kGpuProcess &&
296 command_line->HasSwitch(switches::kGpuSandboxFailuresFatal)) {
298 command_line->GetSwitchValueASCII(switches::kGpuSandboxFailuresFatal);
340 if (command_line->HasSwitch(switches::kNoSandbox)) {
357 if (process_type == switches::kRendererProcess ||
358 process_type == switches::kGpuProcess)
    [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 20 #include "cc/base/switches.h"
175 !cmd->HasSwitch(switches::kDisableGpuVsync);
177 cmd->HasSwitch(switches::kEnableBeginFrameScheduling);
179 cmd->HasSwitch(cc::switches::kEnableMainFrameBeforeActivation) &&
180 !cmd->HasSwitch(cc::switches::kDisableMainFrameBeforeActivation);
182 !cmd->HasSwitch(cc::switches::kDisableMainFrameBeforeDraw);
185 !cmd->HasSwitch(cc::switches::kDisableThreadedAnimation);
188 if (cmd->HasSwitch(switches::kDefaultTileWidth)) {
191 switches::kDefaultTileWidth,
197 if (cmd->HasSwitch(switches::kDefaultTileHeight))
    [all...]
  /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);
webrtc_content_browsertest_base.cc 24 // assume these switches are set by default in content_browsertests.
26 switches::kUseFakeDeviceForMediaStream));
28 switches::kUseFakeUIForMediaStream));
33 switches::kAllowLoopbackInPeerConnection);
  /external/chromium_org/mojo/shell/desktop/
mojo_main.cc 13 #include "mojo/shell/switches.h"
14 #include "ui/gfx/switches.h"
43 switches::kEnableHarfBuzzRenderText);
65 if (command_line.HasSwitch(switches::kOrigin)) {
67 GURL(command_line.GetSwitchValueASCII(switches::kOrigin)));
  /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...]
chrome_frame_operations.cc 48 { switches::kMultiInstall, kOptionMultiInstall }
80 if (is_multi_install && !cmd_line->HasSwitch(switches::kMultiInstall))
81 cmd_line->AppendSwitch(switches::kMultiInstall);
84 cmd_line->AppendSwitch(switches::kChromeFrame);
94 if (is_multi_install && !cmd_line->HasSwitch(switches::kMultiInstall))
95 cmd_line->AppendSwitch(switches::kMultiInstall);
99 cmd_line->AppendSwitch(switches::kChromeFrame);
  /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/accessibility/
browser_accessibility_state_impl.cc 62 switches::kDisableRendererAccessibility)) {
79 switches::kForceRendererAccessibility)) {
118 switches::kForceRendererAccessibility));
129 switches::kDisableRendererAccessibility)) {
142 switches::kForceRendererAccessibility) &&
  /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/browser/gpu/
gpu_data_manager_impl_private.cc 18 #include "cc/base/switches.h"
155 command_line.HasSwitch(switches::kDisableAccelerated2dCanvas),
156 command_line.HasSwitch(switches::kDisableGpu),
157 command_line.HasSwitch(switches::kDisableExperimentalWebGL), };
270 switches::kDisablePanelFitting)) {
328 if (command_line->HasSwitch(switches::kDisableGpu))
338 // through renderer commandline switches.
415 CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseWarp);
500 if (command_line->HasSwitch(switches::kSkipGpuDataLoading))
505 switches::kUseGL) == gfx::kGLImplementationOSMesaName)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_controller.cc 62 if (!command_line->HasSwitch(switches::kEnterpriseEnableForcedReEnrollment))
66 switches::kEnterpriseEnableForcedReEnrollment);
100 if (command_line->HasSwitch(chromeos::switches::kDisableGaiaServices) ||
102 chromeos::switches::kEnterpriseEnrollmentInitialModulus) &&
104 chromeos::switches::kEnterpriseEnrollmentModulusLimit)) ||
175 chromeos::switches::kEnterpriseEnrollmentInitialModulus);
177 chromeos::switches::kEnterpriseEnrollmentModulusLimit);
  /external/chromium_org/chrome/browser/chromeos/login/test/
oobe_base_test.cc 86 command_line->AppendSwitch(chromeos::switches::kLoginManager);
87 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
89 command_line->AppendSwitch(::switches::kDisableBackgroundNetworking);
90 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
101 command_line->AppendSwitchASCII(::switches::kGaiaUrl, gaia_url.spec());
102 command_line->AppendSwitchASCII(::switches::kLsoUrl, gaia_url.spec());
103 command_line->AppendSwitchASCII(::switches::kGoogleApisUrl,
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 141 return command_line.HasSwitch(switches::kLoginManager) &&
142 !command_line.HasSwitch(switches::kForceLoginManagerInTests) &&
245 if (parsed_command_line().HasSwitch(switches::kGuestSession)) {
247 singleton_command_line->AppendSwitch(::switches::kDisableSync);
248 singleton_command_line->AppendSwitch(::switches::kDisableExtensions);
256 !parsed_command_line().HasSwitch(switches::kLoginManager) &&
257 !parsed_command_line().HasSwitch(switches::kLoginUser) &&
258 !parsed_command_line().HasSwitch(switches::kGuestSession)) {
259 singleton_command_line->AppendSwitchASCII(switches::kLoginUser,
261 if (!parsed_command_line().HasSwitch(switches::kLoginProfile))
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 11 #include "apps/switches.h"
287 } else if (command_line.HasSwitch(switches::kIncognito)) {
296 const bool silent_launch = command_line.HasSwitch(switches::kSilentLaunch);
377 // The switches::kRestoreLastSession command line switch is used to restore
382 if ((command_line.HasSwitch(switches::kRestoreLastSession) ||
472 if (command_line.HasSwitch(switches::kDisablePromptOnRepost))
481 if (command_line.HasSwitch(switches::kCloudPrintFile) &&
488 if (command_line.HasSwitch(switches::kCheckCloudPrintConnectorPolicy)) {
498 if (command_line.HasSwitch(switches::kExplicitlyAllowedPorts)) {
500 command_line.GetSwitchValueASCII(switches::kExplicitlyAllowedPorts)
647 const CommandLine::SwitchMap& switches = command_line.GetSwitches(); local
    [all...]

Completed in 4246 milliseconds

1 2 3 4 5 6 7 8 91011>>