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

  /external/chromium/chrome/browser/ui/gtk/
gtk_floating_container.cc 26 // Returns the GtkFloatingContainerChild associated with |widget| (or NULL if
28 GtkFloatingContainerChild* GetChild(GtkFloatingContainer* container,
32 GtkFloatingContainerChild* child =
33 reinterpret_cast<GtkFloatingContainerChild*>(floating_children->data);
145 GtkFloatingContainerChild* child =
146 reinterpret_cast<GtkFloatingContainerChild*>(children->data);
185 GtkFloatingContainerChild* child =
186 reinterpret_cast<GtkFloatingContainerChild*>(children->data);
235 GtkFloatingContainerChild* child =
236 reinterpret_cast<GtkFloatingContainerChild*>(children->data)
    [all...]
gtk_floating_container.h 56 typedef struct _GtkFloatingContainerChild GtkFloatingContainerChild;
62 // A GList of all our floating children, in GtkFloatingContainerChild

Completed in 36 milliseconds