HomeSort by relevance Sort by last modified time
    Searched refs:DISABLED (Results 76 - 100 of 130) sorted by null

1 2 34 5 6

  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl.cc 139 // 4. Set non-enabled user types as DISABLED.
177 BackendDataTypeConfigurer::DISABLED, disabled_types,
non_ui_data_type_controller_unittest.cc 308 // The DTC should become disabled, and the DTC should still stop
331 EXPECT_EQ(DataTypeController::DISABLED, non_ui_dtc_->state());
sync_backend_host_unittest.cc 216 BackendDataTypeConfigurer::DISABLED,
419 // Only those datatypes disabled should be cleaned. Nothing should be
454 // should be cleaned aside from the disabled types.
494 // should be cleaned aside from the disabled types.
sync_backend_host.cc 432 " is disabled.";
457 " is disabled.";
607 GetDataTypesInState(DISABLED, config_state_map);
673 // - All other types not in the routing info (types just disabled) are deleted
675 // - Everything else (enabled types and already disabled types) is not
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 274 private static final int DISABLED = 0;
317 * arg1 = ENBALED or DISABLED
334 * arg1 = ENABLED (met) or DISABLED (unmet)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc 496 // that have been disabled due to blacklisting.
    [all...]
extension_prefs.cc 68 // Enabled, disabled, killed, etc. (see Extension::State)
99 // Indicates whether the extension was updated while it was disabled.
102 // A bitmask of all the reasons an extension is disabled.
    [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc 395 ExtensionDownloaderDelegate::DISABLED);
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 427 IncognitoModePrefs::SetAvailability(prefs, IncognitoModePrefs::DISABLED);
  /external/chromium_org/chrome/browser/ui/
browser_command_controller.cc 324 DCHECK(command_updater_.IsCommandEnabled(id)) << "Invalid/disabled command "
802 // initialized here, otherwise they will be forever disabled.
    [all...]
browser_commands.cc 276 IncognitoModePrefs::DISABLED) {
745 // Do not print when printing is disabled via pref or policy.
762 // If printing is not disabled via pref or policy, it is always possible to
    [all...]
browser_browsertest.cc 617 // Disabled, http://crbug.com/159214 .
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.y 195 %token LISTEN X_ISAKMP X_ISAKMP_NATT X_ADMIN STRICT_ADDRESS ADMINSOCK DISABLED
481 | ADMINSOCK DISABLED
    [all...]
cftoken.l 213 <S_LST>disabled { YYD; return(DISABLED); }
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 73 * Manual sync is required. This is account-wide, when the user has disabled sync on the
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java 838 if (swipeSetting == Swipe.DISABLED
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_nss.cc     [all...]
  /external/chromium_org/v8/test/webkit/fast/regex/
pcre-test-4.js     [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc     [all...]
  /frameworks/base/core/java/android/view/
View.java 769 * This view is disabled. Interpretation varies by subclass.
773 static final int DISABLED = 0x00000020;
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 361 if (incognito && incognito_availability == IncognitoModePrefs::DISABLED) {
    [all...]
  /external/chromium_org/chrome/browser/policy/
configuration_policy_handler.cc 791 // Disallow selecting the download location if file dialogs are disabled.
866 IncognitoModePrefs::DISABLED);
    [all...]
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc     [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 174 // msg.arg1 = ENABLED for blocking, DISABLED for resumed.
183 public static final int DISABLED = 0;
362 * 0 - disabled
    [all...]

Completed in 2011 milliseconds

1 2 34 5 6