Home
last modified time | relevance | path

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

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