Searched refs:containerContext (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk3.cpp115 GtkStyleContext* containerContext = getStyleContext(GTK_TYPE_CONTAINER); local
117 gtk_style_context_get_background_color(containerContext, GTK_STATE_FLAG_NORMAL, &color);
119 gtk_style_context_get_background_color(containerContext, GTK_STATE_FLAG_ACTIVE, &color);
121 gtk_style_context_get_background_color(containerContext, GTK_STATE_FLAG_SELECTED, &color);

Completed in 523 milliseconds