/frameworks/base/docs/html/tools/sdk/ |
download.jd | 8 document.getElementById('download-button').disabled = 22 document.getElementById('checkbox').disabled=true; 23 document.getElementById('download-button').disabled=true; 48 <input type="submit" value="Download" id="download-button" disabled="disabled"
|
/external/chromium/chrome/browser/resources/options/ |
sync_setup_overlay.js | 115 $('passphrase-ok').disabled = true; 116 $('passphrase-cancel').disabled = true; 164 checkboxes[i].disabled = !enabled; 165 if (checkboxes[i].disabled) { 180 // checked. (If all data type checkboxes are disabled, it's because "keep 187 if (!checkboxes[i].disabled && 206 if (this.getRadioCheckedValue_() != "explicit" || f.option[0].disabled) 226 $('passphrase-ok').disabled = false; 227 $('passphrase-cancel').disabled = false; 281 configureElements[i].disabled = true [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/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");
|
/frameworks/base/core/java/android/webkit/ |
UrlInterceptRegistry.java | 48 * set the flag to control whether url intercept is enabled or disabled 50 * @param disabled true to disable the cache 57 public static synchronized void setUrlInterceptDisabled(boolean disabled) { 58 mDisabled = disabled; 62 * get the state of the url intercept, enabled or disabled 64 * @return return if it is disabled 143 * intercepts are disabled.
|
/external/chromium/chrome/browser/sync/ |
profile_sync_factory_impl.cc | 91 // disabled. 98 // disabled. 105 // disabled. 112 // disabled. 119 // disabled. 126 // disabled. 132 // Theme sync is enabled by default. Register unless explicitly disabled. 138 // TypedUrl sync is disabled by default. Register only if 145 // Session sync is disabled by default. Register only if explicitly
|
/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_throw_on_failure_test_.cc | 32 // Tests Google Test's throw-on-failure mode with exceptions disabled. 34 // This program must be compiled with exceptions disabled. It will be 49 // In the throw-on-failure mode with exceptions disabled, this
|
/external/gtest/test/ |
gtest_throw_on_failure_test_.cc | 32 // Tests Google Test's throw-on-failure mode with exceptions disabled. 34 // This program must be compiled with exceptions disabled. It will be 49 // In the throw-on-failure mode with exceptions disabled, this
|
/external/protobuf/gtest/test/ |
gtest_throw_on_failure_test_.cc | 32 // Tests Google Test's throw-on-failure mode with exceptions disabled. 34 // This program must be compiled with exceptions disabled. It will be 49 // In the throw-on-failure mode with exceptions disabled, this
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLButtonElement04.js | 78 The disabled attribute specifies whether the control is unavailable 81 Retrieve the disabled attribute and examine its value. 103 vdisabled = testNode.disabled;
|
HTMLInputElement09.js | 78 The disabled attribute has a TRUE value if it is explicitly set. 80 Retrieve the disabled attribute of the 7th INPUT element and examine 103 vdisabled = testNode.disabled;
|
HTMLOptGroupElement01.js | 78 The disabled attribute indicates that the control is unavailable in 81 Retrieve the disabled attribute and examine its value. 103 vdisabled = testNode.disabled;
|
HTMLOptionElement06.js | 78 The disabled attribute indicates that this control is not available 81 Retrieve the disabled attribute from the last OPTION element 104 vdisabled = testNode.disabled;
|
HTMLSelectElement09.js | 78 The disabled attribute indicates that this control is not available 81 Retrieve the disabled attribute from the third SELECT element 104 vdisabled = testNode.disabled;
|
HTMLStyleElement01.js | 78 The disabled attribute enables/disables the stylesheet. 80 Retrieve the disabled attribute and examine its value. 102 vdisabled = testNode.disabled;
|
HTMLTextAreaElement06.js | 78 The disabled attribute specifies the control is unavailable in this 81 Retrieve the disabled attribute from the 2nd TEXTAREA element and 104 vdisabled = testNode.disabled;
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLButtonElement04.js | 78 The disabled attribute specifies whether the control is unavailable 81 Retrieve the disabled attribute and examine its value. 103 vdisabled = testNode.disabled;
|
HTMLInputElement09.js | 78 The disabled attribute has a TRUE value if it is explicitly set. 80 Retrieve the disabled attribute of the 7th INPUT element and examine 103 vdisabled = testNode.disabled;
|
HTMLOptGroupElement01.js | 78 The disabled attribute indicates that the control is unavailable in 81 Retrieve the disabled attribute and examine its value. 103 vdisabled = testNode.disabled;
|
HTMLOptionElement06.js | 78 The disabled attribute indicates that this control is not available 81 Retrieve the disabled attribute from the last OPTION element 104 vdisabled = testNode.disabled;
|
HTMLSelectElement09.js | 78 The disabled attribute indicates that this control is not available 81 Retrieve the disabled attribute from the third SELECT element 104 vdisabled = testNode.disabled;
|
HTMLStyleElement01.js | 78 The disabled attribute enables/disables the stylesheet. 80 Retrieve the disabled attribute and examine its value. 102 vdisabled = testNode.disabled;
|
HTMLTextAreaElement06.js | 78 The disabled attribute specifies the control is unavailable in this 81 Retrieve the disabled attribute from the 2nd TEXTAREA element and 104 vdisabled = testNode.disabled;
|
/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(); }
|