HomeSort by relevance Sort by last modified time
    Searched refs:last_button (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu_item.cc 199 GtkWidget* last_button = current_button; local
202 last_button = GTK_WIDGET(i->data);
206 std::swap(first_button, last_button);
210 int width = last_button->allocation.width + last_button->allocation.x -
212 int height = last_button->allocation.height;
425 GtkWidget* last_button = local
427 if (last_button)
428 set_selected(menu_item, last_button);
menu_bar_helper.cc 111 GtkWidget* last_button = NULL; local
126 last_button, button, last_x, last_y, &x, &y)) {
132 last_button = button;
  /external/chromium_org/chrome/browser/ui/gtk/
menu_bar_helper.cc 114 GtkWidget* last_button = NULL; local
129 last_button, button, last_x, last_y, &x, &y)) {
135 last_button = button;
gtk_custom_menu_item.cc 201 GtkWidget* last_button = current_button; local
204 last_button = GTK_WIDGET(i->data);
208 std::swap(first_button, last_button);
215 gtk_widget_get_allocation(last_button, &last_allocation);
438 GtkWidget* last_button = local
440 if (last_button)
441 set_selected(menu_item, last_button);

Completed in 104 milliseconds