HomeSort by relevance Sort by last modified time
    Searched refs:star_view_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 117 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_->GetImageBounds())
384 browser::ShowBookmarkBubbleView(GetWindow(), screen_bounds, star_view_, local
    [all...]
location_bar_view.h 395 StarView* star_view_; member in class:LocationBarView

Completed in 29 milliseconds