/external/chromium_org/ui/base/glib/ |
glib_integers.h | 22 typedef unsigned int guint32; typedef
|
/external/chromium/chrome/browser/tab_contents/ |
render_view_context_menu_gtk.cc | 18 guint32 triggering_event_time)
|
/external/chromium/net/tools/spdyshark/ |
packet-spdy.h | 43 guint32 dictionary_id;
|
packet-spdy.c | 80 guint32 stream_id; 93 guint32 length; 94 guint32 framenum; 332 guint32 stream_id, 358 spdy_get_stream_info(spdy_conv_t *conv_data, guint32 stream_id) 367 spdy_add_data_chunk(spdy_conv_t *conv_data, guint32 stream_id, guint32 frame, 368 guint8 *data, guint32 length) 388 spdy_increment_data_chunk_count(spdy_conv_t *conv_data, guint32 stream_id) 399 spdy_get_num_data_frames(spdy_conv_t *conv_data, guint32 stream_id [all...] |
/external/pixman/demos/ |
gtk-utils.c | 81 guint32 *p_bits = (guint32 *)gdk_pixbuf_get_pixels (pixbuf);
|
/external/chromium/chrome/browser/ui/gtk/ |
back_forward_button_gtk.h | 48 void ShowBackForwardMenu(int button, guint32 event_time);
|
menu_gtk.h | 82 void PopupForWidget(GtkWidget* widget, int button, guint32 event_time); 88 void PopupAsContext(const gfx::Point& point, guint32 event_time); 91 void PopupAsContextForStatusIcon(guint32 event_time, guint32 button,
|
back_forward_button_gtk.cc | 81 void BackForwardButtonGtk::ShowBackForwardMenu(int button, guint32 event_time) {
|
menu_gtk.cc | 373 guint32 event_time) { 380 void MenuGtk::PopupAsContext(const gfx::Point& point, guint32 event_time) { 388 void MenuGtk::PopupAsContextForStatusIcon(guint32 event_time, guint32 button,
|
task_manager_gtk.h | 72 void ShowContextMenu(const gfx::Point& point, guint32 event_time);
|
/external/chromium_org/chrome/browser/ui/gtk/ |
back_forward_button_gtk.h | 48 void ShowBackForwardMenu(int button, guint32 event_time);
|
menu_gtk.h | 92 void PopupForWidget(GtkWidget* widget, int button, guint32 event_time); 98 void PopupAsContext(const gfx::Point& point, guint32 event_time); 101 void PopupAsContextForStatusIcon(guint32 event_time, guint32 button,
|
gtk_window_util.cc | 23 static guint32 last_click_time; 158 guint32 click_time = event->time - last_click_time; 166 if (click_time > static_cast<guint32>(double_click_time) ||
|
back_forward_button_gtk.cc | 84 void BackForwardButtonGtk::ShowBackForwardMenu(int button, guint32 event_time) {
|
reload_button_gtk.h | 94 void ShowReloadMenu(int button, guint32 event_time);
|
menu_gtk.cc | 416 guint32 event_time) { 423 void MenuGtk::PopupAsContext(const gfx::Point& point, guint32 event_time) { 431 void MenuGtk::PopupAsContextForStatusIcon(guint32 event_time, guint32 button, [all...] |
task_manager_gtk.h | 70 void ShowContextMenu(const gfx::Point& point, guint32 event_time);
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_strip_menu_controller.cc | 23 guint32 event_time) {
|
tab_strip_menu_controller.h | 33 void RunMenu(const gfx::Point& point, guint32 event_time);
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_menu_controller_gtk.h | 49 void Popup(GtkWidget* widget, gint button_type, guint32 timestamp);
|
bookmark_menu_controller_gtk.cc | 99 guint32 timestamp) {
|
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_menu_controller_gtk.h | 50 void Popup(GtkWidget* widget, gint button_type, guint32 timestamp);
|
bookmark_menu_controller_gtk.cc | 101 guint32 timestamp) {
|
/external/chromium_org/ui/base/test/ |
ui_controls_gtk.cc | 21 guint32 XTimeNow() {
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_gtk.cc | 45 void RunMenu(const gfx::Point& point, guint32 event_time) {
|