HomeSort by relevance Sort by last modified time
    Searched defs:DISABLED (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/prefs/
incognito_mode_prefs.h 27 // Incognito mode disabled. Users may not open pages in Incognito mode.
29 DISABLED,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/power/
background.js 9 DISABLED: 'disabled',
32 callback(StateEnum.DISABLED);
45 case StateEnum.DISABLED:
80 case StateEnum.DISABLED:
87 setState(StateEnum.DISABLED);
  /external/chromium_org/content/browser/gpu/
compositor_util_browsertest.cc 22 DISABLED,
26 } expected_mode = DISABLED;
  /external/chromium_org/chrome/browser/extensions/
extension_tabs_apitest.cc 245 IncognitoModePrefs::DISABLED);
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader_delegate.h 29 // Background networking is disabled.
30 DISABLED,
  /external/chromium_org/chrome/browser/sync/glue/
backend_data_type_configurer.h 29 DISABLED, // Not syncing. Disabled by user.
data_type_controller.h 47 DISABLED // The controller was started but encountered an error
48 // so it is disabled waiting for it to be stopped.
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu_unittest.cc 272 // Verifies when Incognito Mode is not available (disabled by policy),
273 // Open Link in Incognito Window link in the context menu is disabled.
286 IncognitoModePrefs::DISABLED);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu_unittest.cc 70 // menu is disabled when Incognito mode is switched off (by a policy).
83 IncognitoModePrefs::DISABLED);
85 // The item should be disabled.
93 // menu is disabled when Incognito mode is forced (by a policy).
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.h 80 enum EnabledState { DISABLED, PENDING, ENABLED };
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater.h 25 DISABLED,
  /external/chromium_org/third_party/tcmalloc/chromium/src/
linux_shadow_stacks.cc 23 enum Status {UNINITIALIZED = -1, DISABLED, ENABLED};
28 status = DISABLED;
35 if (status == DISABLED) return;
38 if (status == DISABLED) return;
116 if (status == DISABLED) return;
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.h 211 DISABLED,
  /external/chromium_org/ash/wm/
sticky_keys.h 59 // StickyKeys is disabled by default.
100 // The DISABLED state is default state and any incoming non modifier keyboard
103 // will be back to DISABLED state with sending modifier keyup event. In the case
105 // state will be back to DISABLED state by next monitoring modifier key.
109 // | DISABLED | ENABLED | LOCKED |
112 // Modifier KeyUp | To ENABLED(*) | To LOCKED(*) | To DISABLED |
113 // Normal KeyDown | noop | To DISABLED(#) | noop(#) |
117 // Mouse Release | noop | To DISABLED(#) | noop(#) |
118 // Mouse Wheel | noop | To DISABLED(#) | noop(#) |
144 // The sticky key is disabled. Incomming non modifier key events are no
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket.cc 167 DISABLED = 0,
174 } supported = DISABLED;
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_api_prefs_unittest.cc 368 prefs()->SetExtensionState(extension1()->id(), Extension::DISABLED);
382 prefs()->SetExtensionState(extension1()->id(), Extension::DISABLED);
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc 369 IncognitoModePrefs::DISABLED);
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 78 prefs->GetExtensionState(extension->id()) != Extension::DISABLED;
352 // Prompt the user to re-enable the application if disabled.
610 // If we don't launch the app asynchronously, then the app's disabled
  /external/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc 287 // On Android, WebGL is disabled by default
377 BLACKLISTED, // Disabled via the blacklist.
378 DISABLED, // Not disabled via the blacklist, but expected to be disabled
394 // Canvas 2D is always disabled in software compositing mode, make sure it is
398 expected_state = DISABLED;
  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 115 public static final int DISABLED = 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 51 static final int DISABLED = 24;
298 case DISABLED:
299 if (DBG) Log.d(TAG,"CURRENT_STATE=PENDING, MESSAGE = DISABLED, isTurningOn=" + isTurningOn + ", isTurningOff=" + isTurningOff);
375 sendMessage(DISABLED);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 71 DISABLED='disabled'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 71 DISABLED='disabled'
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 134 * The FOUND_BIT is needed to differentiate the value of DISABLED from
166 DISABLED = FOUND_BIT,
200 state = DISABLED;
243 state = enabled ? ENABLED : DISABLED;
  /external/mesa3d/src/mesa/main/
errors.c 134 * The FOUND_BIT is needed to differentiate the value of DISABLED from
166 DISABLED = FOUND_BIT,
200 state = DISABLED;
243 state = enabled ? ENABLED : DISABLED;

Completed in 989 milliseconds

1 2 3