Home
last modified time | relevance | path

Searched refs:isQuote (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderQuote.h40 virtual bool isQuote() const { return true; }; in isQuote() function
52 ASSERT(!object || object->isQuote()); in toRenderQuote()
DRenderQuote.cpp87 if (!predecessor->isQuote()) in placeQuote()
284 if (descendant->isQuote()) { in rendererSubtreeAttached()
295 if (descendant->isQuote()) { in rendererRemovedFromTree()
301 if (descendant->isQuote()) in rendererRemovedFromTree()
DRenderObject.h254 virtual bool isQuote() const { return false; } in isQuote() function
DRenderBlockLineLayout.cpp198 if (o->preferredLogicalWidthsDirty() && (o->isCounter() || o->isQuote())) in dirtyLineBoxesForRenderer()
/external/webkit/Source/WebCore/rendering/style/
DContentData.h54 bool isQuote() const { return m_type == CONTENT_QUOTE; } in isQuote() function
99 ASSERT(isQuote()); in quote()
/external/proguard/src/proguard/
DWordReader.java186 else if (isQuote(startChar)) in nextWord()
321 private boolean isQuote(char character) in isQuote() method in WordReader
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Object/
Dregress-90596-003.js221 if (!isWhiteSpace(charCode) && !isQuote(charCode))
248 function isQuote(charCode) function
/external/webkit/Source/WebCore/
DChangeLog55331 (WebCore::RenderObject::isQuote):
55357 (WebCore::RenderQuote::isQuote):
55369 (WebCore::ContentData::isQuote):
56654 (WebCore::RenderObject::isQuote):
56674 (WebCore::RenderQuote::isQuote):
56686 (WebCore::ContentData::isQuote):