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

  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.cpp 326 GRefPtr<GdkPixbuf> icon = getStockIcon(GTK_TYPE_ENTRY, GTK_STOCK_FIND,
345 GRefPtr<GdkPixbuf> icon = getStockIcon(GTK_TYPE_ENTRY, GTK_STOCK_CLEAR,
373 GRefPtr<GdkPixbuf> icon = getStockIcon(GTK_TYPE_ENTRY, GTK_STOCK_CAPS_LOCK_WARNING,
480 GRefPtr<GdkPixbuf> icon = getStockIcon(GTK_TYPE_CONTAINER, iconName,
RenderThemeGtk.h 179 GRefPtr<GdkPixbuf> getStockIcon(GType, const char* iconName, gint direction, gint state, gint iconSize);
RenderThemeGtk2.cpp 657 GRefPtr<GdkPixbuf> RenderThemeGtk::getStockIcon(GType widgetType, const char* iconName, gint direction, gint state, gint iconSize)
    [all...]
RenderThemeGtk3.cpp     [all...]

Completed in 592 milliseconds