Searched refs:BNONE (Results 1 – 12 of 12) sorted by relevance
/external/webkit/WebCore/rendering/style/ |
D | BorderData.h | 69 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()
|
D | BorderValue.h | 37 , m_style(BNONE) in BorderValue() 49 return width != 0 && (!checkStyle || m_style != BNONE);
|
D | RenderStyle.cpp | 408 ((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()
|
D | StyleMultiColData.h | 51 if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN) in ruleWidth()
|
D | RenderStyleConstants.h | 83 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, RIDGE, OUTSET, DOTTED, DASHED, SOLID, DOUBLE }; enumerator
|
D | RenderStyle.h | 415 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/ |
D | RenderTableCell.cpp | 301 if (border2.style() == BNONE) in compareBorders() 303 if (border1.style() == BNONE) in compareBorders()
|
D | RenderTreeAsText.cpp | 91 case BNONE: in printBorderStyle()
|
D | RenderObject.cpp | 732 case BNONE: in drawLineForBoxSide() 926 case BNONE: in drawArcForBoxSide() 1038 if (style->outlineStyleIsAuto() || style->outlineStyle() == BNONE) in paintOutline()
|
D | RenderInline.cpp | 989 if (style()->outlineStyleIsAuto() || style()->outlineStyle() == BNONE) in paintOutline()
|
/external/webkit/WebCore/css/ |
D | CSSPrimitiveValueMappings.h | 49 case BNONE: in CSSPrimitiveValue()
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-08-23 | 49564 … (khtml::RenderStyle::borderLeftWidth): BHIDDEN also should be treated like BNONE when it comes
|