Searched defs:BubbleIconView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dbubble_icon_view.cc11 BubbleIconView::BubbleIconView(CommandUpdater* command_updater, int command_id) function in class:BubbleIconView
18 BubbleIconView::~BubbleIconView() {
21 void BubbleIconView::GetAccessibleState(ui::AXViewState* state) {
26 bool BubbleIconView::GetTooltipText(const gfx::Point& p,
34 bool BubbleIconView::OnMousePressed(const ui::MouseEvent& event) {
43 void BubbleIconView::OnMouseReleased(const ui::MouseEvent& event) {
58 bool BubbleIconView::OnKeyPressed(const ui::KeyEvent& event) {
68 void BubbleIconView
[all...]
H A Dbubble_icon_view.h13 class BubbleIconView : public views::ImageView { class in inherits:views::ImageView
21 explicit BubbleIconView(CommandUpdater* command_updater, int command_id);
22 virtual ~BubbleIconView();
53 DISALLOW_COPY_AND_ASSIGN(BubbleIconView);

Completed in 269 milliseconds