Home
last modified time | relevance | path

Searched refs:hasAppearance (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DCachedUAStyle.h36 : hasAppearance(false) in CachedUAStyle()
41 : hasAppearance(style->hasAppearance()) in CachedUAStyle()
47 if (!hasAppearance) in CachedUAStyle()
54 bool hasAppearance; variable
DRenderStyle.h393 bool hasAppearance() const { return appearance() != NoControlPart; } in hasAppearance() function
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DProgressShadowElement.cpp56 …return progressRenderer && !progressRenderer->style()->hasAppearance() && HTMLDivElement::renderer… in rendererIsNeeded()
75 …return progressRenderer && !progressRenderer->style()->hasAppearance() && HTMLDivElement::renderer… in rendererIsNeeded()
DSliderThumbElement.cpp92 if (style()->hasAppearance()) in updateAppearance()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderProgress.cpp84 bool animating = style()->hasAppearance() && m_animationDuration > 0; in updateAnimationState()
DRenderTheme.cpp109 if (uaStyle.hasAppearance && isControlStyled(style, uaStyle)) { in adjustStyle()
117 if (!style->hasAppearance()) in adjustStyle()
681 if (!renderer->style()->hasAppearance()) in shouldDrawDefaultFocusRing()
695 …return (style->hasAppearance() && style->appearance() != TextFieldPart && style->appearance() != T… in supportsFocusRing()
DRenderRegion.cpp598 || object->style()->hasAppearance() in setObjectStyleInRegion()
DRenderBox.cpp1254 if (!style->hasAppearance() && borderObscuresBackground() && backgroundHasOpaqueTopLayer()) in determineBackgroundBleedAvoidance()
1301 …bool themePainted = style()->hasAppearance() && !RenderTheme::theme().paint(this, paintInfo, snapp… in paintBackgroundWithBorderAndBoxShadow()
1308 if (style()->hasAppearance()) in paintBackgroundWithBorderAndBoxShadow()
1314 …if (bleedAvoidance != BackgroundBleedBackgroundOverBorder && (!style()->hasAppearance() || (!theme… in paintBackgroundWithBorderAndBoxShadow()
1359 if (style()->hasAppearance()) in backgroundIsKnownToBeOpaqueInRect()
DRenderBoxModelObject.cpp178 …setHasBoxDecorations(hasBackground() || styleToUse->hasBorder() || styleToUse->hasAppearance() || … in updateFromStyle()
2423 if (style()->hasAppearance()) in boxShadowShouldBeAppliedToBackground()
DCompositedLayerMapping.cpp119 …Border() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearance() || style->bo… in hasBoxDecorations()
DRenderBlock.cpp1617 if (!style()->hasAppearance()) in addVisualOverflowFromTheme()
4532 … if (style()->hasAppearance() && !RenderTheme::theme().isControlContainer(style()->appearance())) in baselinePosition()
DRenderThemeChromiumMac.mm757 bool useNSTextFieldCell = o->style()->hasAppearance()
DRenderLayer.cpp3831 …Border() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearance() || style->bo… in hasBoxDecorations()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormControlElement.cpp147 if (renderer() && renderer()->style()->hasAppearance()) in parseAttribute()
167 if (renderer() && renderer()->style()->hasAppearance()) in disabledAttributeChanged()
DHTMLProgressElement.cpp62 if (!style->hasAppearance() || hasAuthorShadowRoot()) in createRenderer()
DHTMLOptionElement.cpp187 if (renderer() && renderer()->style()->hasAppearance()) in parseAttribute()
DHTMLInputElement.cpp870 if (renderer() && renderer()->style()->hasAppearance()) in setChecked()
905 if (renderer() && renderer()->style()->hasAppearance()) in setIndeterminate()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchedPropertiesCache.cpp143 if (style->hasAppearance()) in isCacheable()
DStyleAdjuster.cpp348 if (style->hasAppearance()) in adjustRenderStyle()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.cpp807 if (renderer() && renderer()->style()->hasAppearance()) in focusStateChanged()
835 if (renderStyle()->hasAppearance()) in setActive()
857 if (renderer() && renderer()->style()->hasAppearance()) in setHovered()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObject.cpp478 if (obj->style()->hasAppearance()) in boundingBoxForQuads()