Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp250 static const gint gtkIconSizeDnd = 32; variable
261 if (pixelSize >= gtkIconSizeLargeToolbar && pixelSize < gtkIconSizeDnd) in getIconSizeForPixelSize()
263 if (pixelSize >= gtkIconSizeDnd && pixelSize < gtkIconSizeDialog) in getIconSizeForPixelSize()