Searched defs:disabled (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider.h44 // be disabled.
46 static void set_disabled(bool disabled) { disabled_ = disabled; } argument
85 // This provider is disabled when true.
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
H A DMacro.h29 Macro() : predefined(false), disabled(false), type(kTypeObj) { }
33 mutable bool disabled; member in struct:pp::Macro
/external/openssh/
H A Dauth-shadow.c68 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_org/third_party/WebKit/Source/core/css/
H A DCSSPropertySourceData.cpp62 CSSPropertySourceData::CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool parsedOk, const SourceRange& range) argument
66 , disabled(disabled)
76 , disabled(other.disabled)
86 , disabled(false)
99 if (disabled)
107 if (disabled)
H A DCSSPropertySourceData.h55 CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool parsedOk, const SourceRange& range);
65 bool disabled; member in struct:WebCore::CSSPropertySourceData
H A DCSSStyleSheet.cpp172 void CSSStyleSheet::setDisabled(bool disabled) argument
174 if (disabled == m_isDisabled)
176 m_isDisabled = disabled;
/external/chromium/chrome/browser/ui/gtk/
H A Dback_forward_button_gtk.cc28 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/chromium_org/chrome/browser/plugins/
H A Dplugin_prefs_unittest.cc64 const std::set<string16>& disabled,
68 disabled, disabled_exceptions, enabled);
63 SetPolicyEnforcedPluginPatterns( const std::set<string16>& disabled, const std::set<string16>& disabled_exceptions, const std::set<string16>& enabled) argument
/external/chromium_org/chrome/browser/ui/gtk/
H A Dback_forward_button_gtk.cc31 int normal, pushed, hover, disabled, tooltip; local
37 disabled = IDR_FORWARD_D;
44 disabled = IDR_BACK_D;
50 normal, pushed, hover, disabled, stock, GTK_ICON_SIZE_SMALL_TOOLBAR));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_shader.h90 uint8_t disabled; member in struct:rbug_proto_shader_info_reply
127 uint8_t disabled,
H A Drbug_shader.c256 uint8_t disabled,
268 LEN(1); /* disabled */
282 WRITE(1, uint8_t, disabled); /* disabled */
465 READ(1, uint8_t, disabled); /* disabled */
250 rbug_send_shader_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t *original, uint32_t original_len, uint32_t *replaced, uint32_t replaced_len, uint8_t disabled, uint32_t *__serial) argument
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_shader.h90 uint8_t disabled; member in struct:rbug_proto_shader_info_reply
127 uint8_t disabled,
H A Drbug_shader.c256 uint8_t disabled,
268 LEN(1); /* disabled */
282 WRITE(1, uint8_t, disabled); /* disabled */
465 READ(1, uint8_t, disabled); /* disabled */
250 rbug_send_shader_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t *original, uint32_t original_len, uint32_t *replaced, uint32_t replaced_len, uint8_t disabled, uint32_t *__serial) argument
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGStyleElement.cpp51 bool SVGStyleElement::disabled() const function in class:WebCore::SVGStyleElement
56 return m_sheet->disabled();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_objects.h67 boolean disabled; member in struct:rbug_shader
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_objects.h67 boolean disabled; member in struct:rbug_shader
/external/proguard/src/proguard/optimize/
H A DOptimizer.java799 System.out.println(" Number of finalized classes: " + classMarkingFinalCount + disabled(classMarkingFinal));
800 System.out.println(" Number of vertically merged classes: " + classMergingVerticalCount + disabled(classMergingVertical));
801 System.out.println(" Number of horizontally merged classes: " + classMergingHorizontalCount + disabled(classMergingHorizontal));
802 System.out.println(" Number of removed write-only fields: " + fieldRemovalWriteonlyCount + disabled(fieldRemovalWriteonly));
803 System.out.println(" Number of privatized fields: " + fieldMarkingPrivateCount + disabled(fieldMarkingPrivate));
804 System.out.println(" Number of inlined constant fields: " + fieldPropagationValueCount + disabled(fieldPropagationValue));
805 System.out.println(" Number of privatized methods: " + methodMarkingPrivateCount + disabled(methodMarkingPrivate));
806 System.out.println(" Number of staticized methods: " + methodMarkingStaticCount + disabled(methodMarkingStatic));
807 System.out.println(" Number of finalized methods: " + methodMarkingFinalCount + disabled(methodMarkingFinal));
808 System.out.println(" Number of removed method parameters: " + methodRemovalParameterCount + disabled(methodRemovalParamete
860 private String disabled(boolean flag) method in class:Optimizer
870 private String disabled(boolean flag1, boolean flag2) method in class:Optimizer
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dimmersive_mode_controller_ash_unittest.cc104 // immersive mode controller's animations are disabled, some behavior is
110 void SetAnimationsDisabled(bool disabled) { argument
111 controller_->animations_disabled_for_test_ = disabled;
113 if (disabled)
558 // while immersive mode is disabled is properly registered.
568 // disabled because the code path is different.
715 // disabled are handled upon reenabling immersive fullscreen.
725 // 5) Test that a bubble added while immersive fullscreen is disabled is
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLStyleElement.cpp284 bool HTMLStyleElement::disabled() const function in class:WebCore::HTMLStyleElement
289 return m_sheet->disabled();
H A DHTMLLinkElement.cpp523 void LinkStyle::setDisabledState(bool disabled) argument
526 m_disabledState = disabled ? Disabled : EnabledViaScript;
528 // If we change the disabled state while the sheet is still loading, then we have to
531 // Check #1: The sheet becomes disabled while loading.
540 // after it was disabled via script. It takes really terrible code to make this
552 m_sheet->setDisabled(disabled);
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh213 disabled(){ function
220 if ! disabled $var; then
487 if ! disabled logging ; then
508 elif [ $action = "disable" ] && ! disabled $option ; then
1086 enabled optimizations && disabled gprof && check_add_cflags -fomit-frame-pointer
1114 if enabled gcc && ! disabled sse4_1 && ! check_cflags -msse4; then
1120 if enabled gcc && ! disabled avx && ! check_cflags -mavx; then
1126 if enabled gcc && ! disabled avx2 && ! check_cflags -mavx2; then
/external/chromium/chrome/browser/ui/webui/options/
H A Dadvanced_options_handler.cc491 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/chromium_org/chrome/browser/extensions/
H A Dtab_helper.cc312 const ExtensionSet* disabled = extension_service->disabled_extensions(); local
317 else if (disabled->GetHostedAppByURL(requestor_url))
/external/chromium_org/content/browser/gpu/
H A Dgpu_internals_ui.cc40 bool disabled; member in struct:content::__anon7631::GpuFeatureInfo
219 "Accelerated 2D canvas is unavailable: either disabled at the command"
228 "Accelerated compositing has been disabled, either via about:flags or"
239 "Accelerated layers have been disabled at the command line.",
250 "Accelerated CSS animation has been disabled at the command line.",
257 "WebGL has been disabled, either via about:flags or command line.",
264 "Multisampling has been disabled, either via about:flags or command"
272 "Using 3d in flash has been disabled, either via about:flags or"
280 "Using Stage3d in Flash has been disabled, either via about:flags or"
290 "Using Stage3d Baseline profile in Flash has been disabled, eithe
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DJavaScriptSourceFrame.js347 var disabled = !enabled || mutedWhileEditing; variable
348 this.textEditor.addBreakpoint(lineNumber, disabled, !!condition);

Completed in 758 milliseconds

123