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/
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 52 if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN)
BorderValue.h 58 return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
CollapsedBorderValue.h 56 unsigned width() const { return m_style > BHIDDEN ? m_width : 0; }
RenderStyle.cpp 493 && ((borderTopStyle() == BHIDDEN && other->borderTopStyle() == BNONE)
494 || (borderTopStyle() == BNONE && other->borderTopStyle() == BHIDDEN)
495 || (borderBottomStyle() == BHIDDEN && other->borderBottomStyle() == BNONE)
496 || (borderBottomStyle() == BNONE && other->borderBottomStyle() == BHIDDEN)
497 || (borderLeftStyle() == BHIDDEN && other->borderLeftStyle() == BNONE)
498 || (borderLeftStyle() == BNONE && other->borderLeftStyle() == BHIDDEN)
499 || (borderRightStyle() == BHIDDEN && other->borderRightStyle() == BNONE)
500 || (borderRightStyle() == BNONE && other->borderRightStyle() == BHIDDEN)))
    [all...]
RenderStyleConstants.h 91 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, OUTSET, RIDGE, DOTTED, DASHED, SOLID, DOUBLE };
RenderStyle.h 501 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 428 if (border2.style() == BHIDDEN) {
429 if (border1.style() == BHIDDEN)
433 if (border1.style() == BHIDDEN)
462 return border.style() == BHIDDEN ? CollapsedBorderValue() : border;
    [all...]
RenderMultiColumnSet.cpp 349 bool renderRule = ruleStyle > BHIDDEN && !ruleTransparent;
RenderBoxModelObject.cpp     [all...]
RenderTreeAsText.cpp 109 case BHIDDEN:
RenderObject.cpp 917 case BHIDDEN:
    [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h 253 case BHIDDEN:
    [all...]

Completed in 205 milliseconds