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

/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_floating_container.cc26 // 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*>(childre
[all...]
H A Dgtk_floating_container.h56 typedef struct _GtkFloatingContainerChild GtkFloatingContainerChild; typedef in typeref:struct:_GtkFloatingContainerChild
62 // A GList of all our floating children, in GtkFloatingContainerChild

Completed in 89 milliseconds