Searched refs:last_button (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_custom_menu_item.cc | 199 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()
|
D | menu_bar_helper.cc | 111 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/ |
D | gtk_custom_menu_item.cc | 201 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()
|
D | menu_bar_helper.cc | 114 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/ |
D | shelf_view_unittest.cc | 1585 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()
|