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

/external/webkit/Source/WebCore/rendering/
H A DRenderQuote.cpp324 const QuotesData* newQuotes = style()->quotes(); local
326 if (!((newQuotes && oldQuotes && (*newQuotes == *oldQuotes)) || (!newQuotes && !oldQuotes)))

Completed in 55 milliseconds