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.h45 virtual bool isQuote() const OVERRIDE { return true; }; in isQuote() function
63 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderQuote, isQuote());
DRenderQuote.cpp316 if (!predecessor->isQuote() || !toRenderQuote(predecessor)->isAttached()) in attachQuote()
DRenderObject.h344 virtual bool isQuote() const { return false; } in isQuote() function
DRenderObject.cpp2056 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
165 virtual bool isQuote() const OVERRIDE { return true; } in isQuote() function
170 if (!data.isQuote()) in equals()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPseudoElement.cpp104 if (child->isQuote()) in attach()
126 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()