Searched refs:BNONE (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebCore/rendering/style/
H A DBorderValue.h37 , m_style(BNONE)
49 return width != 0 && (!checkStyle || m_style != BNONE);
H A DBorderData.h69 if (!image.hasImage() && (left.style() == BNONE || left.style() == BHIDDEN))
76 if (!image.hasImage() && (right.style() == BNONE || right.style() == BHIDDEN))
83 if (!image.hasImage() && (top.style() == BNONE || top.style() == BHIDDEN))
90 if (!image.hasImage() && (bottom.style() == BNONE || bottom.style() == BHIDDEN))
H A DStyleMultiColData.h51 if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN)
H A DRenderStyle.cpp408 ((borderTopStyle() == BHIDDEN && other->borderTopStyle() == BNONE) ||
409 (borderTopStyle() == BNONE && other->borderTopStyle() == BHIDDEN) ||
410 (borderBottomStyle() == BHIDDEN && other->borderBottomStyle() == BNONE) ||
411 (borderBottomStyle() == BNONE && other->borderBottomStyle() == BHIDDEN) ||
412 (borderLeftStyle() == BHIDDEN && other->borderLeftStyle() == BNONE) ||
413 (borderLeftStyle() == BNONE && other->borderLeftStyle() == BHIDDEN) ||
414 (borderRightStyle() == BHIDDEN && other->borderRightStyle() == BNONE) ||
415 (borderRightStyle() == BNONE && other->borderRightStyle() == BHIDDEN)))
H A DRenderStyleConstants.h83 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, RIDGE, OUTSET, DOTTED, DASHED, SOLID, DOUBLE }; enumerator in enum:WebCore::EBorderStyle
H A DRenderStyle.h415 if (background->m_outline.style() == BNONE)
602 if (background->m_outline.style() == BNONE)
1114 static EBorderStyle initialBorderStyle() { return BNONE; }
/external/webkit/WebCore/rendering/
H A DRenderTableCell.cpp301 if (border2.style() == BNONE)
303 if (border1.style() == BNONE)
H A DRenderTreeAsText.cpp91 case BNONE:
H A DRenderObject.cpp719 case BNONE:
913 case BNONE:
1025 if (style->outlineStyleIsAuto() || style->outlineStyle() == BNONE)
H A DRenderInline.cpp989 if (style()->outlineStyleIsAuto() || style()->outlineStyle() == BNONE)
/external/webkit/WebCore/css/
H A DCSSPrimitiveValueMappings.h49 case BNONE:

Completed in 63 milliseconds