BNONE             263 Source/core/css/CSSPrimitiveValueMappings.h     case BNONE:
BNONE            1896 Source/core/rendering/RenderBoxModelObject.cpp     case BNONE:
BNONE            1420 Source/core/rendering/RenderInline.cpp     if (styleToUse->outlineStyleIsAuto() || styleToUse->outlineStyle() == BNONE)
BNONE             915 Source/core/rendering/RenderObject.cpp     case BNONE:
BNONE            1194 Source/core/rendering/RenderObject.cpp     if (styleToUse->outlineStyleIsAuto() || styleToUse->outlineStyle() == BNONE)
BNONE             454 Source/core/rendering/RenderTableCell.cpp     if (border2.style() == BNONE) {
BNONE             455 Source/core/rendering/RenderTableCell.cpp         if (border1.style() == BNONE)
BNONE             459 Source/core/rendering/RenderTableCell.cpp     if (border1.style() == BNONE)
BNONE              71 Source/core/rendering/RenderTreeAsText.cpp         case BNONE:
BNONE              65 Source/core/rendering/style/BorderData.h         if (!m_image.hasImage() && (m_left.style() == BNONE || m_left.style() == BHIDDEN))
BNONE              72 Source/core/rendering/style/BorderData.h         if (!m_image.hasImage() && (m_right.style() == BNONE || m_right.style() == BHIDDEN))
BNONE              79 Source/core/rendering/style/BorderData.h         if (!m_image.hasImage() && (m_top.style() == BNONE || m_top.style() == BHIDDEN))
BNONE              86 Source/core/rendering/style/BorderData.h         if (!m_image.hasImage() && (m_bottom.style() == BNONE || m_bottom.style() == BHIDDEN))
BNONE              41 Source/core/rendering/style/BorderValue.h         , m_style(BNONE)
BNONE              48 Source/core/rendering/style/BorderValue.h         return width() && (!checkStyle || m_style != BNONE);
BNONE              69 Source/core/rendering/style/BorderValue.h         if (m_style == BNONE && o.m_style == BNONE)
BNONE              38 Source/core/rendering/style/CollapsedBorderValue.h         , m_style(BNONE)
BNONE             553 Source/core/rendering/style/RenderStyle.cpp             && ((borderTopStyle() == BHIDDEN && other.borderTopStyle() == BNONE)
BNONE             554 Source/core/rendering/style/RenderStyle.cpp                 || (borderTopStyle() == BNONE && other.borderTopStyle() == BHIDDEN)
BNONE             555 Source/core/rendering/style/RenderStyle.cpp                 || (borderBottomStyle() == BHIDDEN && other.borderBottomStyle() == BNONE)
BNONE             556 Source/core/rendering/style/RenderStyle.cpp                 || (borderBottomStyle() == BNONE && other.borderBottomStyle() == BHIDDEN)
BNONE             557 Source/core/rendering/style/RenderStyle.cpp                 || (borderLeftStyle() == BHIDDEN && other.borderLeftStyle() == BNONE)
BNONE             558 Source/core/rendering/style/RenderStyle.cpp                 || (borderLeftStyle() == BNONE && other.borderLeftStyle() == BHIDDEN)
BNONE             559 Source/core/rendering/style/RenderStyle.cpp                 || (borderRightStyle() == BHIDDEN && other.borderRightStyle() == BNONE)
BNONE             560 Source/core/rendering/style/RenderStyle.cpp                 || (borderRightStyle() == BNONE && other.borderRightStyle() == BHIDDEN)))
BNONE            1370 Source/core/rendering/style/RenderStyle.cpp     EBorderStyle borderStyle = BNONE;
BNONE             536 Source/core/rendering/style/RenderStyle.h         if (m_background->outline().style() == BNONE)
BNONE             739 Source/core/rendering/style/RenderStyle.h         if (m_background->outline().style() == BNONE)
BNONE            1518 Source/core/rendering/style/RenderStyle.h     static EBorderStyle initialBorderStyle() { return BNONE; }
BNONE              51 Source/core/rendering/style/StyleMultiColData.h         if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN)