Searched refs:SearchButton (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dsearch_button.h14 class SearchButton : public views::LabelButton { class in inherits:views::LabelButton
16 explicit SearchButton(views::ButtonListener* listener);
17 virtual ~SearchButton();
24 DISALLOW_COPY_AND_ASSIGN(SearchButton);
H A Dsearch_button.cc11 SearchButton::SearchButton(views::ButtonListener* listener) function in class:SearchButton
46 SearchButton::~SearchButton() {
49 void SearchButton::UpdateIcon(bool is_search) {
H A Dlocation_bar_view.h46 class SearchButton;
488 SearchButton* search_button_;
H A Dlocation_bar_view.cc346 search_button_ = new SearchButton(this);

Completed in 105 milliseconds