HomeSort by relevance Sort by last modified time
    Searched refs:BHIDDEN (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderValue.h 58 return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
71 if (m_style == BHIDDEN && o.m_style == BHIDDEN)
BorderData.h 65 if (!m_image.hasImage() && (m_left.style() == BNONE || m_left.style() == BHIDDEN))
72 if (!m_image.hasImage() && (m_right.style() == BNONE || m_right.style() == BHIDDEN))
79 if (!m_image.hasImage() && (m_top.style() == BNONE || m_top.style() == BHIDDEN))
86 if (!m_image.hasImage() && (m_bottom.style() == BNONE || m_bottom.style() == BHIDDEN))
StyleMultiColData.h 51 if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN)
CollapsedBorderValue.h 54 unsigned width() const { return m_style > BHIDDEN ? m_width : 0; }
RenderStyle.cpp 589 && ((borderTopStyle() == BHIDDEN && other.borderTopStyle() == BNONE)
590 || (borderTopStyle() == BNONE && other.borderTopStyle() == BHIDDEN)
591 || (borderBottomStyle() == BHIDDEN && other.borderBottomStyle() == BNONE)
592 || (borderBottomStyle() == BNONE && other.borderBottomStyle() == BHIDDEN)
593 || (borderLeftStyle() == BHIDDEN && other.borderLeftStyle() == BNONE)
594 || (borderLeftStyle() == BNONE && other.borderLeftStyle() == BHIDDEN)
595 || (borderRightStyle() == BHIDDEN && other.borderRightStyle() == BNONE)
596 || (borderRightStyle() == BNONE && other.borderRightStyle() == BHIDDEN)))
    [all...]
RenderStyleConstants.h 84 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, OUTSET, RIDGE, DOTTED, DASHED, SOLID, DOUBLE };
RenderStyle.h 540 bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp     [all...]
RenderTableSection.cpp     [all...]
RenderTableCell.cpp 446 if (border2.style() == BHIDDEN) {
447 if (border1.style() == BHIDDEN)
451 if (border1.style() == BHIDDEN)
480 return border.style() == BHIDDEN ? CollapsedBorderValue() : border;
    [all...]
RenderMultiColumnSet.cpp 446 bool renderRule = ruleStyle > BHIDDEN && !ruleTransparent;
RenderBoxModelObject.cpp     [all...]
RenderTreeAsText.cpp 74 case BHIDDEN:
RenderObject.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h 266 case BHIDDEN:
    [all...]

Completed in 149 milliseconds