/external/chromium_org/chrome/browser/ui/views/infobars/ |
after_translate_infobar.cc | 46 views::MenuButton* first_button, * second_button; local 47 GetButtons(&first_button, &second_button); 48 gfx::Size first_button_size = first_button->GetPreferredSize(); 49 first_button->SetBounds(label_1_->bounds().right() + kButtonInLabelSpacing, 54 label_2_->SetBounds(first_button->bounds().right() + kButtonInLabelSpacing, 109 views::MenuButton* first_button, * second_button; local 110 GetButtons(&first_button, &second_button); 111 AddChildView(first_button); 187 views::MenuButton** first_button, 189 *first_button = original_language_menu_button_ [all...] |
after_translate_infobar.h | 42 void GetButtons(views::MenuButton** first_button,
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_custom_menu_item.cc | 193 GtkWidget* first_button = current_button; local 196 first_button = GTK_WIDGET(i->data); 206 std::swap(first_button, last_button); 208 int x = first_button->allocation.x; 209 int y = first_button->allocation.y; 211 first_button->allocation.x; 432 GtkWidget* first_button = local 434 if (first_button) 435 set_selected(menu_item, first_button);
|
/external/chromium/chrome/browser/ui/views/infobars/ |
after_translate_infobar.cc | 46 views::MenuButton* first_button = original_language_menu_button_; local 49 std::swap(first_button, second_button); 50 gfx::Size first_button_size = first_button->GetPreferredSize(); 51 first_button->SetBounds(label_1_->bounds().right() + kButtonInLabelSpacing, 56 label_2_->SetBounds(first_button->bounds().right() + kButtonInLabelSpacing,
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_custom_menu_item.cc | 195 GtkWidget* first_button = current_button; local 198 first_button = GTK_WIDGET(i->data); 208 std::swap(first_button, last_button); 211 gtk_widget_get_allocation(first_button, &first_allocation); 445 GtkWidget* first_button = local 447 if (first_button) 448 set_selected(menu_item, first_button);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderSelectionActivity.java | 190 final Button firstButton = (Button) findViewById(R.id.first_button); 231 if (id == R.id.first_button) {
|
MailboxSelectionActivity.java | 113 ((Button) findViewById(R.id.first_button)).setOnClickListener(this); 305 if (id == R.id.first_button) {
|
/external/chromium_org/ash/shelf/ |
shelf_view_unittest.cc | 1583 internal::ShelfButton* first_button = local [all...] |