Searched defs:StarView (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/location_bar/
H A Dstar_view.h20 class StarView : public views::ImageView, public BubbleDelegate { class in inherits:views::ImageView,BubbleDelegate
22 explicit StarView(CommandUpdater* command_updater);
23 virtual ~StarView();
45 DISALLOW_IMPLICIT_CONSTRUCTORS(StarView);
H A Dstar_view.cc18 StarView::StarView(CommandUpdater* command_updater) function in class:StarView
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
[all...]
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dstar_view.h12 class StarView : public views::ImageView { class in inherits:views::ImageView
14 explicit StarView(CommandUpdater* command_updater);
15 virtual ~StarView();
40 DISALLOW_COPY_AND_ASSIGN(StarView);
H A Dstar_view.cc22 StarView::StarView(CommandUpdater* command_updater) function in class:StarView
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
[all...]

Completed in 109 milliseconds