Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc117 star_view_(NULL), in LocationBarView()
207 star_view_ = new StarView(command_updater_); in Init()
208 AddChildView(star_view_); in Init()
209 star_view_->SetVisible(true); in Init()
273 bool star_enabled = star_view_ && !model_->input_in_progress() && in Update()
276 if (star_view_) in Update()
277 star_view_->SetVisible(star_enabled); in Update()
373 if (star_view_) in SetStarToggled()
374 star_view_->SetToggled(on); in SetStarToggled()
378 gfx::Rect screen_bounds(star_view_->GetImageBounds()); in ShowStarBubble()
[all …]
Dlocation_bar_view.h395 StarView* star_view_; variable