HomeSort by relevance Sort by last modified time
    Searched refs:GObject (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/webkit/Source/WebCore/bindings/gobject/
GObjectEventListener.h 28 typedef struct _GObject GObject;
36 static bool addEventListener(GObject* object, EventTarget* target, const char* domEventName, GCallback handler, bool useCapture, void* userData)
42 static bool removeEventListener(GObject* object, EventTarget* target, const char* domEventName, GCallback handler, bool useCapture)
48 static void gobjectDestroyedCallback(GObjectEventListener* listener, GObject*)
63 GObjectEventListener(GObject*, EventTarget*, const char* domEventName, GCallback handler, bool capture, void* userData);
69 GObject* m_object;
72 // we only use it when the GObject and thus the m_coreTarget object is alive.
WebKitDOMObject.cpp 25 static void webkit_dom_object_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
34 static void webkit_dom_object_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
WebKitDOMObject.h 44 GObject parentInstance;
GObjectEventListener.cpp 32 typedef void (*GObjectEventListenerCallback)(GObject*, WebKitDOMEvent*, void*);
34 GObjectEventListener::GObjectEventListener(GObject* object, EventTarget* target, const char* domEventName, GCallback handler, bool capture, void* userData)
DOMObjectCache.cpp 30 GObject* object;
62 static void weakRefNotify(gpointer data, GObject* zombie)
132 data->object = static_cast<GObject*>(wrapper);
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestInterface.cpp 33 #include "gobject/ConvertToUTF8String.h"
75 static void webkit_dom_test_interface_finalize(GObject* object)
91 static void webkit_dom_test_interface_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
102 static void webkit_dom_test_interface_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
113 static void webkit_dom_test_interface_constructed(GObject* object)
142 * in a C-allocated GObject structure. See the finalize() code for the
WebKitDOMTestMediaQueryListListener.cpp 31 #include "gobject/ConvertToUTF8String.h"
73 static void webkit_dom_test_media_query_list_listener_finalize(GObject* object)
89 static void webkit_dom_test_media_query_list_listener_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
100 static void webkit_dom_test_media_query_list_listener_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
111 static void webkit_dom_test_media_query_list_listener_constructed(GObject* object)
140 * in a C-allocated GObject structure. See the finalize() code for the
WebKitDOMTestSerializedScriptValueInterface.cpp 34 #include "gobject/ConvertToUTF8String.h"
90 static void webkit_dom_test_serialized_script_value_interface_finalize(GObject* object)
106 static void webkit_dom_test_serialized_script_value_interface_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
117 static void webkit_dom_test_serialized_script_value_interface_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
136 static void webkit_dom_test_serialized_script_value_interface_constructed(GObject* object)
156 WEBKIT_TYPE_DOM_SERIALIZED_SCRIPT_VALUE, /* gobject type */
172 * in a C-allocated GObject structure. See the finalize() code for the
WebKitDOMTestCallback.cpp 33 #include "gobject/ConvertToUTF8String.h"
159 static void webkit_dom_test_callback_finalize(GObject* object)
175 static void webkit_dom_test_callback_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
186 static void webkit_dom_test_callback_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
197 static void webkit_dom_test_callback_constructed(GObject* object)
226 * in a C-allocated GObject structure. See the finalize() code for the
  /external/webkit/Source/WebKit/gtk/webkit/
webkitsoupauthdialog.h 36 GObject parent_instance;
webkitgeolocationpolicydecision.h 37 GObject parent_instance;
webkithittestresult.h 40 GObject parent_instance;
webkiticondatabase.cpp 34 #include <wtf/gobject/GOwnPtr.h>
86 static void webkit_icon_database_finalize(GObject* object)
94 static void webkit_icon_database_dispose(GObject* object)
99 static void webkit_icon_database_set_property(GObject* object, guint propId, const GValue* value, GParamSpec* pspec)
113 static void webkit_icon_database_get_property(GObject* object, guint propId, GValue* value, GParamSpec* pspec)
webkitnetworkrequest.cpp 58 static void webkit_network_request_dispose(GObject* object)
71 static void webkit_network_request_finalize(GObject* object)
81 static void webkit_network_request_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec)
97 static void webkit_network_request_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec)
webkitnetworkresponse.cpp 58 static void webkit_network_response_dispose(GObject* object)
71 static void webkit_network_response_finalize(GObject* object)
81 static void webkit_network_response_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec)
97 static void webkit_network_response_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec)
webkitviewportattributes.h 38 GObject parent_instance;
webkitwebplugin.h 62 GObject parentInstance;
webkitwebplugindatabase.h 42 GObject parentInstance;
webkitwebpolicydecision.h 38 GObject parent_instance;
webkitwebsettings.h 46 GObject parent_instance;
webkitwebwindowfeatures.h 39 GObject parent_instance;
webkitwebresource.cpp 58 static void webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec);
59 static void webkit_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec);
82 static void webkit_web_resource_dispose(GObject* object)
95 static void webkit_web_resource_finalize(GObject* object)
178 static void webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
201 static void webkit_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
webkitwebinspector.cpp 104 static void webkit_web_inspector_finalize(GObject* object);
106 static void webkit_web_inspector_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec);
108 static void webkit_web_inspector_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec);
333 static void webkit_web_inspector_finalize(GObject* object)
347 static void webkit_web_inspector_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
381 static void webkit_web_inspector_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
webkithittestresult.cpp 63 static void webkit_hit_test_result_finalize(GObject* object)
75 static void webkit_hit_test_result_dispose(GObject* object)
82 static void webkit_hit_test_result_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec)
108 static void webkit_hit_test_result_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec)
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.cc 101 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,
157 static void gtk_chrome_shrinkable_hbox_get_property(GObject* object,

Completed in 132 milliseconds

1 2 3