HomeSort by relevance Sort by last modified time
    Searched refs:QuoteContentData (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ContentData.cpp 52 return adoptPtr(new QuoteContentData(quote));
94 RenderObject* QuoteContentData::createRenderer(Document& doc, RenderStyle* pseudoStyle) const
ContentData.h 168 class QuoteContentData FINAL : public ContentData {
181 return static_cast<const QuoteContentData&>(data).quote() == quote();
185 QuoteContentData(QuoteType quote)

Completed in 66 milliseconds