/external/chromium/chrome/browser/ui/views/ |
find_bar_view.cc | 94 find_next_button_(NULL), 132 find_next_button_ = new views::ImageButton(this); 133 find_next_button_->set_tag(FIND_NEXT_TAG); 134 find_next_button_->SetFocusable(true); 135 find_next_button_->SetImage(views::CustomButton::BS_NORMAL, 137 find_next_button_->SetImage(views::CustomButton::BS_HOT, 139 find_next_button_->SetImage(views::CustomButton::BS_DISABLED, 141 find_next_button_->SetTooltipText( 143 find_next_button_->SetAccessibleName( 145 AddChildView(find_next_button_); [all...] |
find_bar_view.h | 134 views::ImageButton* find_next_button_; member in class:FindBarView
|
/external/chromium/chrome/browser/ui/gtk/ |
find_bar_gtk.h | 201 scoped_ptr<CustomDrawButton> find_next_button_; member in class:FindBarGtk
|
find_bar_gtk.cc | 246 find_next_button_.reset(new CustomDrawButton(theme_service_, 249 g_signal_connect(find_next_button_->widget(), "clicked", 251 gtk_widget_set_tooltip_text(find_next_button_->widget(), 253 gtk_box_pack_end(GTK_BOX(hbox), find_next_button_->widget(), 803 button == find_bar->find_next_button_->widget()) { 805 button == find_bar->find_next_button_->widget()); [all...] |