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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderQuote.h 26 #include "core/rendering/style/QuotesData.h"
52 const QuotesData* quotesData() const;
RenderQuote.cpp 82 QuotesData* data;
239 const QuotesData* quotesDataForLanguage(const AtomicString& lang)
253 match->data = QuotesData::create(match->open1, match->close1, match->open2, match->close2).leakRef();
258 static const QuotesData* basicQuotesData()
261 DEFINE_STATIC_REF(QuotesData, staticBasicQuotes, (QuotesData::create('"', '"', '\'', '\'')));
288 return quotesData()->getCloseQuote(m_depth - 1).impl();
290 return quotesData()->getOpenQuote(m_depth).impl();
296 const QuotesData* RenderQuote::quotesData() cons
    [all...]

Completed in 51 milliseconds