Searched refs:borderTopStyle (Results 1 – 6 of 6) sorted by relevance
516 && ((borderTopStyle() == BHIDDEN && other->borderTopStyle() == BNONE) in diff()517 || (borderTopStyle() == BNONE && other->borderTopStyle() == BHIDDEN) in diff()1359 borderStyle = borderTopStyle(); in colorIncludingFallback()
504 EBorderStyle borderTopStyle() const { return surround->border.top().style(); } in borderTopStyle() function
259 printBorderStyle(ts, o.style()->borderTopStyle()); in writeRenderObject()
2358 style->borderTopStyle(), in getBorderEdgeInfo()
1860 return cssValuePool().createValue(style->borderTopStyle()); in getPropertyCSSValue()
5947 bt = (s.borderTopStyle != ne ? px(n, s.borderTopWidth) : 0);