Searched
full:disabled (Results
376 -
400 of
3983) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebCore/css/ |
wml.css | 153 do:disabled, select:disabled, optgroup:disabled, option:disabled { 161 do:active:disabled {
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/ |
queue.js | 57 $('add-to-rebaseline-queue').disabled = state != STATE_NEEDS_REBASELINE; 61 this._rebaselineButtonNode.disabled = true; 66 this._rebaselineButtonNode.disabled = true; 70 this._rebaselineButtonNode.disabled = false; 75 this._removeSelectionButtonNode.disabled =
|
/frameworks/av/media/libeffects/testlibs/ |
AudioShelvingFilter.h | 69 // This value will be remembered even if the filter is in disabled() state. 78 // This value will be remembered even if the filter is in disabled() state. 86 // If the filter is disabled, the new parameters will take place when it is 89 // disabled). 106 // Disabled (bypasses) the filter. Does not introduce artifacts, unless
|
/external/chromium/base/ |
compiler_specific.h | 28 // MSVC_PUSH_DISABLE_WARNING pushes |n| onto a stack of warnings to be disabled. 29 // The warning remains disabled until popped by MSVC_POP_WARNING. 46 // having the warning be disabled for more than just |code|.
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
accounts_options.js | 66 $('userList').disabled = 67 $('userNameEdit').disabled = !AccountsOptions.currentUserIsOwner() || 92 // Whitelist existing users when guest login is being disabled.
|
/external/chromium/chrome/browser/resources/ |
safe_browsing_multiple_threat_block.html | 82 form.continue_button.disabled = !form.continue_button.disabled; 135 <input type="button" name="continue_button" i18n-values="value:continue_button" disabled="true" onclick="proceed();"><br>
|
/external/openssh/ |
README.privsep | 12 compression must be disabled in order for privilege separation to 39 Compression will be disabled on systems without a working mmap MAP_ANON. 45 part of privsep is supported. Post-authentication privsep is disabled
|
/external/valgrind/main/memcheck/tests/ |
err_disable4.c | 8 were vacated by threads with error reporting disabled. There 10 disabled. 72 "w/ errs disabled ------\n\n",
|
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
regulatoryDomain.h | 83 /* 802.11h enabled or disabled */ 85 /* 802.11d enabled or disabled */ 103 /* External TX Power Control in DBM/10, valid only when 802.11h is disabled */
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
command.js | 86 * element. If the command is {@code disabled} this does nothing. 89 if (this.disabled) 163 * Whether the command is disabled or not. 166 cr.defineProperty(Command, 'disabled', cr.PropertyKind.BOOL_ATTR); 188 command.disabled = !e.canExecute; 247 if (!command.disabled && command.matchesEvent(e)) {
|
/external/chromium-trace/src/shared/js/cr/ui/ |
command.js | 86 * element. If the command is {@code disabled} this does nothing. 89 if (this.disabled) 163 * Whether the command is disabled or not. 166 cr.defineProperty(Command, 'disabled', cr.PropertyKind.BOOL_ATTR); 188 command.disabled = !e.canExecute; 247 if (!command.disabled && command.matchesEvent(e)) {
|
/sdk/manifmerger/.settings/ |
org.eclipse.jdt.core.prefs | 16 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
22 org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
50 org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
52 org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
72 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
73 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
|
/external/chromium/chrome/browser/ |
command_updater_unittest.cc | 50 // Supported, disabled command 55 // the command_updater is disabled
|
plugin_updater.h | 79 // Force plugins to be enabled or disabled due to policy. 81 // policy-disabled plugins, |exceptions_list| the policy-allowed plugins,
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
debugger-fake-workers.html | 31 startButton.disabled = true; 76 startButton.disabled = false;
|
/external/chromium/chrome/browser/extensions/ |
extension_accessibility_api.h | 36 // Accessibility support is disabled until an extension expicitly enables 40 // is enabled or disabled.
|
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_host.h | 66 // This pointer may be NULL if client-side phishing detection is disabled. 68 // This pointer may be NULL if SafeBrowsing is disabled.
|
/external/chromium/chrome/browser/ui/cocoa/ |
bug_report_window_controller_unittest.mm | 22 // See http://crbug.com/29019 for why it's disabled. 57 // See http://crbug.com/29019 for why it's disabled.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/ |
options.html | 89 saveButton.disabled = false; 93 saveButton.disabled = true;
|
/external/chromium-trace/src/shared/css/ |
list.css | 54 list:not([disabled]) > :hover, 55 grid:not([disabled]) > :hover {
|
/external/clang/include/clang/Basic/ |
DiagnosticSerializationKinds.td | 29 def err_pch_langopt_mismatch : Error<"%0 was %select{disabled|enabled}1 in " 30 "PCH file but is currently %select{disabled|enabled}2">;
|
/external/kernel-headers/original/asm-generic/ |
local.h | 36 /* Non-atomic variants, ie. preemption disabled and won't be touched 54 /* Non-atomic increments, ie. preemption disabled and won't be touched
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLCollection01.html | 70 <SELECT NAME="select3" DISABLED="disabled" TABINDEX="1">
|
HTMLCollection02.html | 70 <SELECT NAME="select3" DISABLED="disabled" TABINDEX="1">
|
HTMLCollection03.html | 70 <SELECT NAME="select3" DISABLED="disabled" TABINDEX="1">
|
Completed in 758 milliseconds
<<11121314151617181920>>