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

  /external/webkit/Source/WebCore/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))
BorderValue.h 54 return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
StyleMultiColData.h 51 if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN)
CollapsedBorderValue.h 49 EBorderStyle style() const { return m_border ? m_border->style() : BHIDDEN; }
RenderStyle.cpp 441 && ((borderTopStyle() == BHIDDEN && other->borderTopStyle() == BNONE)
442 || (borderTopStyle() == BNONE && other->borderTopStyle() == BHIDDEN)
443 || (borderBottomStyle() == BHIDDEN && other->borderBottomStyle() == BNONE)
444 || (borderBottomStyle() == BNONE && other->borderBottomStyle() == BHIDDEN)
445 || (borderLeftStyle() == BHIDDEN && other->borderLeftStyle() == BNONE)
446 || (borderLeftStyle() == BNONE && other->borderLeftStyle() == BHIDDEN)
447 || (borderRightStyle() == BHIDDEN && other->borderRightStyle() == BNONE)
448 || (borderRightStyle() == BNONE && other->borderRightStyle() == BHIDDEN)))
    [all...]
RenderStyleConstants.h 85 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, RIDGE, OUTSET, DOTTED, DASHED, SOLID, DOUBLE };
RenderStyle.h 454 bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; }
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp 769 if (sb.style() == BHIDDEN)
771 if (sb.style() > BHIDDEN)
775 if (rb.style() == BHIDDEN)
777 if (rb.style() > BHIDDEN && rb.width() > borderWidth)
790 if (gb.style() == BHIDDEN || cb.style() == BHIDDEN)
793 if (gb.style() > BHIDDEN && gb.width() > borderWidth)
795 if (cb.style() > BHIDDEN && cb.width() > borderWidth)
798 if (cb.style() == BHIDDEN)
801 if (cb.style() > BHIDDEN && cb.width() > borderWidth
    [all...]
RenderTable.cpp 856 if (tb.style() == BHIDDEN)
858 if (tb.style() > BHIDDEN)
863 if (gb.style() == BHIDDEN)
865 if (gb.style() > BHIDDEN)
875 if (sb.style() == BHIDDEN)
878 if (sb.style() > BHIDDEN)
    [all...]
RenderTableCell.cpp 362 if (border2.style() == BHIDDEN) {
363 if (border1.style() == BHIDDEN)
367 if (border1.style() == BHIDDEN)
396 return border.style() == BHIDDEN ? CollapsedBorderValue() : border;
    [all...]
RenderBoxModelObject.cpp     [all...]
RenderTreeAsText.cpp 139 case BHIDDEN:
RenderObject.cpp 720 case BHIDDEN:
    [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h 57 case BHIDDEN:
    [all...]

Completed in 105 milliseconds