StarView          395 chrome/browser/ui/views/location_bar/location_bar_view.cc   star_view_ = new StarView(command_updater());
StarView           50 chrome/browser/ui/views/location_bar/location_bar_view.h class StarView;
StarView          199 chrome/browser/ui/views/location_bar/location_bar_view.h   StarView* star_view() { return star_view_; }
StarView          512 chrome/browser/ui/views/location_bar/location_bar_view.h   StarView* star_view_;
StarView           18 chrome/browser/ui/views/location_bar/star_view.cc StarView::StarView(CommandUpdater* command_updater)
StarView           24 chrome/browser/ui/views/location_bar/star_view.cc StarView::~StarView() {}
StarView           26 chrome/browser/ui/views/location_bar/star_view.cc void StarView::SetToggled(bool on) {
StarView           33 chrome/browser/ui/views/location_bar/star_view.cc bool StarView::IsBubbleShowing() const {
StarView           37 chrome/browser/ui/views/location_bar/star_view.cc void StarView::OnExecuting(
StarView           13 chrome/browser/ui/views/location_bar/star_view.h class StarView : public BubbleIconView {
StarView           15 chrome/browser/ui/views/location_bar/star_view.h   explicit StarView(CommandUpdater* command_updater);
StarView           16 chrome/browser/ui/views/location_bar/star_view.h   virtual ~StarView();
StarView           28 chrome/browser/ui/views/location_bar/star_view.h   DISALLOW_COPY_AND_ASSIGN(StarView);