HomeSort by relevance Sort by last modified time
    Searched refs:isQuote (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderQuote.h 46 virtual bool isQuote() const OVERRIDE { return true; };
64 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderQuote, isQuote());
RenderQuote.cpp 323 if (!predecessor->isQuote() || !toRenderQuote(predecessor)->isAttached())
RenderObject.h 372 virtual bool isQuote() const { return false; }
    [all...]
RenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ContentData.h 51 virtual bool isQuote() const { return false; }
174 virtual bool isQuote() const OVERRIDE { return true; }
179 if (!data.isQuote())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.cpp 121 if (child->isQuote())
143 if (!child->isText() && !child->isQuote() && !child->isImage())
  /external/llvm/lib/Support/
CommandLine.cpp 468 static bool isQuote(char C) {
496 if (isQuote(Src[I])) {
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 

Completed in 209 milliseconds