Searched defs:control_child_size (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dslide_animator_gtk.cc16 gpointer control_child_size) {
17 // If |control_child_size| is true, then we want |child_| to match the width
19 if (!GPOINTER_TO_INT(control_child_size)) {
33 bool control_child_size,
47 GINT_TO_POINTER(control_child_size));
13 OnChildSizeRequest(GtkWidget* expanded, GtkWidget* child, GtkRequisition* requisition, gpointer control_child_size) argument
29 SlideAnimatorGtk(GtkWidget* child, Direction direction, int duration, bool linear, bool control_child_size, Delegate* delegate) argument

Completed in 55 milliseconds