Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/shadow/
DProgressShadowElement.cpp58 …return progressRenderer && !progressRenderer->style()->hasAppearance() && HTMLDivElement::renderer… in rendererIsNeeded()
DSliderThumbElement.cpp83 if (style()->hasAppearance()) { in layout()
/external/webkit/Source/WebCore/rendering/
DRenderProgress.cpp88 bool animating = style()->hasAppearance() && m_animationDuration > 0; in updateAnimationState()
DRenderSlider.cpp139 if (thumb->style()->hasAppearance()) { in layout()
DRenderReplaced.cpp406 if (style()->hasAppearance()) in clippedOverflowRectForRepaint()
DRenderTheme.cpp92 if (!style->hasAppearance()) in adjustStyle()
688 …return (style->hasAppearance() && style->appearance() != TextFieldPart && style->appearance() != T… in supportsFocusRing()
DRenderBox.cpp839 …bool themePainted = style()->hasAppearance() && !theme()->paint(this, paintInfo, IntRect(tx, ty, w… in paintBoxDecorationsWithSize()
853 if (style()->hasAppearance()) in paintBoxDecorationsWithSize()
859 …if ((!style()->hasAppearance() || (!themePainted && theme()->paintBorderOnly(this, paintInfo, IntR… in paintBoxDecorationsWithSize()
1383 if (style()->hasAppearance()) in clippedOverflowRectForRepaint()
DRenderLayerBacking.cpp725 …Border() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearance() || style->bo… in hasBorderOutlineOrShadow()
DRenderBoxModelObject.cpp373 …setHasBoxDecorations(hasBackground() || style()->hasBorder() || style()->hasAppearance() || style(… in updateBoxModelInfoFromStyle()
DRenderBlock.cpp5204 if (style()->hasAppearance() && !theme()->isControlContainer(style()->appearance())) in baselinePosition()
/external/webkit/Source/WebCore/html/
DHTMLFormControlElement.cpp100 if (renderer() && renderer()->style()->hasAppearance()) in parseMappedAttribute()
108 if (renderer() && renderer()->style()->hasAppearance()) in parseMappedAttribute()
DHTMLInputElement.cpp153 if (renderer() && renderer()->style()->hasAppearance()) in updateCheckedRadioButtons()
817 if (renderer() && renderer()->style()->hasAppearance()) in setIndeterminate()
/external/webkit/Source/WebCore/dom/
DContainerNode.cpp976 if (renderer() && renderer()->style()->hasAppearance()) { in setActive()
1018 if (renderer() && renderer()->style()->hasAppearance()) in setHovered()
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.cpp718 if (!style || !style->hasAppearance()) in supportsFocusRing()
/external/webkit/Source/WebCore/editing/
DSelectionController.cpp1517 if (renderer && renderer->style()->hasAppearance()) in focusedOrActiveStateChanged()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h351 bool hasAppearance() const { return appearance() != NoControlPart; } in hasAppearance() function
/external/webkit/Source/WebCore/accessibility/
DAccessibilityRenderObject.cpp1438 if (obj->style()->hasAppearance()) in boundingBoxRect()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1961 if (style->hasAppearance()) in adjustRenderStyle()
1995 m_hasUAAppearance = m_style->hasAppearance(); in cacheBorderAndBackground()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-237788 (khtml::RenderStyle::hasAppearance):
DChangeLog-2009-06-1677645 (WebCore::InheritedFlags::hasAppearance):