Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/infobars/
Dafter_translate_infobar.cc46 views::MenuButton* first_button = original_language_menu_button_; in Layout() local
49 std::swap(first_button, second_button); in Layout()
50 gfx::Size first_button_size = first_button->GetPreferredSize(); in Layout()
51 first_button->SetBounds(label_1_->bounds().right() + kButtonInLabelSpacing, in Layout()
56 label_2_->SetBounds(first_button->bounds().right() + kButtonInLabelSpacing, in Layout()
/external/chromium/chrome/browser/ui/gtk/
Dgtk_custom_menu_item.cc193 GtkWidget* first_button = current_button; in gtk_custom_menu_item_expose_button() local
196 first_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()
208 int x = first_button->allocation.x; in gtk_custom_menu_item_expose_button()
209 int y = first_button->allocation.y; in gtk_custom_menu_item_expose_button()
211 first_button->allocation.x; in gtk_custom_menu_item_expose_button()
432 GtkWidget* first_button = in gtk_custom_menu_item_select_item_by_direction() local
434 if (first_button) in gtk_custom_menu_item_select_item_by_direction()
435 set_selected(menu_item, first_button); in gtk_custom_menu_item_select_item_by_direction()