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

  /external/webkit/WebCore/rendering/style/
BorderData.h 69 if (!image.hasImage() && (left.style() == BNONE || left.style() == BHIDDEN))
76 if (!image.hasImage() && (right.style() == BNONE || right.style() == BHIDDEN))
83 if (!image.hasImage() && (top.style() == BNONE || top.style() == BHIDDEN))
90 if (!image.hasImage() && (bottom.style() == BNONE || bottom.style() == BHIDDEN))
BorderValue.h 59 return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
StyleMultiColData.h 51 if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN)
CollapsedBorderValue.h 46 EBorderStyle style() const { return border ? border->style() : BHIDDEN; }
RenderStyle.cpp 408 ((borderTopStyle() == BHIDDEN && other->borderTopStyle() == BNONE) ||
409 (borderTopStyle() == BNONE && other->borderTopStyle() == BHIDDEN) ||
410 (borderBottomStyle() == BHIDDEN && other->borderBottomStyle() == BNONE) ||
411 (borderBottomStyle() == BNONE && other->borderBottomStyle() == BHIDDEN) ||
412 (borderLeftStyle() == BHIDDEN && other->borderLeftStyle() == BNONE) ||
413 (borderLeftStyle() == BNONE && other->borderLeftStyle() == BHIDDEN) ||
414 (borderRightStyle() == BHIDDEN && other->borderRightStyle() == BNONE) ||
415 (borderRightStyle() == BNONE && other->borderRightStyle() == BHIDDEN)))
    [all...]
RenderStyleConstants.h 83 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, RIDGE, OUTSET, DOTTED, DASHED, SOLID, DOUBLE };
RenderStyle.h 419 bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; }
    [all...]
  /external/webkit/WebCore/rendering/
RenderTableSection.cpp 807 if (sb.style() == BHIDDEN)
809 if (sb.style() > BHIDDEN)
813 if (rb.style() == BHIDDEN)
815 if (rb.style() > BHIDDEN && rb.width > borderWidth)
828 if (gb.style() == BHIDDEN || cb.style() == BHIDDEN)
832 if (gb.style() > BHIDDEN && gb.width > borderWidth)
834 if (cb.style() > BHIDDEN && cb.width > borderWidth)
837 if (cb.style() == BHIDDEN)
841 if (cb.style() > BHIDDEN && cb.width > borderWidth
    [all...]
RenderTable.cpp 773 if (tb.style() == BHIDDEN)
775 if (tb.style() > BHIDDEN)
782 if (gb.style() == BHIDDEN)
784 if (gb.style() > BHIDDEN)
794 if (sb.style() == BHIDDEN)
797 if (sb.style() > BHIDDEN)
804 if (cb.style() == BHIDDEN)
808 if (rb.style() == BHIDDEN)
811 if (cb.style() > BHIDDEN)
813 if (rb.style() > BHIDDEN)
    [all...]
RenderFieldset.cpp 192 bool render_t = ts > BHIDDEN;
193 bool render_l = ls > BHIDDEN;
194 bool render_r = rs > BHIDDEN;
195 bool render_b = bs > BHIDDEN;
RenderTableCell.cpp 297 if (border1.style() == BHIDDEN || border2.style() == BHIDDEN)
798 bool renderTop = topStyle > BHIDDEN && !topVal.isTransparent();
799 bool renderBottom = bottomStyle > BHIDDEN && !bottomVal.isTransparent();
800 bool renderLeft = leftStyle > BHIDDEN && !leftVal.isTransparent();
801 bool renderRight = rightStyle > BHIDDEN && !rightVal.isTransparent();
    [all...]
RenderBoxModelObject.cpp     [all...]
RenderTreeAsText.cpp 94 case BHIDDEN:
RenderObject.cpp 733 case BHIDDEN:
    [all...]
RenderBlock.cpp     [all...]
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h 52 case BHIDDEN:
    [all...]

Completed in 230 milliseconds