/external/chromium/chrome/browser/extensions/ |
app_process_apitest.cc | 66 switches::kDisablePopupBlocking); 150 switches::kDisablePopupBlocking);
|
convert_web_app_browsertest.cc | 31 command_line->AppendSwitch(switches::kEnableCrxlessWebApps);
|
extension_rlz_apitest.cc | 41 switches::kEnableExperimentalExtensionApis);
|
/external/chromium/chrome/browser/history/ |
in_memory_history_backend.cc | 45 switches::kEnableHistoryQuickProvider) && 47 switches::kDisableHistoryQuickProvider)) {
|
/external/chromium/chrome/browser/ |
intranet_redirect_detector.cc | 71 if (cmd_line->HasSwitch(switches::kDisableBackgroundNetworking) || 72 cmd_line->HasSwitch(switches::kChromeFrame))
|
io_thread.cc | 75 if (command_line.HasSwitch(switches::kHostResolverParallelism)) { 77 command_line.GetSwitchValueASCII(switches::kHostResolverParallelism); 128 if (command_line.HasSwitch(switches::kDnsServer)) { 130 command_line.GetSwitchValueASCII(switches::kDnsServer); 145 if (!command_line.HasSwitch(switches::kEnableIPv6)) { 146 if (command_line.HasSwitch(switches::kDisableIPv6)) { 161 if (!command_line.HasSwitch(switches::kHostResolverRules)) 167 command_line.GetSwitchValueASCII(switches::kHostResolverRules));
|
jumplist_win.cc | 175 const std::wstring& switches, 191 // Attach the command-line switches of this process before the given 195 std::wstring arguments(switches); 276 // Even though we can add command-line switches to this parameter, it is 277 // better to use the |switches| parameter below. 278 // * switches (std::wstring) 279 // Command-lien switches for the application. This string is to be added 281 // switches, use an empty string. 287 const std::wstring& switches, 310 AddShellLink(collection, application, switches, link) [all...] |
about_flags_unittest.cc | 185 switch_list[switches::kFlagSwitchesBegin] = CommandLine::StringType(); 186 switch_list[switches::kFlagSwitchesEnd] = CommandLine::StringType(); 195 EXPECT_TRUE(switch_list.find(switches::kFlagSwitchesBegin) != 197 EXPECT_TRUE(switch_list.find(switches::kFlagSwitchesEnd) != 221 // Convert the flags to switches. Experiment 3 shouldn't be among the switches 233 // Tests that switches which should have values get them in the command 243 // Convert the flags to switches. 252 // Confirm that there is no '=' in the command line for simple switches. 265 // And confirm there is a '=' for switches with values [all...] |
bug_report_util.cc | 206 HasSwitch(switches::kFeedbackServer)) 208 GetSwitchValueASCII(switches::kFeedbackServer)); 336 switches::kCompressSystemFeedback) || ValidFeedbackSize(i->second)) { 342 switches::kCompressSystemFeedback)) {
|
media_uitest.cc | 27 launch_arguments_.AppendSwitch(switches::kDisableAcceleratedCompositing);
|
/external/chromium/chrome/browser/net/ |
chrome_net_log.cc | 69 if (command_line.HasSwitch(switches::kLogNetLog)) { 71 command_line.GetSwitchValuePath(switches::kLogNetLog)));
|
chrome_cookie_policy.cc | 22 switches::kBlockReadingThirdPartyCookies)) {}
|
/external/chromium/chrome/browser/policy/ |
cloud_policy_subsystem.cc | 58 if (command_line->HasSwitch(switches::kDeviceManagementUrl)) { 60 command_line->GetSwitchValueASCII(switches::kDeviceManagementUrl)));
|
/frameworks/base/services/java/com/android/server/ |
StatusBarManagerService.java | 422 int switches[], List<IBinder> binders) { 437 switches[0] = gatherDisableActionsLocked(mCurrentUserId); 438 switches[1] = mSystemUiVisibility; 439 switches[2] = mMenuVisible ? 1 : 0; 440 switches[3] = mImeWindowVis; 441 switches[4] = mImeBackDisposition; 444 switches[5] = mWindowManager.isHardKeyboardAvailable() ? 1 : 0; 445 switches[6] = mWindowManager.isHardKeyboardEnabled() ? 1 : 0;
|
/external/chromium/chrome/browser/nacl_host/ |
nacl_process_host.cc | 145 cmd_line->AppendSwitchASCII(switches::kProcessType, 146 switches::kNaClLoaderProcess); 148 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id());
|
/external/chromium/chrome/browser/net/gaia/ |
token_service.cc | 54 if (cmd_line->HasSwitch(switches::kClearTokenService)) 58 if (cmd_line->HasSwitch(switches::kSetToken)) { 59 std::string value = cmd_line->GetSwitchValueASCII(switches::kSetToken);
|
/external/chromium/chrome/browser/profiles/ |
profile_manager_unittest.cc | 97 cl->AppendSwitch(switches::kTestType); 111 cl->AppendSwitchASCII(switches::kLoginProfile, profile_dir); 112 cl->AppendSwitch(switches::kTestType);
|
profile_impl.cc | 149 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDiskCacheDir)) { 151 switches::kDiskCacheDir); 154 const char* arg = kNormalContext == type ? switches::kDiskCacheSize : 155 switches::kMediaCacheSize; 410 switches::kEnableExtensionTimelineApi)) { 430 autoupdate_enabled = !command_line->HasSwitch(switches::kGuestSession); 445 if (command_line->HasSwitch(switches::kLoadExtension)) { 447 switches::kLoadExtension); 477 switches::kSkipChromeOSComponents)) { 495 switches::kSkipChromeOSComponents)) [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_test.cc | 291 command_line->AppendSwitch(switches::kSbDisableAutoUpdate); 296 command_line->AppendSwitch(switches::kDisableIPv6); 300 command_line->AppendSwitch(switches::kSbDisableDownloadProtection); 309 command_line->AppendSwitchASCII(switches::kSbInfoURLPrefix, url_prefix); 310 command_line->AppendSwitchASCII(switches::kSbMacKeyURLPrefix, url_prefix);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
BaseStatusBar.java | 178 // the user switches to home. We know it is safe to do at this 179 // point, so make sure new activity switches are now allowed. 221 int[] switches = new int[7]; local 225 switches, binders); 232 disable(switches[0]); 233 setSystemUiVisibility(switches[1], 0xffffffff); 234 topAppWindowChanged(switches[2] != 0); 236 setImeWindowStatus(binders.get(0), switches[3], switches[4]); 237 setHardKeyboardStatus(switches[5] != 0, switches[6] != 0) [all...] |
/ndk/sources/host-tools/make-3.81/ |
main.c | 128 in command switches of a type that takes string arguments. */ 138 /* The recognized command switches. */ 213 /* List of makefiles given with -f switches. */ 246 /* List of directories given with -C switches. */ 250 /* List of include directories given with -I switches. */ 254 /* List of files given with -o switches. */ 258 /* List of files given with -W switches. */ 362 /* The table of command switches. */ variable in typeref:struct:command_switch 364 static const struct command_switch switches[] = [all...] |
/external/chromium/chrome/browser/prefs/ |
pref_service_unittest.cc | 222 command_line.AppendSwitchASCII(switches::kProxyBypassList, "123"); 223 command_line.AppendSwitchASCII(switches::kProxyServer, "789"); 262 command_line.AppendSwitchASCII(switches::kProxyBypassList, "123"); 263 command_line.AppendSwitchASCII(switches::kProxyServer, "789"); 296 command_line.AppendSwitch(switches::kNoProxyServer); 325 command_line.AppendSwitch(switches::kProxyAutoDetect);
|
/external/qemu-pc-bios/vgabios/tests/ |
testbios.c | 32 Bit8u switches;
member in struct:__anon14084 282 biosarea->switches=peekb(0x40,0x88);
308 printf("switches: %02x\t",biosarea->switches);
|
/external/chromium/base/ |
command_line.cc | 40 // Lowercase a string for case-insensitivity of switches. 346 const char* const switches[], 349 if (source.HasSwitch(switches[i])) { 350 StringType value = source.GetSwitchValueNative(switches[i]); 351 AppendSwitchNative(switches[i], value);
|
command_line.h | 6 // Switches can optionally have a value attached using an equals sign, as in 41 // A constructor for CommandLines that only carry switches and arguments. 104 // Get the number of switches in this process. 108 // Get a copy of all switches, along with their values. 121 // Copy a set of switches (and any values) from another command line. 123 void CopySwitchesFrom(const CommandLine& source, const char* const switches[],
|