Searched refs:isQuote (Results 1 – 8 of 8) sorted by relevance
46 virtual bool isQuote() const OVERRIDE { return true; }; in isQuote() function64 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderQuote, isQuote());
323 if (!predecessor->isQuote() || !toRenderQuote(predecessor)->isAttached()) in attachQuote()
372 virtual bool isQuote() const { return false; } in isQuote() function
1659 if (isImage() || isQuote()) { in setPseudoStyle()
51 virtual bool isQuote() const { return false; } in isQuote() function174 virtual bool isQuote() const OVERRIDE { return true; } in isQuote() function179 if (!data.isQuote()) in equals()
121 if (child->isQuote()) in attach()143 if (!child->isText() && !child->isQuote() && !child->isImage()) in didRecalcStyle()
192 if (isQuote(startChar)) in nextWord()382 private boolean isQuote(char character) in isQuote() method in WordReader
468 static bool isQuote(char C) { in isQuote() function496 if (isQuote(Src[I])) { in TokenizeGNUCommandLine()