Home
last modified time | relevance | path

Searched refs:QuoteContentData (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DContentData.cpp52 return adoptPtr(new QuoteContentData(quote)); in create()
94 RenderObject* QuoteContentData::createRenderer(Document& doc, RenderStyle* pseudoStyle) const in createRenderer()
DContentData.h168 class QuoteContentData FINAL : public ContentData {
181 return static_cast<const QuoteContentData&>(data).quote() == quote(); in equals()
185 QuoteContentData(QuoteType quote) in QuoteContentData() function