Searched refs:operatorHeight (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLRow.cpp74 int operatorHeight = 0; local
86 if (block->offsetHeight() > operatorHeight)
87 operatorHeight = block->offsetHeight();
100 maxHeight = operatorHeight;

Completed in 63 milliseconds