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

  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.h 20 // void (*child_size_request)(GtkExpandedContainer* container,
35 GtkExpandedContainer))
47 typedef struct _GtkExpandedContainer GtkExpandedContainer;
61 void gtk_expanded_container_put(GtkExpandedContainer* container,
63 void gtk_expanded_container_move(GtkExpandedContainer* container,
65 void gtk_expanded_container_set_has_window(GtkExpandedContainer* container,
67 gboolean gtk_expanded_container_get_has_window(GtkExpandedContainer* container);
gtk_expanded_container.cc 116 G_DEFINE_TYPE(GtkExpandedContainer, gtk_expanded_container, GTK_TYPE_FIXED)
139 static void gtk_expanded_container_init(GtkExpandedContainer* container) {
166 void gtk_expanded_container_put(GtkExpandedContainer* container,
173 void gtk_expanded_container_move(GtkExpandedContainer* container,
180 void gtk_expanded_container_set_has_window(GtkExpandedContainer* container,
188 GtkExpandedContainer* container) {
gtk_expanded_container_unittest.cc 120 static void OnChildSizeRequest(GtkExpandedContainer* container,

Completed in 171 milliseconds