Home
last modified time | relevance | path

Searched refs:gtkIconSizeButton (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp248 static const gint gtkIconSizeButton = 20; variable
257 if (pixelSize >= gtkIconSizeSmallToolbar && pixelSize < gtkIconSizeButton) in getIconSizeForPixelSize()
259 if (pixelSize >= gtkIconSizeButton && pixelSize < gtkIconSizeLargeToolbar) in getIconSizeForPixelSize()