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

/external/webkit/Source/WebCore/rendering/
H A DRenderQuote.h40 virtual bool isQuote() const { return true; }; function in class:WebCore::RenderQuote
52 ASSERT(!object || object->isQuote());
H A DRenderQuote.cpp87 if (!predecessor->isQuote())
284 if (descendant->isQuote()) {
295 if (descendant->isQuote()) {
301 if (descendant->isQuote())
H A DRenderObject.h254 virtual bool isQuote() const { return false; } function in class:WebCore::RenderObject
H A DRenderBlockLineLayout.cpp198 if (o->preferredLogicalWidthsDirty() && (o->isCounter() || o->isQuote()))
/external/webkit/Source/WebCore/rendering/style/
H A DContentData.h54 bool isQuote() const { return m_type == CONTENT_QUOTE; } function in struct:WebCore::ContentData
99 ASSERT(isQuote());
/external/proguard/src/proguard/
H A DWordReader.java186 else if (isQuote(startChar))
321 private boolean isQuote(char character) method in class:WordReader
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Object/
H A Dregress-90596-003.js221 if (!isWhiteSpace(charCode) && !isQuote(charCode))
248 function isQuote(charCode) function
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 172 milliseconds