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

/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc117 star_view_(NULL),
207 star_view_ = new StarView(command_updater_);
208 AddChildView(star_view_);
209 star_view_->SetVisible(true);
273 bool star_enabled = star_view_ && !model_->input_in_progress() &&
276 if (star_view_)
277 star_view_->SetVisible(star_enabled);
373 if (star_view_)
374 star_view_->SetToggled(on);
378 gfx::Rect screen_bounds(star_view_
384 browser::ShowBookmarkBubbleView(GetWindow(), screen_bounds, star_view_, local
[all...]
H A Dlocation_bar_view.h395 StarView* star_view_; member in class:LocationBarView

Completed in 18 milliseconds