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

  /external/chromium/chrome/browser/ui/views/location_bar/
star_view.cc 18 StarView::StarView(CommandUpdater* command_updater)
25 StarView::~StarView() {
28 void StarView::SetToggled(bool on) {
35 void StarView::GetAccessibleState(ui::AccessibleViewState* state) {
40 bool StarView::GetTooltipText(const gfx::Point& p, std::wstring* tooltip) {
48 bool StarView::OnMousePressed(const views::MouseEvent& event) {
54 void StarView::OnMouseReleased(const views::MouseEvent& event) {
59 bool StarView::OnKeyPressed(const views::KeyEvent& event)
    [all...]
star_view.h 20 class StarView : public views::ImageView, public BubbleDelegate {
22 explicit StarView(CommandUpdater* command_updater);
23 virtual ~StarView();
45 DISALLOW_IMPLICIT_CONSTRUCTORS(StarView);
location_bar_view.h 43 class StarView;
395 StarView* star_view_;
location_bar_view.cc 207 star_view_ = new StarView(command_updater_);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
star_view.cc 22 StarView::StarView(CommandUpdater* command_updater)
31 StarView::~StarView() {
34 void StarView::SetToggled(bool on) {
41 void StarView::GetAccessibleState(ui::AccessibleViewState* state) {
46 bool StarView::GetTooltipText(const gfx::Point& p, string16* tooltip) const {
54 bool StarView::OnMousePressed(const ui::MouseEvent& event) {
64 void StarView::OnMouseReleased(const ui::MouseEvent& event) {
81 bool StarView::OnKeyPressed(const ui::KeyEvent& event)
    [all...]
star_view.h 12 class StarView : public views::ImageView {
14 explicit StarView(CommandUpdater* command_updater);
15 virtual ~StarView();
40 DISALLOW_COPY_AND_ASSIGN(StarView);
location_bar_view.h 52 class StarView;
194 StarView* star_view() { return star_view_; }
514 StarView* star_view_;
location_bar_view.cc 379 star_view_ = new StarView(command_updater_);
    [all...]

Completed in 189 milliseconds