Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/style/
DBorderData.h69 if (!image.hasImage() && (left.style() == BNONE || left.style() == BHIDDEN)) in borderLeftWidth()
76 if (!image.hasImage() && (right.style() == BNONE || right.style() == BHIDDEN)) in borderRightWidth()
83 if (!image.hasImage() && (top.style() == BNONE || top.style() == BHIDDEN)) in borderTopWidth()
90 if (!image.hasImage() && (bottom.style() == BNONE || bottom.style() == BHIDDEN)) in borderBottomWidth()
DBorderValue.h37 , m_style(BNONE) in BorderValue()
49 return width != 0 && (!checkStyle || m_style != BNONE);
DRenderStyle.cpp408 ((borderTopStyle() == BHIDDEN && other->borderTopStyle() == BNONE) || in diff()
409 (borderTopStyle() == BNONE && other->borderTopStyle() == BHIDDEN) || in diff()
410 (borderBottomStyle() == BHIDDEN && other->borderBottomStyle() == BNONE) || in diff()
411 (borderBottomStyle() == BNONE && other->borderBottomStyle() == BHIDDEN) || in diff()
412 (borderLeftStyle() == BHIDDEN && other->borderLeftStyle() == BNONE) || in diff()
413 (borderLeftStyle() == BNONE && other->borderLeftStyle() == BHIDDEN) || in diff()
414 (borderRightStyle() == BHIDDEN && other->borderRightStyle() == BNONE) || in diff()
415 (borderRightStyle() == BNONE && other->borderRightStyle() == BHIDDEN))) in diff()
DStyleMultiColData.h51 if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN) in ruleWidth()
DRenderStyleConstants.h83 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, RIDGE, OUTSET, DOTTED, DASHED, SOLID, DOUBLE }; enumerator
DRenderStyle.h415 if (background->m_outline.style() == BNONE) in outlineWidth()
602 if (background->m_outline.style() == BNONE) in outlineOffset()
1114 static EBorderStyle initialBorderStyle() { return BNONE; } in initialBorderStyle()
/external/webkit/WebCore/rendering/
DRenderTableCell.cpp301 if (border2.style() == BNONE) in compareBorders()
303 if (border1.style() == BNONE) in compareBorders()
DRenderTreeAsText.cpp91 case BNONE: in printBorderStyle()
DRenderObject.cpp732 case BNONE: in drawLineForBoxSide()
926 case BNONE: in drawArcForBoxSide()
1038 if (style->outlineStyleIsAuto() || style->outlineStyle() == BNONE) in paintOutline()
DRenderInline.cpp989 if (style()->outlineStyleIsAuto() || style()->outlineStyle() == BNONE) in paintOutline()
/external/webkit/WebCore/css/
DCSSPrimitiveValueMappings.h49 case BNONE: in CSSPrimitiveValue()
/external/webkit/WebCore/
DChangeLog-2005-08-2349564 … (khtml::RenderStyle::borderLeftWidth): BHIDDEN also should be treated like BNONE when it comes