HomeSort by relevance Sort by last modified time
    Searched refs:disabled (Results 126 - 150 of 251) sorted by null

1 2 3 4 56 7 8 91011

  /external/webkit/WebCore/platform/gtk/
gtkdrawing.h 62 guint8 disabled; member in struct:__anon8073
gtk2drawing.c 719 if (state->disabled)
786 if (state->focused && !state->disabled)
    [all...]
  /external/webkit/WebKit/chromium/src/
WebSearchableFormData.cpp 159 if (formElement->disabled() || formElement->name().isNull())
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 191 TextView disabled; field in class:ManageApplications.AppViewHolder
441 holder.disabled = (TextView) convertView.findViewById(R.id.app_disabled);
466 holder.disabled.setVisibility(entry.info.enabled ? View.GONE : View.VISIBLE);
468 holder.disabled.setVisibility(View.GONE);
    [all...]
  /external/webkit/WebKit/win/
DOMHTMLClasses.cpp 716 HRESULT STDMETHODCALLTYPE DOMHTMLSelectElement::disabled( function in class:DOMHTMLSelectElement
724 /* [in] */ BOOL /*disabled*/)
877 HRESULT STDMETHODCALLTYPE DOMHTMLOptionElement::disabled( function in class:DOMHTMLOptionElement
885 /* [in] */ BOOL /*disabled*/)
1075 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::disabled( function in class:DOMHTMLInputElement
1080 *result = inputElement->disabled() ? TRUE : FALSE;
1085 /* [in] */ BOOL /*disabled*/)
1469 HRESULT STDMETHODCALLTYPE DOMHTMLTextAreaElement::disabled( function in class:DOMHTMLTextAreaElement
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h 411 @property BOOL disabled; variable
606 @property BOOL disabled; variable
652 @property BOOL disabled; variable
720 @property BOOL disabled; variable
729 @property BOOL disabled; variable
781 @property BOOL disabled; variable
795 @property BOOL disabled; variable
885 @property BOOL disabled; variable
995 @property BOOL disabled; variable
    [all...]
  /external/webkit/WebCore/css/
CSSSelector.cpp 81 DEFINE_STATIC_LOCAL(AtomicString, disabled, ("disabled"));
186 else if (m_value == disabled)
  /external/webkit/WebCore/inspector/front-end/
SourceFrame.js 87 breakpoint.addEventListener("disabled", this._breakpointChanged, this);
97 breakpoint.removeEventListener("disabled", null, this);
272 this._textViewer.removeDecoration(lineNumber, "webkit-breakpoint-disabled");
274 this._textViewer.addDecoration(lineNumber, "webkit-breakpoint-disabled");
378 this._textViewer.addDecoration(lineNumber, "webkit-breakpoint-disabled");
390 this._textViewer.removeDecoration(lineNumber, "webkit-breakpoint-disabled");
585 function drawBreakpoint(ctx, disabled, conditional)
605 if (!disabled)
628 var ctx = document.getCSSCanvasContext("2d", "breakpoint-disabled", 26, 11);
632 var ctx = document.getCSSCanvasContext("2d", "breakpoint-disabled-program-counter", 26, 11)
    [all...]
  /external/webkit/WebCore/rendering/
RenderTextControl.cpp 54 // This also means that black on black will turn into grey on black when disabled.
61 // If there's not very much contrast between the disabled color and the background color,
135 bool disabled = updateUserModifyProperty(node(), textBlockStyle); local
136 if (disabled)
  /build/core/
package.mk 145 ifeq ($(LOCAL_PROGUARD_ENABLED),disabled)
  /external/libvpx/
configure 46 Codecs can be selectively enabled or disabled individually, or by family:
308 # If the codec family is disabled, disable all components of that family.
312 disabled ${c%%_*} && disable ${c}
316 # Enable all detected codecs, if they haven't been disabled
  /external/openssl/crypto/rsa/
rsa.h 74 #error RSA is disabled.
  /external/openssl/include/openssl/
rsa.h 74 #error RSA is disabled.
ec.h 82 #error EC is disabled.
    [all...]
engine.h 70 #error ENGINE is disabled.
    [all...]
  /external/webkit/WebCore/html/
HTMLCollection.cpp 161 if (!option->disabled() && !option->value().isEmpty())
HTMLFormControlElement.cpp 137 // if input type hidden ignore autofocus. So if disabled or readonly.
266 return !disabled();
275 // will cover the disabled case.
  /external/wpa_supplicant_6/wpa_supplicant/
events.c 53 if (ssid->disabled) {
54 wpa_printf(MSG_DEBUG, "Selected network is disabled");
431 if (ssid->disabled) {
432 wpa_printf(MSG_DEBUG, " skip - disabled");
521 if (ssid->disabled) {
522 wpa_printf(MSG_DEBUG, " skip - disabled");
  /frameworks/base/services/audioflinger/
AudioMixer.cpp 334 // recompute which tracks are enabled / disabled
336 uint32_t disabled = 0; local
342 (t.enabled ? enabled : disabled) |= mask;
344 state->enabledTracks &= ~disabled;
    [all...]
  /bionic/libc/kernel/common/linux/
wireless.h 293 __u8 disabled; member in struct:iw_param
  /development/apps/Development/src/com/android/development/
PackageSummary.java 75 mDisabled = findViewById(R.id.disabled);
176 // If an activity is disabled then the ActivityInfo will be null
  /development/ndk/platforms/android-3/include/linux/
wireless.h 293 __u8 disabled; member in struct:iw_param
  /external/kernel-headers/original/linux/
wireless.h 468 #define IW_ENCODE_DISABLED 0x8000 /* Encoding disabled */
635 __u8 disabled; /* Disable the feature */ member in struct:iw_param
    [all...]
  /external/openssl/crypto/ec/
ec.h 82 #error EC is disabled.
    [all...]
  /external/openssl/crypto/engine/
engine.h 70 #error ENGINE is disabled.
    [all...]

Completed in 821 milliseconds

1 2 3 4 56 7 8 91011