BHIDDEN           266 Source/core/css/CSSPrimitiveValueMappings.h     case BHIDDEN:
BHIDDEN          1774 Source/core/rendering/RenderBlock.cpp     bool renderRule = ruleStyle > BHIDDEN && !ruleTransparent;
BHIDDEN          1313 Source/core/rendering/RenderBoxModelObject.cpp         , style(BHIDDEN)
BHIDDEN          1319 Source/core/rendering/RenderBoxModelObject.cpp     bool hasVisibleColorAndStyle() const { return style > BHIDDEN && !isTransparent; }
BHIDDEN          1324 Source/core/rendering/RenderBoxModelObject.cpp         if (!isPresent || isTransparent || (width * scale) < 2 || color.hasAlpha() || style == BHIDDEN)
BHIDDEN          1337 Source/core/rendering/RenderBoxModelObject.cpp         if (!isPresent || isTransparent || color.hasAlpha() || style == BHIDDEN)
BHIDDEN          1897 Source/core/rendering/RenderBoxModelObject.cpp     case BHIDDEN:
BHIDDEN           413 Source/core/rendering/RenderMultiColumnSet.cpp     bool renderRule = ruleStyle > BHIDDEN && !ruleTransparent;
BHIDDEN           916 Source/core/rendering/RenderObject.cpp     case BHIDDEN:
BHIDDEN           992 Source/core/rendering/RenderTable.cpp     if (tableStartBorder.style() == BHIDDEN)
BHIDDEN           994 Source/core/rendering/RenderTable.cpp     if (tableStartBorder.style() > BHIDDEN)
BHIDDEN          1000 Source/core/rendering/RenderTable.cpp         if (columnAdjoiningBorder.style() == BHIDDEN)
BHIDDEN          1002 Source/core/rendering/RenderTable.cpp         if (columnAdjoiningBorder.style() > BHIDDEN)
BHIDDEN          1009 Source/core/rendering/RenderTable.cpp         if (sectionAdjoiningBorder.style() == BHIDDEN)
BHIDDEN          1012 Source/core/rendering/RenderTable.cpp         if (sectionAdjoiningBorder.style() > BHIDDEN)
BHIDDEN          1018 Source/core/rendering/RenderTable.cpp             if (startCellAdjoiningBorder.style() == BHIDDEN)
BHIDDEN          1022 Source/core/rendering/RenderTable.cpp             if (firstRowAdjoiningBorder.style() == BHIDDEN)
BHIDDEN          1025 Source/core/rendering/RenderTable.cpp             if (startCellAdjoiningBorder.style() > BHIDDEN)
BHIDDEN          1027 Source/core/rendering/RenderTable.cpp             if (firstRowAdjoiningBorder.style() > BHIDDEN)
BHIDDEN          1046 Source/core/rendering/RenderTable.cpp     if (tableEndBorder.style() == BHIDDEN)
BHIDDEN          1048 Source/core/rendering/RenderTable.cpp     if (tableEndBorder.style() > BHIDDEN)
BHIDDEN          1055 Source/core/rendering/RenderTable.cpp         if (columnAdjoiningBorder.style() == BHIDDEN)
BHIDDEN          1057 Source/core/rendering/RenderTable.cpp         if (columnAdjoiningBorder.style() > BHIDDEN)
BHIDDEN          1064 Source/core/rendering/RenderTable.cpp         if (sectionAdjoiningBorder.style() == BHIDDEN)
BHIDDEN          1067 Source/core/rendering/RenderTable.cpp         if (sectionAdjoiningBorder.style() > BHIDDEN)
BHIDDEN          1073 Source/core/rendering/RenderTable.cpp             if (endCellAdjoiningBorder.style() == BHIDDEN)
BHIDDEN          1077 Source/core/rendering/RenderTable.cpp             if (firstRowAdjoiningBorder.style() == BHIDDEN)
BHIDDEN          1080 Source/core/rendering/RenderTable.cpp             if (endCellAdjoiningBorder.style() > BHIDDEN)
BHIDDEN          1082 Source/core/rendering/RenderTable.cpp             if (firstRowAdjoiningBorder.style() > BHIDDEN)
BHIDDEN          1125 Source/core/rendering/RenderTable.cpp     if (tb.style() == BHIDDEN)
BHIDDEN          1127 Source/core/rendering/RenderTable.cpp     if (tb.style() > BHIDDEN)
BHIDDEN          1144 Source/core/rendering/RenderTable.cpp     if (tb.style() == BHIDDEN)
BHIDDEN          1146 Source/core/rendering/RenderTable.cpp     if (tb.style() > BHIDDEN)
BHIDDEN          1159 Source/core/rendering/RenderTable.cpp     if (tb.style() == BHIDDEN)
BHIDDEN          1161 Source/core/rendering/RenderTable.cpp     if (tb.style() > BHIDDEN)
BHIDDEN          1186 Source/core/rendering/RenderTable.cpp     if (tb.style() == BHIDDEN)
BHIDDEN          1188 Source/core/rendering/RenderTable.cpp     if (tb.style() > BHIDDEN)
BHIDDEN           445 Source/core/rendering/RenderTableCell.cpp     if (border2.style() == BHIDDEN) {
BHIDDEN           446 Source/core/rendering/RenderTableCell.cpp         if (border1.style() == BHIDDEN)
BHIDDEN           450 Source/core/rendering/RenderTableCell.cpp     if (border1.style() == BHIDDEN)
BHIDDEN           479 Source/core/rendering/RenderTableCell.cpp     return border.style() == BHIDDEN ? CollapsedBorderValue() : border;
BHIDDEN          1143 Source/core/rendering/RenderTableCell.cpp     bool renderTop = topStyle > BHIDDEN && !topVal.isTransparent();
BHIDDEN          1144 Source/core/rendering/RenderTableCell.cpp     bool renderBottom = bottomStyle > BHIDDEN && !bottomVal.isTransparent();
BHIDDEN          1145 Source/core/rendering/RenderTableCell.cpp     bool renderLeft = leftStyle > BHIDDEN && !leftVal.isTransparent();
BHIDDEN          1146 Source/core/rendering/RenderTableCell.cpp     bool renderRight = rightStyle > BHIDDEN && !rightVal.isTransparent();
BHIDDEN          1089 Source/core/rendering/RenderTableSection.cpp     if (sb.style() == BHIDDEN)
BHIDDEN          1091 Source/core/rendering/RenderTableSection.cpp     if (sb.style() > BHIDDEN)
BHIDDEN          1095 Source/core/rendering/RenderTableSection.cpp     if (rb.style() == BHIDDEN)
BHIDDEN          1097 Source/core/rendering/RenderTableSection.cpp     if (rb.style() > BHIDDEN && rb.width() > borderWidth)
BHIDDEN          1111 Source/core/rendering/RenderTableSection.cpp             if (gb.style() == BHIDDEN || cb.style() == BHIDDEN)
BHIDDEN          1114 Source/core/rendering/RenderTableSection.cpp             if (gb.style() > BHIDDEN && gb.width() > borderWidth)
BHIDDEN          1116 Source/core/rendering/RenderTableSection.cpp             if (cb.style() > BHIDDEN && cb.width() > borderWidth)
BHIDDEN          1119 Source/core/rendering/RenderTableSection.cpp             if (cb.style() == BHIDDEN)
BHIDDEN          1122 Source/core/rendering/RenderTableSection.cpp             if (cb.style() > BHIDDEN && cb.width() > borderWidth)
BHIDDEN          1144 Source/core/rendering/RenderTableSection.cpp     if (sb.style() == BHIDDEN)
BHIDDEN          1146 Source/core/rendering/RenderTableSection.cpp     if (sb.style() > BHIDDEN)
BHIDDEN          1151 Source/core/rendering/RenderTableSection.cpp         if (gb.style() == BHIDDEN)
BHIDDEN          1153 Source/core/rendering/RenderTableSection.cpp         if (gb.style() > BHIDDEN && gb.width() > borderWidth)
BHIDDEN          1167 Source/core/rendering/RenderTableSection.cpp         if (cb.style() == BHIDDEN || rb.style() == BHIDDEN)
BHIDDEN          1170 Source/core/rendering/RenderTableSection.cpp         if (cb.style() > BHIDDEN && cb.width() > borderWidth)
BHIDDEN          1172 Source/core/rendering/RenderTableSection.cpp         if (rb.style() > BHIDDEN && rb.width() > borderWidth)
BHIDDEN            74 Source/core/rendering/RenderTreeAsText.cpp         case BHIDDEN:
BHIDDEN            65 Source/core/rendering/style/BorderData.h         if (!m_image.hasImage() && (m_left.style() == BNONE || m_left.style() == BHIDDEN))
BHIDDEN            72 Source/core/rendering/style/BorderData.h         if (!m_image.hasImage() && (m_right.style() == BNONE || m_right.style() == BHIDDEN))
BHIDDEN            79 Source/core/rendering/style/BorderData.h         if (!m_image.hasImage() && (m_top.style() == BNONE || m_top.style() == BHIDDEN))
BHIDDEN            86 Source/core/rendering/style/BorderData.h         if (!m_image.hasImage() && (m_bottom.style() == BNONE || m_bottom.style() == BHIDDEN))
BHIDDEN            58 Source/core/rendering/style/BorderValue.h         return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
BHIDDEN            71 Source/core/rendering/style/BorderValue.h         if (m_style == BHIDDEN && o.m_style == BHIDDEN)
BHIDDEN            54 Source/core/rendering/style/CollapsedBorderValue.h     unsigned width() const { return m_style > BHIDDEN ? m_width : 0; }
BHIDDEN           553 Source/core/rendering/style/RenderStyle.cpp             && ((borderTopStyle() == BHIDDEN && other.borderTopStyle() == BNONE)
BHIDDEN           554 Source/core/rendering/style/RenderStyle.cpp                 || (borderTopStyle() == BNONE && other.borderTopStyle() == BHIDDEN)
BHIDDEN           555 Source/core/rendering/style/RenderStyle.cpp                 || (borderBottomStyle() == BHIDDEN && other.borderBottomStyle() == BNONE)
BHIDDEN           556 Source/core/rendering/style/RenderStyle.cpp                 || (borderBottomStyle() == BNONE && other.borderBottomStyle() == BHIDDEN)
BHIDDEN           557 Source/core/rendering/style/RenderStyle.cpp                 || (borderLeftStyle() == BHIDDEN && other.borderLeftStyle() == BNONE)
BHIDDEN           558 Source/core/rendering/style/RenderStyle.cpp                 || (borderLeftStyle() == BNONE && other.borderLeftStyle() == BHIDDEN)
BHIDDEN           559 Source/core/rendering/style/RenderStyle.cpp                 || (borderRightStyle() == BHIDDEN && other.borderRightStyle() == BNONE)
BHIDDEN           560 Source/core/rendering/style/RenderStyle.cpp                 || (borderRightStyle() == BNONE && other.borderRightStyle() == BHIDDEN)))
BHIDDEN           540 Source/core/rendering/style/RenderStyle.h     bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; }
BHIDDEN            51 Source/core/rendering/style/StyleMultiColData.h         if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN)