OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
159
class
QuoteContentData
: public ContentData {
172
return static_cast<const
QuoteContentData
&>(data).quote() == quote();
176
QuoteContentData
(QuoteType quote)
Completed in 25 milliseconds