/external/webkit/WebCore/accessibility/gtk/ |
AccessibilityObjectAtk.cpp | 76 g_object_ref(m_wrapper);
|
/external/bluetooth/glib/gio/ |
gpollfilemonitor.c | 150 poll_monitor->last_info = g_object_ref (info); 169 0, 0, NULL, got_new_info, g_object_ref (poll_monitor)); 213 poll_monitor->file = g_object_ref (file); 216 0, 0, NULL, got_initial_info, g_object_ref (poll_monitor));
|
gasynchelper.c | 63 result->async_object = g_object_ref (async_object); 161 fd_source->cancellable = g_object_ref (cancellable);
|
gwin32mount.c | 143 mount->volume_monitor = volume_monitor != NULL ? g_object_ref (volume_monitor) : NULL; 236 return g_object_ref (win32_mount->icon); 270 return G_VOLUME (g_object_ref (win32_mount->volume));
|
gsimpleasyncresult.c | 205 simple->source_object = g_object_ref (source_object); 295 return g_object_ref (G_SIMPLE_ASYNC_RESULT (res)->source_object); 597 g_object_ref (simple); 692 data->simple = g_object_ref (simple); 695 g_object_ref (cancellable);
|
gfilenamecompleter.c | 250 data->completer->basenames_dir = g_object_ref (data->dir); 289 data->completer->basenames_dir = g_object_ref (data->dir); 316 data->dir = g_object_ref (dir);
|
gemblem.c | 184 emblem->icon = g_object_ref (icon); 212 emblem->icon = g_object_ref (icon);
|
gemblemedicon.c | 118 emblemed->icon = g_object_ref (icon); 180 g_object_ref (emblem);
|
gfileicon.c | 348 data->icon = g_object_ref (icon); 374 return g_object_ref (op);
|
gfileattribute.c | 276 g_object_ref (attr->u.obj); 633 value->u.obj = g_object_ref (value_p); 808 attr->u.obj = g_object_ref (obj); [all...] |
/external/webkit/WebCore/platform/gtk/ |
ScrollbarGtk.cpp | 59 g_object_ref(m_adjustment); 82 g_object_ref(m_adjustment); 105 g_object_ref(m_adjustment); 227 g_object_ref(event->expose.window);
|
ContextMenuGtk.cpp | 74 g_object_ref(m_platformDescription);
|
GtkPluginWidget.cpp | 94 g_object_ref(event->expose.window);
|
/external/bluetooth/glib/tests/gobject/ |
singleton.c | 50 return g_object_ref (the_one_and_only);
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
DocumentLoaderGtk.cpp | 114 g_object_ref(m_dataSource);
|
DragClientGtk.cpp | 100 g_object_ref(context);
|
/external/bluetooth/glib/tests/refcount/ |
objects2.c | 94 g_object_ref (test);
|
objects.c | 92 g_object_ref (test);
|
/external/webkit/WebCore/platform/network/soup/ |
CookieJarSoup.cpp | 55 g_object_ref(cookieJar);
|
/external/webkit/WebKit/gtk/tests/ |
testwebbackforwardlist.c | 66 g_object_ref(backItem); 72 g_object_ref(currentItem); 79 g_object_ref(forwardItem); 85 g_object_ref(nthItem);
|
testwebresource.c | 148 main_resource = g_object_ref(web_resource); 220 main_resource = g_object_ref(web_resource); 222 sub_resource = g_object_ref(web_resource);
|
/external/webkit/WebCore/platform/graphics/gtk/ |
FontPlatformDataPango.cpp | 183 g_object_ref(families[family])); 234 g_object_ref(other.m_font); 240 g_object_ref(other.m_context);
|
/external/bluetooth/glib/gobject/ |
gobject.c | 69 * can only g_object_ref() the new child, so to implement this code without 81 * anymore), g_object_ref_sink() is equivalent to g_object_ref() and returns 788 g_object_ref (object); 813 g_object_ref (object); 836 g_object_ref (object); 881 g_object_ref (object); 2334 g_object_ref (gpointer _object) function [all...] |
/external/bluetooth/glib/gio/tests/ |
simple-async-result.c | 55 got_result = g_object_ref (result);
|
/external/bluetooth/glib/gio/win32/ |
gwinhttpfileinputstream.c | 116 stream->file = g_object_ref (file);
|