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

  /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/llvm/lib/Support/
CommandLine.cpp 468 static bool isQuote(char C) {
496 if (isQuote(Src[I])) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 372 virtual bool isQuote() const { return false; }
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 

Completed in 114 milliseconds