Searched defs:iconSize (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/gtk/ |
D | RenderThemeGtk.cpp | 66 GtkIconSize iconSize = gtk_icon_size_from_name("webkit-media-button-size"); in getMediaButtonIconSize() local 230 IntSize iconSize(gdk_pixbuf_get_width(icon), gdk_pixbuf_get_height(icon)); in paintGdkPixbuf() local 315 …int iconSize = std::min(inputContentBox.width(), std::min(inputContentBox.height(), rect.height())… in centerRectVerticallyInParentInputElement() local 372 int iconSize = std::min(rect.width(), rect.height()); in paintCapsLockIndicator() local
|
D | RenderThemeGtk3.cpp | 837 …tk::getStockIcon(GType widgetType, const char* iconName, gint direction, gint state, gint iconSize) in getStockIcon()
|
D | RenderThemeGtk2.cpp | 657 …tk::getStockIcon(GType widgetType, const char* iconName, gint direction, gint state, gint iconSize) in getStockIcon()
|