HomeSort by relevance Sort by last modified time
    Searched refs:BNONE (Results 1 - 13 of 13) 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 41 , m_style(BNONE)
48 return width() && (!checkStyle || m_style != BNONE);
CollapsedBorderValue.h 39 , m_style(BNONE)
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 497 if (m_background->outline().style() == BNONE)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp 437 if (border2.style() == BNONE) {
438 if (border1.style() == BNONE)
442 if (border1.style() == BNONE)
    [all...]
RenderTreeAsText.cpp 106 case BNONE:
RenderInline.cpp     [all...]
RenderObject.cpp 916 case BNONE:
    [all...]
RenderBoxModelObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h 250 case BNONE:
    [all...]

Completed in 445 milliseconds