Searched refs:hasOutline (Results 1 - 8 of 8) sorted by last modified time

/external/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.cpp963 if (renderer()->style()->visibility() == VISIBLE && renderer()->hasOutline() && !isRootInlineBox()) {
H A DRenderBlock.cpp2554 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE)
2560 if (inlineCont && inlineCont->hasOutline() && inlineCont->style()->visibility() == VISIBLE) {
H A DRenderInline.cpp60 if (parent() && style()->visibility() == VISIBLE && hasOutline()) {
150 bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || style()->hasPadding() || style()->hasMargin() || style()->hasOutline();
1379 if (!hasOutline())
H A DRenderLayerBacking.cpp725 return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearance() || style->boxShadow();
H A DRenderObject.cpp1035 if (!hasOutline())
H A DRenderObject.h473 bool hasOutline() const { return style()->hasOutline() || hasOutlineAnnotation(); } function in class:WebCore::RenderObject
H A DRenderTable.cpp591 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE)
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h454 bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; } function in class:WebCore::RenderStyle

Completed in 1394 milliseconds