Searched refs:star_view_ (Results 1 – 2 of 2) sorted by relevance
117 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 …]
395 StarView* star_view_; variable