Searched refs:first_button (Results 1 – 2 of 2) sorted by relevance
46 views::MenuButton* first_button = original_language_menu_button_; in Layout() local49 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()
193 GtkWidget* first_button = current_button; in gtk_custom_menu_item_expose_button() local196 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() local434 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()