Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderQuote.h46 virtual bool isQuote() const OVERRIDE { return true; }; in isQuote() function
64 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderQuote, isQuote());
DRenderQuote.cpp323 if (!predecessor->isQuote() || !toRenderQuote(predecessor)->isAttached()) in attachQuote()
DRenderObject.h372 virtual bool isQuote() const { return false; } in isQuote() function
DRenderObject.cpp1659 if (isImage() || isQuote()) { in setPseudoStyle()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DContentData.h51 virtual bool isQuote() const { return false; } in isQuote() function
174 virtual bool isQuote() const OVERRIDE { return true; } in isQuote() function
179 if (!data.isQuote()) in equals()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPseudoElement.cpp121 if (child->isQuote()) in attach()
143 if (!child->isText() && !child->isQuote() && !child->isImage()) in didRecalcStyle()
/external/proguard/src/proguard/
DWordReader.java192 if (isQuote(startChar)) in nextWord()
382 private boolean isQuote(char character) in isQuote() method in WordReader
/external/llvm/lib/Support/
DCommandLine.cpp468 static bool isQuote(char C) { in isQuote() function
496 if (isQuote(Src[I])) { in TokenizeGNUCommandLine()