HomeSort by relevance Sort by last modified time
    Searched refs:currentFontSize (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLOperator.cpp 189 int currentFontSize = style()->fontSize();
190 if (!stretchDisabled && isStretchy && m_stretchHeight > 0 && m_stretchHeight <= gMinimumStretchHeight && m_stretchHeight > currentFontSize) {
  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp 380 float currentFontSize = computedFontSize(node);
385 currentFontSize = computedFontSize(node);
387 if (currentFontSize != desiredFontSize) {
    [all...]

Completed in 39 milliseconds