Searched refs:CSSBasicShapeInset (Results 1 – 6 of 6) sorted by relevance
153 class CSSBasicShapeInset : public CSSBasicShape {155 …static PassRefPtrWillBeRawPtr<CSSBasicShapeInset> create() { return adoptRefWillBeNoop(new CSSBasi… in create()208 CSSBasicShapeInset() { } in CSSBasicShapeInset() function
109 RefPtrWillBeRawPtr<CSSBasicShapeInset> insetValue = CSSBasicShapeInset::create(); in valueForBasicShape()247 … const CSSBasicShapeInset* rectValue = static_cast<const CSSBasicShapeInset* >(basicShapeValue); in basicShapeForValue()
392 String CSSBasicShapeInset::cssText() const in cssText()422 bool CSSBasicShapeInset::equals(const CSSBasicShape& shape) const in equals()427 const CSSBasicShapeInset& other = static_cast<const CSSBasicShapeInset&>(shape); in equals()438 void CSSBasicShapeInset::trace(Visitor* visitor) in trace()
52 class CSSBasicShapeInset; variable276 …Ptr<CSSBasicShape> parseInsetRoundedCorners(PassRefPtrWillBeRawPtr<CSSBasicShapeInset>, CSSParserV…
58 class CSSBasicShapeInset; variable
4031 …CSSPropertyParser::parseInsetRoundedCorners(PassRefPtrWillBeRawPtr<CSSBasicShapeInset> shape, CSSP… in parseInsetRoundedCorners()4103 RefPtrWillBeRawPtr<CSSBasicShapeInset> shape = CSSBasicShapeInset::create(); in parseBasicShapeInset()