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

  /external/chromium/chrome/browser/ui/gtk/
gtk_floating_container.cc 30 for (GList* floating_children = container->floating_children;
31 floating_children; floating_children = g_list_next(floating_children)) {
33 reinterpret_cast<GtkFloatingContainerChild*>(floating_children->data);
128 container->floating_children = NULL;
140 // Handle the other case where it's in our |floating_children| list.
142 GList* children = floating->floating_children;
154 floating->floating_children
    [all...]
gtk_floating_container.h 64 GList* floating_children; member in struct:_GtkFloatingContainer

Completed in 118 milliseconds