Home
last modified time | relevance | path

Searched refs:GObject (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/ui/base/gtk/
Dg_object_destructor_filo.h17 typedef struct _GObject GObject; typedef
53 typedef void (*DestructorHook)(void* context, GObject* where_the_object_was);
56 void Connect(GObject* object, DestructorHook callback, void* context);
57 void Disconnect(GObject* object, DestructorHook callback, void* context);
61 Hook(GObject* o, DestructorHook cb, void* ctx) in Hook()
64 bool equal(GObject* o, DestructorHook cb, void* ctx) const { in equal()
67 GObject* object;
72 typedef std::map<GObject*, HandlerList> HandlerMap;
78 void WeakNotify(GObject* where_the_object_was);
79 static void WeakNotifyThunk(gpointer data, GObject* where_the_object_was) {
Dgtk_signal_registrar.h16 typedef struct _GObject GObject; typedef
57 typedef std::map<GObject*, HandlerList> HandlerMap;
59 static void WeakNotifyThunk(gpointer data, GObject* where_the_object_was) { in WeakNotifyThunk()
63 void WeakNotify(GObject* where_the_object_was);
Dgtk_signal_registrar.cc20 GObject* object = list_iter->first; in ~GtkSignalRegistrar()
52 GObject* object = G_OBJECT(instance); in ConnectInternal()
70 void GtkSignalRegistrar::WeakNotify(GObject* where_the_object_was) { in WeakNotify()
82 GObject* object = G_OBJECT(instance); in DisconnectAll()
Dg_object_destructor_filo.cc28 GObject* object, DestructorHook callback, void* context) { in Connect()
40 GObject* object, DestructorHook callback, void* context) { in Disconnect()
73 void GObjectDestructorFILO::WeakNotify(GObject* where_the_object_was) { in WeakNotify()
/external/chromium_org/chrome/browser/ui/views/frame/
Dglobal_menu_bar_registrar_x11.h41 GObject*, GAsyncResult*);
43 GObject*, GParamSpec*);
Dglobal_menu_bar_registrar_x11.cc113 void GlobalMenuBarRegistrarX11::OnProxyCreated(GObject* source, in OnProxyCreated()
134 void GlobalMenuBarRegistrarX11::OnNameOwnerChanged(GObject* /* ignored */, in OnNameOwnerChanged() argument
/external/chromium_org/chrome/browser/ui/gtk/
Dgtk_chrome_shrinkable_hbox.cc98 static void gtk_chrome_shrinkable_hbox_set_property(GObject* object,
102 static void gtk_chrome_shrinkable_hbox_get_property(GObject* object,
137 static void gtk_chrome_shrinkable_hbox_set_property(GObject* object, in gtk_chrome_shrinkable_hbox_set_property()
154 static void gtk_chrome_shrinkable_hbox_get_property(GObject* object, in gtk_chrome_shrinkable_hbox_get_property()
Dgtk_custom_menu_item.cc93 static void on_button_label_set(GObject* object) { in on_button_label_set()
100 static void gtk_custom_menu_item_finalize(GObject *object);
166 static void gtk_custom_menu_item_finalize(GObject *object) { in gtk_custom_menu_item_finalize()
Dtask_manager_gtk.h105 GtkAccelGroup*, GObject*, guint, GdkModifierType);
Dlocation_bar_view_gtk.h268 GObject* acceleratable,
Dbrowser_window_gtk.h416 GObject* acceleratable,
/external/chromium/chrome/browser/ui/gtk/
Dgtk_chrome_shrinkable_hbox.cc101 static void gtk_chrome_shrinkable_hbox_set_property(GObject* object,
105 static void gtk_chrome_shrinkable_hbox_get_property(GObject* object,
140 static void gtk_chrome_shrinkable_hbox_set_property(GObject* object, in gtk_chrome_shrinkable_hbox_set_property()
157 static void gtk_chrome_shrinkable_hbox_get_property(GObject* object, in gtk_chrome_shrinkable_hbox_get_property()
Dgtk_custom_menu_item.cc92 static void on_button_label_set(GObject* object) { in on_button_label_set()
98 static void gtk_custom_menu_item_finalize(GObject *object);
164 static void gtk_custom_menu_item_finalize(GObject *object) { in gtk_custom_menu_item_finalize()
Dinfo_bubble_gtk.h149 GObject*, guint, GdkModifierType);
Dtask_manager_gtk.h107 GtkAccelGroup*, GObject*, guint, GdkModifierType);
Dbrowser_window_gtk.h360 GObject* acceleratable,
/external/chromium_org/content/shell/browser/
Dshell.h222 GObject*, guint, GdkModifierType);
224 GObject*, guint, GdkModifierType);
226 GObject*, guint, GdkModifierType);
228 GObject*, guint, GdkModifierType);
Dshell_gtk.cc301 GObject* acceleratable, in OnCloseWindowKeyPressed()
309 GObject* acceleratable, in OnNewWindowKeyPressed()
323 GObject* acceleratable, in OnHighlightURLView()
331 GObject* acceleratable, in OnReloadKeyPressed()
/external/pixman/demos/
Dscale.c139 copy_to_counterpart (app_t *app, GObject *object) in copy_to_counterpart()
147 GObject *counterpart = NULL; in copy_to_counterpart()
152 GObject *x = gtk_builder_get_object (app->builder, xy_map[i]); in copy_to_counterpart()
153 GObject *y = gtk_builder_get_object (app->builder, xy_map[i + 1]); in copy_to_counterpart()
/external/chromium_org/chrome/browser/ui/gtk/extensions/
Dextension_keybinding_registry_gtk.h69 GtkAccelGroup*, GObject*, guint, GdkModifierType);
Dextension_keybinding_registry_gtk.cc157 GObject* acceleratable, in OnGtkAccelerator()
/external/chromium_org/chrome/browser/ui/gtk/bubble/
Dbubble_gtk.h182 GObject*, guint, GdkModifierType);
/external/harfbuzz_ng/
DTODO82 - GObject, FreeType, etc
/external/chromium_org/chrome/browser/ui/gtk/panels/
Dpanel_gtk.h134 GObject* acceleratable,
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_gtk.cc291 static void browser_accessibility_finalize(GObject* atk_object) { in browser_accessibility_finalize()

12