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

  /external/chromium_org/ui/base/glib/
glib_integers.h 19 typedef unsigned int guint; typedef
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_status_icon.h 48 guint,
49 guint);
gtk2_util.h 40 guint GetGdkKeyCodeForAccelerator(const ui::Accelerator& accelerator);
46 int EventFlagsFromGdkState(guint state);
gconf_listener.h 33 GConfClient*, guint, GConfEntry*);
x11_input_method_context_impl_gtk2.h 111 void StartTrap(guint keyval);
127 guint gdk_event_key_keyval_;
gtk2_status_icon.cc 62 guint button,
gconf_listener.cc 95 reinterpret_cast<void (*)(GConfClient*, guint, GConfEntry*, void*)>(
103 guint cnxn_id,
gtk2_util.cc 74 guint GetGdkKeyCodeForAccelerator(const ui::Accelerator& accelerator) {
93 int EventFlagsFromGdkState(guint state) {
x11_input_method_context_impl_gtk2.cc 222 guint* keyvals = NULL;
355 guint keyval) {
  /external/qemu/distrib/mini-glib/src/
glib-mini.c 177 guint n = 0;
211 guint n;
222 guint g_str_hash(const void* str) {
224 guint hash = 5381U;
227 hash = (hash << 5) + hash + (guint)*p;
391 guint hash;
416 static guint _gpointer_hash(gconstpointer key) {
417 return (guint)(uintptr_t)key;
491 static guint _g_hash_table_lookup_index(GHashTable* hash_table,
493 guint* key_hash)
    [all...]
  /external/fio/
gcompat.c 39 guint gtk_widget_get_allocated_width(GtkWidget *w)
44 guint gtk_widget_get_allocated_height(GtkWidget *w)
gcompat.h 32 guint gtk_widget_get_allocated_width(GtkWidget *w);
33 guint gtk_widget_get_allocated_height(GtkWidget *w);
gfio.h 60 guint recent_ui_id;
gfio.c 323 guint width = gtk_widget_get_allocated_width(w);
324 guint height = gtk_widget_get_allocated_height(w);
    [all...]
goptions.c 506 guint maxval, interval;
712 guint interval;
1209 guint val = 0;
1300 guint val;
    [all...]
gclient.c 946 guint width = gtk_widget_get_allocated_width(w);
947 guint height = gtk_widget_get_allocated_height(w);
    [all...]
  /external/qemu/distrib/mini-glib/include/
glib.h 22 typedef unsigned int guint; typedef
39 typedef guint (*GHashFunc)(gconstpointer key);
100 guint g_str_hash(const void* str);
151 guint g_hash_table_size(GHashTable* hash_table);
165 guint length;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
gtk.h 20 guint statbar_ctx_id;
  /external/qemu/include/qemu/
timer.h 659 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout);
  /external/chromium_org/net/proxy/
proxy_config_service_linux.cc 488 static void OnGConfChangeNotification(GConfClient* client, guint cnxn_id,
501 guint system_proxy_id_;
502 guint system_http_proxy_id_;
    [all...]
  /external/qemu/
qemu-timer.c 308 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout)
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.cc 108 for (guint i = 0; i < attrs->len; ++i) {
    [all...]

Completed in 417 milliseconds