HomeSort by relevance Sort by last modified time
    Searched refs:guint (Results 126 - 150 of 358) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebKit/gtk/webkit/
webkithittestresult.cpp 46 guint context;
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)
239 guint context = WEBKIT_HIT_TEST_RESULT_CONTEXT_DOCUMENT;
webkitsecurityorigin.h 62 WEBKIT_API guint
webkitviewportattributes.cpp 115 static void webkit_viewport_attributes_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* paramSpec);
116 static void webkit_viewport_attributes_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* paramSpec);
435 static void webkit_viewport_attributes_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* paramSpec)
489 static void webkit_viewport_attributes_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* paramSpec)
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);
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)
webkitwebwindowfeatures.cpp 92 static void webkit_web_window_features_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec);
94 static void webkit_web_window_features_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec);
283 static void webkit_web_window_features_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
325 static void webkit_web_window_features_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
webkitwebinspector.cpp 85 static guint webkit_web_inspector_signals[LAST_SIGNAL] = { 0, };
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);
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)
  /external/bluetooth/glib/glib/
gthread.h 252 guint index;
267 guint depth;
277 guint depth);
278 guint g_static_rec_mutex_unlock_full (GStaticRecMutex *mutex);
288 guint read_counter;
290 guint want_to_read;
291 guint want_to_write;
grand.c 76 static guint
80 static guint random_version;
114 guint mti;
145 g_rand_new_with_seed_array (const guint32 *seed, guint seed_length)
316 g_rand_set_seed_array (GRand* rand, const guint32 *seed, guint seed_length)
gmain.c 124 guint owner_count;
133 guint next_id;
138 guint n_poll_records;
140 guint cached_poll_array_size;
166 guint ref_count;
183 guint interval;
184 guint granularity;
570 guint struct_size)
647 guint
651 guint result = 0
    [all...]
gdir.c 79 guint flags,
153 guint flags,
  /external/bluetooth/glib/gthread/
gthread-win32.c 77 static guint g_private_next = 0;
210 guint i;
353 guint index = GPOINTER_TO_UINT (private_key);
371 guint index = GPOINTER_TO_UINT (private_key);
418 guint i, private_max;
471 static guint __stdcall
497 guint ignore;
  /external/bluetooth/glib/gobject/
glib-genmarshal.c 191 { "UINT", "UINT", "guint", "g_marshal_value_peek_uint", },
197 { "FLAGS", "FLAGS", "guint", "g_marshal_value_peek_flags", },
209 guint i;
235 { "UINT", "UINT", "guint", "g_value_set_uint", },
241 { "FLAGS", "FLAGS", "guint", "g_value_set_flags", },
253 guint i;
287 (guint) strlen (string));
305 indent (guint n_spaces)
308 static guint blength = 0;
326 guint ind, a
    [all...]
gparam.c 79 guint n_collect_values,
81 guint collect_flags);
83 guint n_collect_values,
85 guint collect_flags);
790 guint n_collect_values,
792 guint collect_flags)
820 guint n_collect_values,
822 guint collect_flags)
856 static guint
861 guint h = key->owner_type
    [all...]
gtype.c 226 guint n_children : 12;
227 guint n_supers : 8;
228 guint _prot_n_ifaces_prerequisites : 9;
229 guint is_classed : 1;
230 guint is_instantiatable : 1;
231 guint mutatable_check_cache : 1; /* combines some common path checks */
285 guint ref_count;
305 guint init_state : 4;
318 guint init_state : 4;
353 static guint static_n_class_cache_funcs = 0
    [all...]
  /external/bluetooth/bluez/audio/
gstsbcutil.c 37 guint size = gst_value_list_get_size(value);
56 guint size = gst_value_list_get_size(value);
66 guint size = gst_value_list_get_size(value);
85 guint size = gst_value_list_get_size(value);
98 guint size = gst_value_list_get_size(list);
transport.c 54 guint id;
62 guint watch;
82 guint (*resume) (struct media_transport *transport,
84 guint (*suspend) (struct media_transport *transport,
87 guint id);
109 static struct media_request *media_request_create(DBusMessage *msg, guint id)
276 static guint resume_a2dp(struct media_transport *transport,
320 static guint suspend_a2dp(struct media_transport *transport,
336 static void cancel_a2dp(struct media_transport *transport, guint id)
386 static guint resume_headset(struct media_transport *transport
    [all...]
  /external/bluetooth/glib/tests/gobject/
ifaceinit.c 53 guint val;
54 guint base_val;
55 guint default_val;
152 static guint n_calls = 0; \
265 static guint n_calls = 0;
ifaceproperties.c 157 guint n_construct_properties,
213 guint prop_id,
243 guint prop_id,
336 guint prop_id,
360 guint prop_id,
  /external/chromium/chrome/browser/ui/gtk/
gtk_floating_container.cc 58 guint property_id,
63 guint property_id,
67 static guint floating_container_signals[LAST_SIGNAL] = { 0 };
254 guint property_id,
279 guint property_id,
  /external/bluetooth/bluez/gdbus/
watch.c 43 static guint listener_id = 0;
51 guint id;
62 guint id;
76 guint name_watch;
251 guint id)
652 guint g_dbus_add_service_watch(DBusConnection *connection, const char *name,
680 guint g_dbus_add_disconnect_watch(DBusConnection *connection, const char *name,
688 guint g_dbus_add_signal_watch(DBusConnection *connection,
715 gboolean g_dbus_remove_watch(DBusConnection *connection, guint id)
  /external/bluetooth/glib/gmodule/
gmodule.c 68 guint ref_count : 31;
69 guint is_resident : 1;
96 static guint module_debug_flags = 0;
208 const guint TOKEN_DLNAME = G_TOKEN_LAST + 1;
209 const guint TOKEN_INSTALLED = G_TOKEN_LAST + 2;
210 const guint TOKEN_LIBDIR = G_TOKEN_LAST + 3;
  /external/webkit/Source/WebKit/gtk/tests/
testdomdocument.c 99 guint i;
128 guint i;
173 guint i;
192 guint* count = (guint*)data;
198 guint count = 0;
  /external/bluetooth/bluez/src/
device.h 101 guint device_add_disconnect_watch(struct btd_device *device,
104 void device_remove_disconnect_watch(struct btd_device *device, guint id);
  /external/bluetooth/glib/gio/
glocalfilemonitor.c 49 guint property_id,
66 guint n_construct_properties,
gwin32volumemonitor.c 81 guint viewable_drives = GetLogicalDrives ();
199 guint trailing = wcslen (wc_name) - 1;

Completed in 592 milliseconds

1 2 3 4 56 7 8 91011>>