Searched refs:QuoteContentData (Results 1 – 2 of 2) sorted by relevance
52 return adoptPtr(new QuoteContentData(quote)); in create()94 RenderObject* QuoteContentData::createRenderer(Document& doc, RenderStyle* pseudoStyle) const in createRenderer()
168 class QuoteContentData FINAL : public ContentData {181 return static_cast<const QuoteContentData&>(data).quote() == quote(); in equals()185 QuoteContentData(QuoteType quote) in QuoteContentData() function