HomeSort by relevance Sort by last modified time
    Searched refs:find_previous_button_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/
find_bar_view.cc 93 find_previous_button_(NULL),
117 find_previous_button_ = new views::ImageButton(this);
118 find_previous_button_->set_tag(FIND_PREVIOUS_TAG);
119 find_previous_button_->SetFocusable(true);
120 find_previous_button_->SetImage(views::CustomButton::BS_NORMAL,
122 find_previous_button_->SetImage(views::CustomButton::BS_HOT,
124 find_previous_button_->SetImage(views::CustomButton::BS_DISABLED,
126 find_previous_button_->SetTooltipText(UTF16ToWide(
128 find_previous_button_->SetAccessibleName(
130 AddChildView(find_previous_button_);
    [all...]
find_bar_view.h 133 views::ImageButton* find_previous_button_; member in class:FindBarView
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.h 200 scoped_ptr<CustomDrawButton> find_previous_button_; member in class:FindBarGtk
find_bar_gtk.cc 256 find_previous_button_.reset(new CustomDrawButton(theme_service_,
259 g_signal_connect(find_previous_button_->widget(), "clicked",
261 gtk_widget_set_tooltip_text(find_previous_button_->widget(),
263 gtk_box_pack_end(GTK_BOX(hbox), find_previous_button_->widget(),
802 } else if (button == find_bar->find_previous_button_->widget() ||
    [all...]

Completed in 208 milliseconds