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

/macosx-10.9.5/WebCore-7537.78.1/rendering/mathml/
H A DRenderMathMLFenced.cpp85 RenderMathMLOperator* RenderMathMLFenced::createMathMLOperator(UChar uChar, RenderMathMLOperator::OperatorType operatorType) argument
89 newStyle->setMarginEnd(Length((operatorType == RenderMathMLOperator::Fence ? gFenceMarginEms : gSeparatorMarginEndEms) * style()->fontSize(), Fixed));
90 if (operatorType == RenderMathMLOperator::Fence)
93 newOperator->setOperatorType(operatorType);
H A DRenderMathMLOperator.h57 OperatorType operatorType() const { return m_operatorType; } function in class:WebCore::RenderMathMLOperator
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityRenderObject.cpp3521 return mathOperator->operatorType() == RenderMathMLOperator::Fence;
3533 return mathOperator->operatorType() == RenderMathMLOperator::Separator;

Completed in 178 milliseconds