HomeSort by relevance Sort by last modified time
    Searched refs:gint (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.h 40 gint, gint, guint);
48 GdkDragContext*, gint, gint, GtkSelectionData*,
57 gint, gint, guint);
73 gint drag_over_time_;
web_drag_dest_gtk.cc 93 gint x, gint y,
141 GtkWidget* sender, GdkDragContext* context, gint x, gint y,
263 gint x, gint y, guint time) {
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebbackforwardlist.h 79 gint limit);
83 gint limit);
96 gint index);
98 WEBKIT_API gint
101 WEBKIT_API gint
104 WEBKIT_API gint
109 gint limit);
webkitwebnavigationaction.h 85 WEBKIT_API gint
88 WEBKIT_API gint
webkitwebbackforwardlist.cpp 205 GList* webkit_web_back_forward_list_get_forward_list_with_limit(WebKitWebBackForwardList* webBackForwardList, gint limit)
235 GList* webkit_web_back_forward_list_get_back_list_with_limit(WebKitWebBackForwardList* webBackForwardList, gint limit)
332 WebKitWebHistoryItem* webkit_web_back_forward_list_get_nth_item(WebKitWebBackForwardList* webBackForwardList, gint index)
351 * Return value: a #gint corresponding to the number of items preceding the current item
353 gint webkit_web_back_forward_list_get_back_length(WebKitWebBackForwardList* webBackForwardList)
370 * Return value: a #gint corresponding to the nuber of items succeeding the current item
372 gint webkit_web_back_forward_list_get_forward_length(WebKitWebBackForwardList* webBackForwardList)
389 * Return value: a #gint indicating the number of #WebKitWebHistoryItem the back forward list can hold
391 gint webkit_web_back_forward_list_get_limit(WebKitWebBackForwardList* webBackForwardList)
411 void webkit_web_back_forward_list_set_limit(WebKitWebBackForwardList* webBackForwardList, gint limit
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.h 62 GtkWidget* widget, gint x, gint y);
64 GtkWidget* widget, gint x, gint y);
task_manager_gtk.h 78 gint CompareImpl(GtkTreeModel* tree_model, GtkTreeIter* a,
110 static gint ComparePage(GtkTreeModel* model, GtkTreeIter* a,
117 static gint CompareSharedMemory(GtkTreeModel* model, GtkTreeIter* a,
124 static gint ComparePrivateMemory(GtkTreeModel* model, GtkTreeIter* a,
131 static gint CompareV8Memory(GtkTreeModel* model, GtkTreeIter* a,
139 static gint CompareCPU(GtkTreeModel* model, GtkTreeIter* a,
146 static gint CompareNetwork(GtkTreeModel* model, GtkTreeIter* a,
153 static gint CompareProcessID(GtkTreeModel* model, GtkTreeIter* a,
160 static gint CompareWebCoreImageCache(GtkTreeModel* model, GtkTreeIter* a,
167 static gint CompareWebCoreScriptsCache(GtkTreeModel* model, GtkTreeIter* a
    [all...]
gtk_floating_container.h 74 gint x;
75 gint y;
gtk_chrome_shrinkable_hbox.h 66 gint spacing);
82 gint gtk_chrome_shrinkable_hbox_get_visible_child_count(
reload_button_gtk.h 54 gint,
55 gint,
theme_install_bubble_view_gtk.cc 139 gint parent_x = 0, parent_y = 0;
141 gint parent_width = parent_->allocation.width;
142 gint parent_height = parent_->allocation.height;
144 gint x = parent_x + parent_width / 2 - req.width / 2;
145 gint y = parent_y + parent_height / 2 - req.height / 2;
gtk_tree.h 25 gint GetRowNumForPath(GtkTreePath* path);
28 gint GetRowNumForIter(GtkTreeModel* model, GtkTreeIter* iter);
32 gint GetTreeSortChildRowNumForPath(GtkTreeModel* sort_model,
menu_bar_helper.cc 109 gint x = 0;
110 gint y = 0;
123 gint last_x = x;
124 gint last_y = y;
  /external/chromium/chrome/browser/ui/
window_sizer_linux.cc 68 gint data_len = 0;
83 if (data_len < static_cast<gint>(4 * sizeof(glong))) {
90 gint x = data[0];
91 gint y = data[1];
92 gint width = data[2];
93 gint height = data[3];
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.h 96 gint x, y;
97 gint width, height;
109 gint x,
110 gint y);
112 gint width,
113 gint height);
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 167 static gchar* webkit_accessible_text_get_text(AtkText* text, gint startOffset, gint endOffset);
306 static gint webkit_accessible_get_n_children(AtkObject* object)
311 static AtkObject* webkit_accessible_ref_child(AtkObject* object, gint index)
330 static gint webkit_accessible_get_index_in_parent(AtkObject* object)
751 static gboolean webkit_accessible_action_do_action(AtkAction* action, gint i)
757 static gint webkit_accessible_action_get_n_actions(AtkAction* action)
762 static const gchar* webkit_accessible_action_get_description(AtkAction* action, gint i)
770 static const gchar* webkit_accessible_action_get_keybinding(AtkAction* action, gint i)
777 static const gchar* webkit_accessible_action_get_name(AtkAction* action, gint i
    [all...]
WebKitAccessibleHyperlink.cpp 93 static gboolean webkitAccessibleHyperlinkActionDoAction(AtkAction* action, gint index)
109 static gint webkitAccessibleHyperlinkActionGetNActions(AtkAction* action)
120 static const gchar* webkitAccessibleHyperlinkActionGetDescription(AtkAction* action, gint index)
131 static const gchar* webkitAccessibleHyperlinkActionGetKeybinding(AtkAction* action, gint index)
147 static const gchar* webkitAccessibleHyperlinkActionGetName(AtkAction* action, gint index)
172 static gchar* webkitAccessibleHyperlinkGetURI(AtkHyperlink* link, gint index)
186 static AtkObject* webkitAccessibleHyperlinkGetObject(AtkHyperlink* link, gint index)
198 static gint getRangeLengthForObject(AccessibilityObject* obj, Range* range)
225 static gint webkitAccessibleHyperlinkGetStartIndex(AtkHyperlink* link)
249 static gint webkitAccessibleHyperlinkGetEndIndex(AtkHyperlink* link
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
PopupMenuGtk.h 55 static void menuPositionFunction(GtkMenu*, gint*, gint*, gboolean*, PopupMenuGtk*);
GtkVersioning.h 85 void gdk_window_get_root_coords(GdkWindow* window, gint x, gint y, gint* rootX, gint* rootY);
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.h 88 gint count);
95 gint count, gboolean extend_selection);
99 gint count);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.h 58 static void dumpConfigurationForViewport(WebKitWebView* webView, gint deviceDPI, gint deviceWidth, gint deviceHeight, gint availableWidth, gint availableHeight);
115 static bool webkitWebFrameSelectionHasSpellingMarker(WebKitWebFrame*, gint from, gint length);
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 238 gint, gint, guint);
242 gint, gint, guint);
251 GdkDragContext*, gint, gint, GtkSelectionData*,
362 void UpdateDropIndex(GdkDragContext* context, gint x, gint y);
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GTypedefs.h 29 typedef int gint; typedef
30 typedef gint gboolean;
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.h 201 int GetToolbarIndexForDragOverFolder(GtkWidget* button, gint x);
269 GdkDragContext*, gint, gint, guint);
275 GdkDragContext*, gint, gint, GtkSelectionData*,
282 GdkDragContext*, gint, gint, guint);
  /external/webkit/Tools/DumpRenderTree/gtk/
PixelDumpSupportGtk.cpp 42 gint width, height;

Completed in 1411 milliseconds

1 2 3 4 5 6