HomeSort by relevance Sort by last modified time
    Searched refs:disabled (Results 26 - 50 of 459) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/html/
HTMLDataGridElement.h 45 bool disabled() const;
ResetInputType.cpp 60 if (element()->disabled() || !element()->form())
HTMLDataGridElement.cpp 73 bool HTMLDataGridElement::disabled() const function in class:WebCore::HTMLDataGridElement
78 void HTMLDataGridElement::setDisabled(bool disabled)
80 setAttribute(disabledAttr, disabled ? "" : 0);
DOMFormData.cpp 55 if (!toHTMLElement(element)->disabled())
HTMLStyleElement.h 42 bool disabled() const;
HTMLKeygenElement.idl 36 attribute [Reflect] boolean disabled;
HTMLLinkElement.idl 24 attribute [Reflect] boolean disabled;
  /external/webkit/Source/WebCore/inspector/front-end/
StatusBarButton.js 55 this.disabled = false;
65 get disabled()
70 set disabled(x)
75 this.element.disabled = x;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
options.js 40 multiCalendar.disabled = true;
63 if ($('multiCalendar').disabled) {
68 $('multiCalendar').disabled = false;
  /external/chromium/testing/gtest/test/
gtest_xml_output_unittest.py 57 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" name="AllTests">
58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*">
61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*">
68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*">
80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*">
87 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*">
94 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*">
97 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*">
103 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*">
108 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*"
    [all...]
  /external/gtest/test/
gtest_xml_output_unittest.py 57 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" name="AllTests">
58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*">
61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*">
68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*">
80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*">
87 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*">
94 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*">
97 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*">
103 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*">
108 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*"
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_xml_output_unittest.py 57 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" name="AllTests">
58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*">
61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*">
68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*">
80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*">
87 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*">
94 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*">
97 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*">
103 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*">
108 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*"
    [all...]
  /external/webkit/Source/WebCore/css/
StyleSheet.h 39 bool disabled() const { return m_disabled; } function in class:WebCore::StyleSheet
40 void setDisabled(bool disabled) { m_disabled = disabled; styleSheetChanged(); }
StyleSheet.idl 30 attribute boolean disabled;
  /external/proguard/src/proguard/optimize/
Optimizer.java 860 private String disabled(boolean flag) method in class:Optimizer
870 private String disabled(boolean flag1, boolean flag2) method in class:Optimizer
    [all...]
  /external/protobuf/gtest/test/
gtest_xml_output_unittest.py 57 <testsuites tests="15" failures="4" disabled="2" errors="0" time="*" name="AllTests">
58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*">
61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*">
68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*">
80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*">
87 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*">
94 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*">
97 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*">
103 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*">
112 <testsuites tests="0" failures="0" disabled="0" errors="0" time="*" name="AllTests"
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_handler.cc 491 FundamentalValue disabled(email.empty());
505 disabled, label, allowed);
538 FundamentalValue disabled(enable_metrics_recording_.IsManaged());
541 disabled);
566 FundamentalValue disabled(default_download_location_.IsManaged());
568 "options.AdvancedOptions.SetDownloadLocationPath", value, disabled);
573 FundamentalValue disabled(default_download_location_.IsManaged());
575 "options.AdvancedOptions.SetPromptForDownload", checked, disabled);
582 bool disabled = !(manager && manager->download_prefs()->IsAutoOpenUsed()); local
583 FundamentalValue value(disabled);
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
QtMobileWebStyle.cpp 71 QPixmap QtMobileWebStyle::findChecker(const QRect& rect, bool disabled) const
76 QString key = prefix + QString::number(size) + QLatin1String("-") + (disabled ? QLatin1String("disabled") : QLatin1String("enabled"));
81 drawChecker(&painter, size, disabled ? Qt::lightGray : Qt::darkGray);
118 QPixmap QtMobileWebStyle::findRadio(const QSize& size, bool checked, bool disabled) const
123 + (disabled ? QLatin1String("disabled") : QLatin1String("enabled")) + (checked ? QLatin1String("-checked") : QLatin1String(""));
128 drawRadio(&painter, size, checked, disabled ? Qt::lightGray : Qt::darkGray);
139 const bool disabled = !(option->state & State_Enabled); local
142 if (disabled) {
168 const bool disabled = !(option->state & State_Enabled); local
176 const bool disabled = !(option->state & State_Enabled); local
212 const bool disabled = !(option->state & State_Enabled); local
325 const bool disabled = !(option->state & State_Enabled); local
    [all...]
  /external/openssh/
auth-shadow.c 68 debug3("account expiration disabled");
94 int daysleft, disabled = 0; local
111 /* Test for Trusted Mode expiry disabled */
116 disabled = 1;
122 if (disabled) {
123 debug3("password expiration disabled");
128 debug3("password expiration disabled");
  /external/chromium/chrome/browser/ui/gtk/
back_forward_button_gtk.cc 28 int normal, pushed, hover, disabled, tooltip; local
34 disabled = IDR_FORWARD_D;
41 disabled = IDR_BACK_D;
47 normal, pushed, hover, disabled, stock, GTK_ICON_SIZE_SMALL_TOOLBAR));
  /external/openssl/crypto/mdc2/
mdc2.h 69 #error MDC2 is disabled.
  /packages/apps/Nfc/
Android.mk 23 LOCAL_PROGUARD_ENABLED := disabled
48 LOCAL_PROGUARD_ENABLED := disabled
  /development/samples/XmlAdapters/
Android.mk 11 LOCAL_PROGUARD_ENABLED := disabled
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 41 document.getElementById('email').disabled = false;
42 document.getElementById('passwd').disabled = false;
60 f.accessCode.disabled = true;
83 document.getElementById("sign-in").disabled = false;
99 document.getElementById('email').disabled = true;
100 document.getElementById('passwd').disabled = false;
101 document.getElementById('captcha-value').disabled = false;
115 document.getElementById('access-code').disabled = false;
169 document.getElementById('email').disabled = true;
170 document.getElementById('passwd').disabled = true
    [all...]
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 4 adminsock disabled;

Completed in 712 milliseconds

12 3 4 5 6 7 8 91011>>