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

  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.h 40 typedef struct _GtkThemeParts GtkThemeParts;
92 GtkThemeParts* partsForDrawable(GdkDrawable*) const;
gtkdrawing.h 126 } GtkThemeParts;
278 * GtkThemeParts struct are NULL, they will be created lazily.
281 moz_gtk_use_theme_parts(GtkThemeParts* parts);
301 * Destroy the widgets in the given GtkThemeParts, which should
302 * be destroyed before the GtkThemeParts can be freed.
304 void moz_gtk_destroy_theme_parts_widgets(GtkThemeParts* parts);
RenderThemeGtk.cpp 174 static_cast<GtkThemeParts*>(g_list_nth_data(values, i)));
177 GtkThemeParts* RenderThemeGtk::partsForDrawable(GdkDrawable* drawable) const
186 GtkThemeParts* parts = static_cast<GtkThemeParts*>(g_hash_table_lookup(m_partsTable.get(), colormap));
188 parts = g_new0(GtkThemeParts, 1);
gtk2drawing.c 59 static GtkThemeParts *gParts = NULL;
65 moz_gtk_use_theme_parts(GtkThemeParts* parts)
    [all...]

Completed in 320 milliseconds