Home
last modified time | relevance | path

Searched refs:BNONE (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DBorderData.h65 if (!m_image.hasImage() && (m_left.style() == BNONE || m_left.style() == BHIDDEN)) in borderLeftWidth()
72 if (!m_image.hasImage() && (m_right.style() == BNONE || m_right.style() == BHIDDEN)) in borderRightWidth()
79 if (!m_image.hasImage() && (m_top.style() == BNONE || m_top.style() == BHIDDEN)) in borderTopWidth()
86 if (!m_image.hasImage() && (m_bottom.style() == BNONE || m_bottom.style() == BHIDDEN)) in borderBottomWidth()
DBorderValue.h38 , m_style(BNONE) in BorderValue()
44 return width() && (!checkStyle || m_style != BNONE);
DStyleMultiColData.h51 if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN) in ruleWidth()
DRenderStyle.cpp441 && ((borderTopStyle() == BHIDDEN && other->borderTopStyle() == BNONE) in diff()
442 || (borderTopStyle() == BNONE && other->borderTopStyle() == BHIDDEN) in diff()
443 || (borderBottomStyle() == BHIDDEN && other->borderBottomStyle() == BNONE) in diff()
444 || (borderBottomStyle() == BNONE && other->borderBottomStyle() == BHIDDEN) in diff()
445 || (borderLeftStyle() == BHIDDEN && other->borderLeftStyle() == BNONE) in diff()
446 || (borderLeftStyle() == BNONE && other->borderLeftStyle() == BHIDDEN) in diff()
447 || (borderRightStyle() == BHIDDEN && other->borderRightStyle() == BNONE) in diff()
448 || (borderRightStyle() == BNONE && other->borderRightStyle() == BHIDDEN))) in diff()
1099 borderStyle = BNONE; in borderStyleForColorProperty()
DRenderStyleConstants.h85 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, RIDGE, OUTSET, DOTTED, DASHED, SOLID, DOUBLE }; enumerator
DRenderStyle.h450 if (m_background->outline().style() == BNONE) in outlineWidth()
649 if (m_background->outline().style() == BNONE) in outlineOffset()
1221 static EBorderStyle initialBorderStyle() { return BNONE; } in initialBorderStyle()
/external/webkit/Source/WebCore/rendering/
DRenderTableCell.cpp371 if (border2.style() == BNONE) { in compareBorders()
372 if (border1.style() == BNONE) in compareBorders()
376 if (border1.style() == BNONE) in compareBorders()
DRenderObject.cpp719 case BNONE: in drawLineForBoxSide()
936 case BNONE: in drawArcForBoxSide()
1053 if (styleToUse->outlineStyleIsAuto() || styleToUse->outlineStyle() == BNONE) in paintOutline()
DRenderTreeAsText.cpp136 case BNONE: in printBorderStyle()
DRenderInline.cpp1390 if (styleToUse->outlineStyleIsAuto() || styleToUse->outlineStyle() == BNONE) in paintOutline()
DRenderBoxModelObject.cpp1459 case BNONE: in drawBoxSideFromPath()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h54 case BNONE: in CSSPrimitiveValue()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2349564 … (khtml::RenderStyle::borderLeftWidth): BHIDDEN also should be treated like BNONE when it comes