HomeSort by relevance Sort by last modified time
    Searched refs:disabled (Results 51 - 75 of 250) sorted by null

1 23 4 5 6 7 8 910

  /external/openssl/include/openssl/
ripemd.h 70 #error RIPEMD is disabled.
hmac.h 64 #error HMAC is disabled.
  /frameworks/base/core/tests/coretests/src/android/view/
Disabled.java 28 * Exercise View's disabled state.
30 public class Disabled extends Activity implements OnClickListener {
34 setContentView(R.layout.disabled);
  /external/webkit/WebCore/html/
HTMLFormControlElement.h 52 virtual bool isEnabledFormControl() const { return !disabled(); }
66 bool disabled() const { return m_disabled; } function in class:WebCore::HTMLFormControlElement
HTMLTextAreaElement.idl 29 attribute boolean disabled;
HTMLButtonElement.cpp 103 if (evt->type() == eventNames().DOMActivateEvent && !disabled()) {
148 return m_type == SUBMIT && !disabled();
HTMLSelectElement.idl 50 attribute boolean disabled;
HTMLOptionElement.cpp 220 bool HTMLOptionElement::disabled() const function in class:WebCore::HTMLOptionElement
222 return ownElementDisabled() || (parentNode() && static_cast<HTMLFormControlElement*>(parentNode())->disabled());
  /external/webkit/WebKit/mac/Misc/
WebCache.mm 127 + (void)setDisabled:(BOOL)disabled
129 WebCore::cache()->setDisabled(disabled);
134 return WebCore::cache()->disabled();
WebCoreStatistics.h 76 + (void)setCacheDisabled:(BOOL)disabled;
  /external/webkit/WebCore/css/
html.css 446 input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled,
447 input[type="file"]:disabled::-webkit-file-upload-button, button:disabled,
448 select:disabled, keygen:disabled, optgroup:disabled, option:disabled, datagrid:disabled {
    [all...]
wml.css 152 do:disabled, select:disabled, optgroup:disabled, option:disabled {
160 do:active:disabled {
  /external/webkit/WebCore/accessibility/
AccessibilityListBoxOption.cpp 116 if (m_optionElement->disabled())
120 if (selectElement && selectElement->disabled())
  /ndk/sources/android/stlport/test/jni/
Android.mk 14 # Exceptions are disabled for now
  /external/openssl/crypto/hmac/
hmac.h 64 #error HMAC is disabled.
  /external/webkit/WebCore/inspector/front-end/
ScriptsPanel.js 41 this.backButton.disabled = true;
50 this.forwardButton.disabled = true;
76 this.pauseButton.disabled = true;
85 this.stepOverButton.disabled = true;
94 this.stepIntoButton.disabled = true;
103 this.stepOutButton.disabled = true;
827 this.enableToggleButton.title = WebInspector.UIString("Debugging disabled. Click to enable.");
838 this.pauseButton.disabled = false;
839 this.stepOverButton.disabled = false;
840 this.stepIntoButton.disabled = false
    [all...]
audits.css 231 body.inactive .audit-launcher-view button, .audit-launcher-view button:disabled {
246 .audit-launcher-view label.disabled {
265 .audit-launcher-view input[type="radio"]:active:not(:disabled) {
269 .audit-launcher-view input[type="radio"]:checked:not(:disabled), .audit-launcher-view input[type="radio"]:checked:disabled {
StylesSidebarPane.js 225 // Delete any disabled properties, since the property does exist.
236 // Remember all disabled properties so they show up in computed style.
559 var disabled = name in disabledProperties;
560 if (!disabled && this.disabledComputedProperties && !(name in this.usedProperties) && name in this.disabledComputedProperties)
561 disabled = true;
563 var shorthand = !disabled ? style.getPropertyShorthand(name) : null;
577 var item = new WebInspector.StylePropertyTreeElement(this.styleRule, style, name, isShorthand, inherited, overloaded, disabled);
778 WebInspector.StylePropertyTreeElement = function(styleRule, style, name, shorthand, inherited, overloaded, disabled)
786 this._disabled = disabled;
819 get disabled()
    [all...]
  /external/webkit/WebKit/win/Interfaces/
DOMHTML.idl 437 - (BOOL)disabled;
439 HRESULT disabled([out, retval] BOOL* result);
442 - (void)setDisabled:(BOOL)disabled;
444 HRESULT setDisabled([in] BOOL disabled);
544 - (BOOL)disabled;
546 HRESULT disabled([out, retval] BOOL* result);
549 - (void)setDisabled:(BOOL)disabled;
551 HRESULT setDisabled([in] BOOL disabled);
675 - (BOOL)disabled;
677 HRESULT disabled([out, retval] BOOL* result)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 212 * known as opportunistic PMKSA caching for WPA2. This is disabled (0)
228 * SSID, are allowed. This is disabled (0) by default. Enable by
284 * disabled - Whether this network is currently disabled
287 * 1 = this network block is disabled (can be enabled through
290 int disabled; member in struct:wpa_ssid
298 * 0 = disabled (default)
317 * protection (IEEE 802.11w). 0 = disabled, 1 = optional, 2 = required.
  /cts/tests/ProcessTest/NoShareUidApp/
Android.mk 28 LOCAL_PROGUARD_ENABLED := disabled
  /cts/tests/ProcessTest/ShareUidApp/
Android.mk 28 LOCAL_PROGUARD_ENABLED := disabled
  /cts/tests/appsecurity-tests/test-apps/SharedUidInstall/
Android.mk 30 LOCAL_PROGUARD_ENABLED := disabled
  /dalvik/vm/mterp/armv5te/
entry.S 77 cmp r0,#0 @ is profiling disabled?
82 beq 1f @ profiling is disabled
  /development/samples/BrowserPlugin/
Android.mk 27 LOCAL_PROGUARD_ENABLED := disabled

Completed in 756 milliseconds

1 23 4 5 6 7 8 910