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

  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 695 const float baseArrowHeight = 5.0f;
822 float fontScale = min(o->style()->fontSize() / baseFontSize, bounds.height() / baseArrowHeight);
824 float arrowHeight = baseArrowHeight * fontScale;
    [all...]
RenderThemeChromiumMac.mm 847 const float baseArrowHeight = 4.0f;
    [all...]
RenderThemeMac.mm 776 const float baseArrowHeight = 4.0f;
    [all...]

Completed in 132 milliseconds