Searched refs:StarView (Results 1 – 4 of 4) sorted by relevance
18 StarView::StarView(CommandUpdater* command_updater) in StarView() function in StarView25 StarView::~StarView() { in ~StarView()28 void StarView::SetToggled(bool on) { in SetToggled()35 void StarView::GetAccessibleState(ui::AccessibleViewState* state) { in GetAccessibleState()40 bool StarView::GetTooltipText(const gfx::Point& p, std::wstring* tooltip) { in GetTooltipText()48 bool StarView::OnMousePressed(const views::MouseEvent& event) { in OnMousePressed()54 void StarView::OnMouseReleased(const views::MouseEvent& event) { in OnMouseReleased()59 bool StarView::OnKeyPressed(const views::KeyEvent& event) { in OnKeyPressed()68 void StarView::BubbleClosing(Bubble* bubble, bool closed_by_escape) { in BubbleClosing()71 bool StarView::CloseOnEscape() { in CloseOnEscape()[all …]
20 class StarView : public views::ImageView, public BubbleDelegate {22 explicit StarView(CommandUpdater* command_updater);23 virtual ~StarView();45 DISALLOW_IMPLICIT_CONSTRUCTORS(StarView);
43 class StarView; variable395 StarView* star_view_;
207 star_view_ = new StarView(command_updater_); in Init()