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

  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk2.cpp 50 static const int minSpinButtonArrowSize = 6;
585 int width = max(PANGO_PIXELS(fontSize), minSpinButtonArrowSize);
    [all...]
RenderThemeGtk3.cpp 50 static const int minSpinButtonArrowSize = 6;
730 gint arrowSize = max(PANGO_PIXELS(fontSize), minSpinButtonArrowSize);
    [all...]

Completed in 39 milliseconds