/external/chromium_org/chrome/browser/ui/views/ |
find_bar_view.cc | 76 find_next_button_(NULL), 117 find_next_button_ = new views::ImageButton(this); 118 find_next_button_->set_tag(FIND_NEXT_TAG); 119 find_next_button_->SetFocusable(true); 120 find_next_button_->SetImage(views::CustomButton::STATE_NORMAL, 122 find_next_button_->SetImage(views::CustomButton::STATE_HOVERED, 124 find_next_button_->SetImage(views::CustomButton::STATE_PRESSED, 126 find_next_button_->SetImage(views::CustomButton::STATE_DISABLED, 128 find_next_button_->SetTooltipText( 130 find_next_button_->SetAccessibleName [all...] |
find_bar_view.h | 129 views::ImageButton* find_next_button_; member in class:FindBarView
|
/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.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...] |
find_bar_gtk.h | 201 scoped_ptr<CustomDrawButton> find_next_button_; member in class:FindBarGtk
|
/external/chromium_org/chrome/browser/ui/gtk/ |
find_bar_gtk.cc | 255 find_next_button_.reset(new CustomDrawButton(theme_service_, 258 g_signal_connect(find_next_button_->widget(), "clicked", 260 gtk_widget_set_tooltip_text(find_next_button_->widget(), 262 gtk_box_pack_end(GTK_BOX(hbox), find_next_button_->widget(), 851 button == find_next_button_->widget()) { 852 FindEntryTextInContents(button == find_next_button_->widget()); [all...] |
find_bar_gtk.h | 204 scoped_ptr<CustomDrawButton> find_next_button_; member in class:FindBarGtk
|