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

  /external/bluetooth/glib/glib/
glist.h 96 GList* g_list_first (GList *list);
glist.c 725 * g_list_first:
734 g_list_first (GList *list) function
galiasdef.c 1353 #undef g_list_first macro
    [all...]
galias.h 1347 #define g_list_first macro
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu_item.cc 393 if (g_list_first(menu_item->button_widgets)->data == current)
433 GTK_WIDGET(g_list_first(menu_item->button_widgets)->data);
collected_cookies_gtk.cc 335 GList* item = g_list_first(paths);
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.cc 187 GList* element = g_list_first(found);
554 GList* element = g_list_first(list);
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 219 for (GList* item = g_list_first(items); item; item = g_list_next(item)) {
    [all...]

Completed in 511 milliseconds