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

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 119 gint result = g_stat(filename.data(), &statResult);
134 gint result = g_stat(filename.data(), &statResult);
157 gint result = g_mkdir_with_parents(filename.data(), S_IRWXU);
RenderThemeGtk.h 179 GRefPtr<GdkPixbuf> getStockIcon(GType, const char* iconName, gint direction, gint state, gint iconSize);
PlatformScreenGtk.cpp 104 gint monitor = gdk_screen_get_monitor_at_window(screen, gtk_widget_get_window(GTK_WIDGET(container)));
RenderThemeGtk2.cpp 101 gint focusWidth, focusPad;
150 gint indicatorSize;
280 gint separatorWidth = 0;
401 gint focusPadding = 0, focusWidth = 0;
449 gint focusWidth;
581 gint fontSize = pango_font_description_get_size(fontDescription);
657 GRefPtr<GdkPixbuf> RenderThemeGtk::getStockIcon(GType widgetType, const char* iconName, gint direction, gint state, gint iconSize)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 158 gint x, y, width, height;
250 gint num_monitors = gdk_screen_get_n_monitors(screen);
254 for (gint i = 0; i < num_monitors; ++i) {
632 gint x = static_cast<gint>(bounds.x());
633 gint y = static_cast<gint>(bounds.y());
634 gint width = static_cast<gint>(bounds.width());
635 gint height = static_cast<gint>(bounds.height())
    [all...]
info_bubble_gtk.cc 273 gint toplevel_x = 0, toplevel_y = 0;
316 gint toplevel_x = 0, toplevel_y = 0;
324 gint screen_x = 0;
334 gint screen_y = toplevel_y + offset_y + rect_.height() +
403 gint n_keys;
gtk_custom_menu.cc 13 static gint gtk_menu_shell_is_item(GtkMenuShell* menu_shell,
gtk_tree.cc 16 gint GetRowNumForPath(GtkTreePath* path) {
17 gint* indices = gtk_tree_path_get_indices(path);
25 gint GetRowNumForIter(GtkTreeModel* model, GtkTreeIter* iter) {
32 gint GetTreeSortChildRowNumForPath(GtkTreeModel* sort_model,
  /external/bluetooth/glib/tests/
queue-test.c 20 gint n;
87 gint *best = user_data;
88 gint element = GPOINTER_TO_INT (elm);
97 gint *best = user_data;
98 gint element = GPOINTER_TO_INT (elm);
104 static gint
107 gint min = G_MAXINT;
114 static gint
117 gint max = G_MININT;
151 static gint
    [all...]
markup-escape-test.c 33 gint len;
type-test.c 46 gint gi;
unicode-caseconv.c 22 gint result = 0;
  /external/bluetooth/glib/gio/
gsimpleasyncresult.c 262 gint code,
481 gint code,
510 gint code,
537 gint code,
760 gint code,
gcontenttype.c 1110 gint priority;
1137 gint len;
1158 gint *depth)
1163 gint i;
1211 static gint
1229 gint depth)
1270 gint i;
1273 gint depth;
1358 gint depth;
1368 gint depth,
    [all...]
gioscheduler.c 56 gint io_priority;
78 static gint
228 gint io_priority,
gasynchelper.c 88 gint *timeout)
  /external/bluetooth/glib/glib/
giounix.c 59 gint fd;
96 gint *timeout);
123 gint *timeout)
573 g_io_channel_unix_new (gint fd)
601 gint
gqueue.c 316 gint n)
416 gint n,
699 gint i;
736 gint
866 gint
gconvert.h 62 gint g_iconv_close (GIConv converter);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 639 void DumpRenderTreeSupportGtk::dumpConfigurationForViewport(WebKitWebView* webView, gint deviceDPI, gint deviceWidth, gint deviceHeight, gint availableWidth, gint availableHeight)
676 bool DumpRenderTreeSupportGtk::webkitWebFrameSelectionHasSpellingMarker(WebKitWebFrame *frame, gint from, gint length)
  /external/bluetooth/glib/gobject/
glib-genmarshal.c 71 static void parse_args (gint *argc_p,
127 static gint exit_status = 0;
190 { "INT", "INT", "gint", "g_marshal_value_peek_int", },
196 { "ENUM", "ENUM", "gint", "g_marshal_value_peek_enum", },
234 { "INT", "INT", "gint", "g_value_set_int", },
240 { "ENUM", "ENUM", "gint", "g_value_set_enum", },
274 gint i;
611 gint i;
661 gint fd;
762 parse_args (gint *argc_p
    [all...]
  /external/bluetooth/glib/gthread/
gthread-posix.c 102 static gint priority_normal_value;
124 static gint posix_clock = 0;
312 gint ret;
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 811 gint height =
812 static_cast<gint>(animation->GetCurrentValue() *
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 824 gint first_char_start = first_char_bounds.x;
825 gint first_char_end = first_char_start + first_char_bounds.width;
826 gint last_char_start = last_char_bounds.x;
827 gint last_char_end = last_char_start + last_char_bounds.width;
835 gint text_width = first_char_start < last_char_start ?
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebViewWidget.cpp 44 gint currentClickCount;
80 gint attributesMask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL;
255 gint doubleClickDistance = 250;
256 gint doubleClickTime = 5;

Completed in 296 milliseconds

1 2 3 4 5 6 78 91011>>