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

/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.h184 StarView* star_view() { return star_view_; }
485 StarView* star_view_; member in class:LocationBarView
H A Dlocation_bar_view.cc176 star_view_(NULL),
342 star_view_ = new StarView(command_updater());
343 star_view_->SetVisible(false);
344 AddChildView(star_view_);
465 if (star_view_)
466 star_view_->SetToggled(on);
608 trailing_width += IncrementalMinimumWidth(star_view_) +
697 if (star_view_->visible()) {
699 vertical_edge_thickness(), location_height, star_view_); local
984 if (star_view_)
[all...]

Completed in 81 milliseconds