HomeSort by relevance Sort by last modified time
    Searched refs:gint (Results 251 - 275 of 334) sorted by null

<<11121314

  /external/bluetooth/bluez/plugins/
pnat.c 147 static void pnatd_exit(GPid pid, gint status, gpointer user_data)
416 static gint server_cmp(gconstpointer a, gconstpointer b)
  /external/bluetooth/glib/gio/
gunixinputstream.c 253 g_unix_input_stream_new (gint fd,
321 gint
gunixoutputstream.c 239 g_unix_output_stream_new (gint fd,
307 gint
glocaldirectorymonitor.c 93 gint i;
  /external/bluetooth/glib/gobject/
gboxed.c 59 static gint boxed_nodes_cmp (gconstpointer p1,
73 static gint
gobject.c 174 gint job);
187 static guint (*floating_flag_handler) (GObject*, gint) = object_floating_flag_handler;
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.cpp 125 static void deleteFromCursorCallback(GtkWidget* widget, GtkDeleteType deleteType, gint count, WebView* client)
184 static void moveCursorCallback(GtkWidget* widget, GtkMovementStep step, gint count, gboolean extendSelection, WebView* client)
  /external/bluetooth/bluez/input/
server.c 53 static gint server_cmp(gconstpointer s, gconstpointer user_data)
  /external/bluetooth/glib/gio/tests/
desktop-app-info.c 242 gint result;
  /external/bluetooth/glib/glib/
gpattern.c 191 gint hw_pos = -1, tw_pos = -1, hj_pos = -1, tj_pos = -1;
gconvert.c 215 gint
    [all...]
  /external/bluetooth/glib/gthread/
gthread-impl.c 43 static gint g_thread_priority_map [G_THREAD_PRIORITY_URGENT + 1];
  /external/chromium/base/
message_pump_glib.cc 92 gint* timeout_ms) {
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.cc 294 static void OnSetLayoutFinish(GPid pid, gint status, XKeyboard* self) {
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc     [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.cc 722 gint monitor = gdk_screen_get_monitor_at_window(screen, widget->window);
726 gint x, y;
728 gint width = widget->allocation.width;
729 gint height = widget->allocation.height;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.cc 180 gint id = 0;
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk3.cpp 151 gint arrowDisplacementX, arrowDisplacementY;
  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 75 static gint currentHandleId = 1;
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 155 gint length = g_unichar_to_utf8(wc, buffer);
  /external/webkit/Source/WebKit/gtk/tests/
testwebdatasource.c 174 gint numberOfResources = g_list_length(subResources);
  /external/webkit/Source/WebKit2/Platform/gtk/
WorkQueueGtk.cpp 84 static gboolean performWorkOnTermination(GPid, gint, EventSource* eventSource)
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 289 static gint compareHistoryItems(gpointer* item1, gpointer* item2)
349 gint forwardListCount = webkit_web_back_forward_list_get_forward_length(bfList);
363 gint currentItemIndex = g_list_length(itemsToPrint) - 1;
364 gint backListCount = webkit_web_back_forward_list_get_back_length(bfList);
    [all...]
  /external/webkit/Tools/GtkLauncher/
main.c 30 static gint windowCount = 0;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 540 gint videoTracks = 0;
559 gint audioTracks = 0;
    [all...]

Completed in 449 milliseconds

<<11121314