Searched refs:isQuote (Results 1 – 8 of 8) sorted by relevance
45 virtual bool isQuote() const OVERRIDE { return true; }; in isQuote() function63 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderQuote, isQuote());
316 if (!predecessor->isQuote() || !toRenderQuote(predecessor)->isAttached()) in attachQuote()
344 virtual bool isQuote() const { return false; } in isQuote() function
2056 if (isImage() || isQuote()) { in setPseudoStyle()
51 virtual bool isQuote() const { return false; } in isQuote() function165 virtual bool isQuote() const OVERRIDE { return true; } in isQuote() function170 if (!data.isQuote()) in equals()
104 if (child->isQuote()) in attach()126 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()