Home
last modified time | relevance | path

Searched refs:hasBase (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLRow.cpp80 … if (!block->hasBase() && !block->isRenderMathMLOperator() && block->offsetHeight() > maxHeight) in layout()
82 if (block->hasBase() && block->nonOperatorHeight() > maxHeight) in layout()
DRenderMathMLUnderOver.h41 virtual bool hasBase() const { return true; } in hasBase() function
DRenderMathMLSubSup.h41 virtual bool hasBase() const { return true; } in hasBase() function
DRenderMathMLBlock.h46 virtual bool hasBase() const { return false; } in hasBase() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2269 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp2024 arraySubscriptExpr(hasBase(implicitCastExpr( in TEST()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2441865 (WebCore::RenderMathMLSubSup::hasBase):
42694 (WebCore::RenderMathMLUnderOver::hasBase):
DChangeLog-2010-01-294268 (WebCore::RenderMathMLBlock::hasBase):