OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isQuote
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderQuote.h
45
virtual bool
isQuote
() const OVERRIDE { return true; };
63
DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderQuote,
isQuote
());
RenderQuote.cpp
316
if (!predecessor->
isQuote
() || !toRenderQuote(predecessor)->isAttached())
RenderObject.h
323
virtual bool
isQuote
() const { return false; }
[
all
...]
RenderObject.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.cpp
104
if (child->
isQuote
())
126
if (!child->isText() && !child->
isQuote
() && !child->isImage())
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ContentData.h
51
virtual bool
isQuote
() const { return false; }
165
virtual bool
isQuote
() const OVERRIDE { return true; }
170
if (!data.
isQuote
())
/external/proguard/src/proguard/
WordReader.java
186
else if (
isQuote
(startChar))
321
private boolean
isQuote
(char character)
/external/llvm/lib/Support/
CommandLine.cpp
443
static bool
isQuote
(char C) {
471
if (
isQuote
(Src[I])) {
[
all
...]
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
Completed in 72 milliseconds