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

  /external/chromium/chrome/browser/ui/
browser_list_gtk.cc 13 g_list_foreach(window_list, (GFunc)g_object_ref, NULL);
25 g_list_foreach(window_list, (GFunc)g_object_unref, NULL);
  /external/bluetooth/glib/gio/
gunixvolumemonitor.c 80 g_list_foreach (monitor->last_mountpoints, (GFunc)g_unix_mount_point_free, NULL);
82 g_list_foreach (monitor->last_mounts, (GFunc)g_unix_mount_free, NULL);
85 g_list_foreach (monitor->volumes, (GFunc)g_object_unref, NULL);
87 g_list_foreach (monitor->mounts, (GFunc)g_object_unref, NULL);
99 g_list_foreach (monitor->volumes, (GFunc)g_object_unref, NULL);
103 g_list_foreach (monitor->mounts, (GFunc)g_object_unref, NULL);
119 g_list_foreach (l, (GFunc)g_object_ref, NULL);
133 g_list_foreach (l, (GFunc)g_object_ref, NULL);
388 g_list_foreach (monitor->last_mountpoints,
444 g_list_foreach (monitor->last_mounts
    [all...]
gfilenamecompleter.c 90 g_list_foreach (completer->basenames, (GFunc)g_free, NULL);
159 g_list_foreach (data->basenames, (GFunc)g_free, NULL);
247 g_list_foreach (data->completer->basenames, (GFunc)g_free, NULL);
285 g_list_foreach (data->completer->basenames, (GFunc)g_free, NULL);
gemblemedicon.c 78 g_list_foreach (emblemed->emblems, (GFunc) g_object_unref, NULL);
gdesktopappinfo.c 1045 g_list_foreach (launched_files, (GFunc)g_object_unref, NULL);
1127 g_list_foreach (uris, (GFunc)g_free, NULL);
    [all...]
gcontenttype.c 1054 * @g_list_foreach(list, g_free, NULL) and @g_list_free(list)
1118 g_list_foreach (matchlet->matches, (GFunc)tree_matchlet_free, NULL);
1128 g_list_foreach (match->matches, (GFunc)tree_matchlet_free, NULL);
1318 g_list_foreach (tree_matches, (GFunc)tree_match_free, NULL);
    [all...]
gfileenumerator.c 611 g_list_foreach (op->files, (GFunc)g_object_unref, NULL);
  /external/webkit/Source/WebCore/platform/graphics/pango/
GlyphPageTreeNodePango.cpp 68 g_list_foreach(items, (GFunc)pango_item_free, NULL);
  /external/bluetooth/glib/gio/tests/
desktop-app-info.c 123 g_list_foreach (list, (GFunc)g_object_unref, NULL);
143 g_list_foreach (list, (GFunc)g_object_unref, NULL);
160 g_list_foreach (list, (GFunc)g_object_unref, NULL);
  /external/bluetooth/glib/glib/
glist.h 98 void g_list_foreach (GList *list,
glist.c 774 * g_list_foreach:
782 g_list_foreach (GList *list, function
galiasdef.c 1356 #undef g_list_foreach macro
    [all...]
goption.c 245 g_list_foreach (context->groups, (GFunc)g_option_group_free, NULL);
    [all...]
gkeyfile.c     [all...]
galias.h 1350 #define g_list_foreach macro
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
collected_cookies_gtk.cc 354 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL);
396 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL);
462 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL);
gtk_tree.cc 76 g_list_foreach(list, (GFunc)gtk_tree_path_free, NULL);
task_manager_gtk.cc 806 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL);
    [all...]
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 178 g_list_foreach(items, (GFunc)pango_item_free, NULL);
  /external/bluetooth/glib/gio/inotify/
inotify-path.c 416 g_list_foreach (dir_list, ip_wd_delete, NULL);

Completed in 227 milliseconds