OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gtk_icon_theme_get_default
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/gtk/
IconGtk.cpp
73
GtkIconTheme* iconTheme =
gtk_icon_theme_get_default
();
104
icon->m_icon = gtk_icon_theme_load_icon(
gtk_icon_theme_get_default
(), iconName.utf8().data(), 16, GTK_ICON_LOOKUP_USE_BUILTIN, 0);
ImageGtk.cpp
89
GtkIconInfo* iconInfo = gtk_icon_theme_lookup_icon(
gtk_icon_theme_get_default
(),
93
iconInfo = gtk_icon_theme_lookup_icon(
gtk_icon_theme_get_default
(),
Completed in 1127 milliseconds