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

  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp 696 const float baseArrowHeight = 5.0f;
817 float fontScale = min(o->style()->fontSize() / baseFontSize, bounds.height() / baseArrowHeight);
819 float arrowHeight = baseArrowHeight * fontScale;
    [all...]
RenderThemeMac.mm     [all...]

Completed in 114 milliseconds