Searched refs:OnMousePressed (Results 1 - 25 of 186) sorted by relevance

12345678

/external/chromium_org/ui/views/test/
H A Dcapture_tracking_view.cc18 bool CaptureTrackingView::OnMousePressed(const ui::MouseEvent& event) { function in class:views::test::CaptureTrackingView
H A Dcapture_tracking_view.h14 // Used to track OnMousePressed() and OnMouseCaptureLost().
20 // Returns true if OnMousePressed() has been invoked.
29 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dev_bubble_view.cc19 bool EVBubbleView::OnMousePressed(const views::MouseEvent& event) { function in class:EVBubbleView
H A Dev_bubble_view.h28 virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
H A Dlocation_icon_view.cc20 bool LocationIconView::OnMousePressed(const views::MouseEvent& event) { function in class:LocationIconView
H A Dlocation_icon_view.h26 virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
H A Dstar_view.h33 virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dstar_view_browsertest.cc36 star_view->OnMousePressed(pressed_event);
42 star_view->OnMousePressed(pressed_event);
H A Dlocation_icon_view.h22 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
H A Dev_bubble_view.h25 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
H A Dlocation_bar_decoration_view.h26 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
H A Dlocation_icon_view.cc21 bool LocationIconView::OnMousePressed(const ui::MouseEvent& event) { function in class:LocationIconView
/external/chromium_org/chrome/browser/ui/views/
H A Davatar_label.h28 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar_button.h33 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_host_root_view.cc20 bool MenuHostRootView::OnMousePressed(const ui::MouseEvent& event) { function in class:views::MenuHostRootView
23 !RootView::OnMousePressed(event) ||
27 GetMenuController()->OnMousePressed(submenu_, event);
/external/chromium/chrome/browser/ui/cocoa/location_bar/
H A Dlocation_icon_decoration.h34 virtual bool OnMousePressed(NSRect frame);
H A Dstar_decoration.h31 virtual bool OnMousePressed(NSRect frame);
H A Dev_bubble_decoration.h43 virtual bool OnMousePressed(NSRect frame);
H A Dlocation_bar_decoration.h70 virtual bool OnMousePressed(NSRect frame);
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.h24 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dstar_decoration.h33 virtual bool OnMousePressed(NSRect frame) OVERRIDE;
H A Dbutton_decoration.h29 // |OnMousePressed| below.
35 virtual bool OnMousePressed(NSRect frame) OVERRIDE;
/external/chromium/chrome/browser/chromeos/panels/
H A Dpanel_scroller.h31 virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
H A Dpanel_scroller_header.h23 virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
/external/chromium_org/ash/launcher/
H A Dapp_list_button.h27 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;

Completed in 311 milliseconds

12345678