Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBorderValue.h41 , m_style(BNONE) in BorderValue()
48 return width() && (!checkStyle || m_style != BNONE);
69 if (m_style == BNONE && o.m_style == BNONE) in visuallyEqual()
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()
DStyleMultiColData.h51 if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN) in ruleWidth()
DCollapsedBorderValue.h38 , m_style(BNONE) in CollapsedBorderValue()
DRenderStyle.cpp589 && ((borderTopStyle() == BHIDDEN && other.borderTopStyle() == BNONE) in diffNeedsFullLayoutAndRepaint()
590 || (borderTopStyle() == BNONE && other.borderTopStyle() == BHIDDEN) in diffNeedsFullLayoutAndRepaint()
591 || (borderBottomStyle() == BHIDDEN && other.borderBottomStyle() == BNONE) in diffNeedsFullLayoutAndRepaint()
592 || (borderBottomStyle() == BNONE && other.borderBottomStyle() == BHIDDEN) in diffNeedsFullLayoutAndRepaint()
593 || (borderLeftStyle() == BHIDDEN && other.borderLeftStyle() == BNONE) in diffNeedsFullLayoutAndRepaint()
594 || (borderLeftStyle() == BNONE && other.borderLeftStyle() == BHIDDEN) in diffNeedsFullLayoutAndRepaint()
595 || (borderRightStyle() == BHIDDEN && other.borderRightStyle() == BNONE) in diffNeedsFullLayoutAndRepaint()
596 || (borderRightStyle() == BNONE && other.borderRightStyle() == BHIDDEN))) in diffNeedsFullLayoutAndRepaint()
1423 EBorderStyle borderStyle = BNONE; in colorIncludingFallback()
DRenderStyleConstants.h84 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, OUTSET, RIDGE, DOTTED, DASHED, SOLID, DOUBLE }; enumerator
DRenderStyle.h536 if (m_background->outline().style() == BNONE) in outlineWidth()
742 if (m_background->outline().style() == BNONE) in outlineOffset()
1539 static EBorderStyle initialBorderStyle() { return BNONE; } in initialBorderStyle()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp455 if (border2.style() == BNONE) { in compareBorders()
456 if (border1.style() == BNONE) in compareBorders()
460 if (border1.style() == BNONE) in compareBorders()
DRenderTreeAsText.cpp71 case BNONE: in printBorderStyle()
DRenderObject.cpp983 case BNONE: in drawLineForBoxSide()
1262 if (styleToUse->outlineStyleIsAuto() || styleToUse->outlineStyle() == BNONE) in paintOutline()
DRenderInline.cpp1426 if (styleToUse->outlineStyleIsAuto() || styleToUse->outlineStyle() == BNONE) in paintOutline()
DRenderBoxModelObject.cpp1927 case BNONE: in drawBoxSideFromPath()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h263 case BNONE: in CSSPrimitiveValue()