Searched refs:borderRightStyle (Results 1 – 11 of 11) sorted by relevance
96 - (NSString *)borderRightStyle;97 - (void)setBorderRightStyle:(NSString *)borderRightStyle;
337 - (NSString *)borderRightStyle342 - (void)setBorderRightStyle:(NSString *)borderRightStyle344 [self setProperty:@"border-right-style" value:borderRightStyle priority:@""];
447 || (borderRightStyle() == BHIDDEN && other->borderRightStyle() == BNONE) in diff()448 || (borderRightStyle() == BNONE && other->borderRightStyle() == BHIDDEN))) in diff()1090 borderStyle = style->borderRightStyle(); in borderStyleForColorProperty()1117 borderStyle = borderRightStyle(); in colorIncludingFallback()
433 EBorderStyle borderRightStyle() const { return surround->border.right().style(); } in borderRightStyle() function
368 …derRightStyle, new ApplyPropertyDefault<EBorderStyle>(&RenderStyle::borderRightStyle, &RenderStyle… in CSSStyleApplyProperty()
1002 return primitiveValueCache->createValue(style->borderRightStyle()); in getPropertyCSSValue()
4835 m_style->setBorderRightStyle(m_parentStyle->borderRightStyle()); in applyProperty()4872 m_style->setBorderRightStyle(m_parentStyle->borderRightStyle()); in applyProperty()
332 printBorderStyle(ts, o.style()->borderRightStyle()); in writeRenderObject()
1353 style->borderRightStyle(), in paintBorder()1615 EBorderStyle rightStyle = style->borderRightStyle(); in paintBorder()
1239 (WebCore::InheritedFlags::borderRightStyle):24169 (WebCore::InheritedFlags::borderRightStyle):
15987 (khtml::RenderStyle::borderRightStyle):