Searched refs:quotesData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderQuote.h51 const QuotesData* quotesData() const;
H A DRenderQuote.cpp281 return quotesData()->getCloseQuote(m_depth - 1).impl();
283 return quotesData()->getOpenQuote(m_depth).impl();
289 const QuotesData* RenderQuote::quotesData() const function in class:WebCore::RenderQuote

Completed in 61 milliseconds