HomeSort by relevance Sort by last modified time
    Searched full:last_button (Results 1 - 2 of 2) 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;

Completed in 50 milliseconds