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

/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk3.cpp771 guint junction = gtk_style_context_get_junction_sides(context); local
773 junction |= GTK_JUNCTION_BOTTOM;
775 junction |= GTK_JUNCTION_TOP;
779 gtk_style_context_set_junction_sides(context, static_cast<GtkJunctionSides>(junction));

Completed in 149 milliseconds