Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp249 static const gint gtkIconSizeLargeToolbar = 24; variable
259 if (pixelSize >= gtkIconSizeButton && pixelSize < gtkIconSizeLargeToolbar) in getIconSizeForPixelSize()
261 if (pixelSize >= gtkIconSizeLargeToolbar && pixelSize < gtkIconSizeDnd) in getIconSizeForPixelSize()