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

  /external/chromium_org/ui/base/glib/
glib_integers.h 13 typedef long glong; typedef
  /external/chromium_org/ui/base/gtk/
gtk_signal_registrar.h 46 glong Connect(gpointer instance, const gchar* detailed_signal,
49 glong ConnectAfter(gpointer instance, const gchar* detailed_signal,
56 typedef std::vector<glong> HandlerList;
65 glong ConnectInternal(gpointer instance, const gchar* detailed_signal,
gtk_signal_registrar.cc 32 glong GtkSignalRegistrar::Connect(gpointer instance,
40 glong GtkSignalRegistrar::ConnectAfter(gpointer instance,
47 glong GtkSignalRegistrar::ConnectInternal(gpointer instance,
62 glong handler_id = after ?
  /external/chromium/chrome/browser/ui/
window_sizer_linux.cc 83 if (data_len < static_cast<gint>(4 * sizeof(glong))) {
89 glong* data = reinterpret_cast<glong*>(raw_data);
  /external/chromium_org/ui/gfx/
screen_gtk.cc 33 if (data_len < static_cast<gint>(4 * sizeof(glong))) {
39 glong* data = reinterpret_cast<glong*>(raw_data);

Completed in 457 milliseconds