Searched refs:find_previous_button_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_view.cc81 find_previous_button_(NULL),
102 find_previous_button_ = new views::ImageButton(this);
103 find_previous_button_->set_tag(FIND_PREVIOUS_TAG);
104 find_previous_button_->SetFocusable(true);
105 find_previous_button_->SetImage(views::CustomButton::STATE_NORMAL,
107 find_previous_button_->SetImage(views::CustomButton::STATE_HOVERED,
109 find_previous_button_->SetImage(views::CustomButton::STATE_PRESSED,
111 find_previous_button_->SetImage(views::CustomButton::STATE_DISABLED,
113 find_previous_button_->SetTooltipText(
115 find_previous_button_
[all...]
H A Dfind_bar_view.h128 views::ImageButton* find_previous_button_; member in class:FindBarView

Completed in 156 milliseconds