Home
last modified time | relevance | path

Searched refs:last_button (Results 1 – 5 of 5) 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()
/external/chromium_org/chrome/browser/ui/gtk/
Dgtk_custom_menu_item.cc201 GtkWidget* last_button = current_button; in gtk_custom_menu_item_expose_button() local
204 last_button = GTK_WIDGET(i->data); in gtk_custom_menu_item_expose_button()
208 std::swap(first_button, last_button); in gtk_custom_menu_item_expose_button()
215 gtk_widget_get_allocation(last_button, &last_allocation); in gtk_custom_menu_item_expose_button()
438 GtkWidget* last_button = in gtk_custom_menu_item_select_item_by_direction() local
440 if (last_button) in gtk_custom_menu_item_select_item_by_direction()
441 set_selected(menu_item, last_button); in gtk_custom_menu_item_select_item_by_direction()
Dmenu_bar_helper.cc114 GtkWidget* last_button = NULL; in OnMenuMotionNotify() local
129 last_button, button, last_x, last_y, &x, &y)) { in OnMenuMotionNotify()
135 last_button = button; in OnMenuMotionNotify()
/external/chromium_org/ash/shelf/
Dshelf_view_unittest.cc1585 internal::ShelfButton* last_button = in TEST_F() local
1588 gfx::Point last_point = last_button->GetBoundsInScreen().CenterPoint(); in TEST_F()
1599 last_point = last_button->GetBoundsInScreen().CenterPoint(); in TEST_F()