Home
last modified time | relevance | path

Searched defs:isQuote (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderQuote.h45 virtual bool isQuote() const OVERRIDE { return true; }; in isQuote() function
DRenderObject.h323 virtual bool isQuote() const { return false; } in isQuote() function
/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
/external/proguard/src/proguard/
DWordReader.java321 private boolean isQuote(char character) in isQuote() method in WordReader
/external/llvm/lib/Support/
DCommandLine.cpp443 static bool isQuote(char C) { in isQuote() function