Home
last modified time | relevance | path

Searched refs:QuoteType (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DContentData.h97 QuoteType quote() const in quote()
102 void setQuote(QuoteType type) in setQuote()
120 QuoteType m_quote;
DRenderStyleConstants.h299 enum QuoteType { enum
DRenderStyle.cpp680 void RenderStyle::setContent(QuoteType quote, bool add) in setContent()
DRenderStyle.h1156 void setContent(QuoteType, bool add = false);
/external/webkit/Source/WebCore/rendering/
DRenderQuote.h31 RenderQuote(Document*, const QuoteType);
43 QuoteType m_type;
DRenderQuote.cpp36 static inline void adjustDepth(int &depth, QuoteType type) in adjustDepth()
53 RenderQuote::RenderQuote(Document* node, QuoteType quote) in RenderQuote()