Searched refs:hasBase (Results 1 – 8 of 8) sorted by relevance
80 … if (!block->hasBase() && !block->isRenderMathMLOperator() && block->offsetHeight() > maxHeight) in layout()82 if (block->hasBase() && block->nonOperatorHeight() > maxHeight) in layout()
41 virtual bool hasBase() const { return true; } in hasBase() function
46 virtual bool hasBase() const { return false; } in hasBase() function
2269 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument
2024 arraySubscriptExpr(hasBase(implicitCastExpr( in TEST()
41865 (WebCore::RenderMathMLSubSup::hasBase):42694 (WebCore::RenderMathMLUnderOver::hasBase):
4268 (WebCore::RenderMathMLBlock::hasBase):