Home
last modified time | relevance | path

Searched refs:last_button (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dgtk_custom_menu_item.cc199 GtkWidget* last_button = current_button; in gtk_custom_menu_item_expose_button() local
202 last_button = GTK_WIDGET(i->data); in gtk_custom_menu_item_expose_button()
206 std::swap(first_button, last_button); in gtk_custom_menu_item_expose_button()
210 int width = last_button->allocation.width + last_button->allocation.x - in gtk_custom_menu_item_expose_button()
212 int height = last_button->allocation.height; in gtk_custom_menu_item_expose_button()
425 GtkWidget* last_button = in gtk_custom_menu_item_select_item_by_direction() local
427 if (last_button) in gtk_custom_menu_item_select_item_by_direction()
428 set_selected(menu_item, last_button); in gtk_custom_menu_item_select_item_by_direction()
Dmenu_bar_helper.cc111 GtkWidget* last_button = NULL; in OnMenuMotionNotify() local
126 last_button, button, last_x, last_y, &x, &y)) { in OnMenuMotionNotify()
132 last_button = button; in OnMenuMotionNotify()