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

  /external/webkit/WebCore/rendering/style/
BorderValue.h 37 , m_style(BNONE)
49 return width != 0 && (!checkStyle || m_style != BNONE);
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))
StyleMultiColData.h 51 if (m_rule.style() == BNONE || m_rule.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 415 if (background->m_outline.style() == BNONE)
602 if (background->m_outline.style() == BNONE)
    [all...]
  /external/webkit/WebCore/rendering/
RenderTableCell.cpp 301 if (border2.style() == BNONE)
303 if (border1.style() == BNONE)
    [all...]
RenderTreeAsText.cpp 91 case BNONE:
RenderObject.cpp 732 case BNONE:
    [all...]
RenderInline.cpp     [all...]
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h 49 case BNONE:
    [all...]

Completed in 153 milliseconds