Home
last modified time | relevance | path

Searched refs:other_bookmarked_button (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view_test.cc382 views::MenuButton* button = bb_view_->other_bookmarked_button(); in DoTestOnMessageLoop()
487 views::TextButton* button = bb_view_->other_bookmarked_button(); in DoTestOnMessageLoop()
678 bb_view_->other_bookmarked_button(); in Step3()
751 bb_view_->other_bookmarked_button(); in Step3()
993 views::TextButton* button = bb_view_->other_bookmarked_button(); in DoTestOnMessageLoop()
1060 views::TextButton* button = bb_view_->other_bookmarked_button(); in DoTestOnMessageLoop()
1148 views::TextButton* button = bb_view_->other_bookmarked_button(); in DoTestOnMessageLoop()
1272 views::TextButton* button = bb_view_->other_bookmarked_button(); in DoTestOnMessageLoop()
1385 views::TextButton* button = bb_view_->other_bookmarked_button(); in DoTestOnMessageLoop()
Dbookmark_bar_view.h196 views::MenuButton* other_bookmarked_button() const { in other_bookmarked_button() function
Dbookmark_bar_view.cc1618 other_bookmarked_button()->SetEnabledColor(text_color); in UpdateColors()