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

123456

/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_org/chrome/browser/ui/views/profiles/
H A Davatar_label.h23 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dmic_search_decoration.h23 virtual bool OnMousePressed(NSRect frame, NSPoint location) OVERRIDE;
H A Dgenerated_credit_card_decoration.h34 virtual bool OnMousePressed(NSRect frame, NSPoint location) OVERRIDE;
H A Dsearch_button_decoration.h24 virtual bool OnMousePressed(NSRect frame, NSPoint location) OVERRIDE;
H A Dstar_decoration.h29 virtual bool OnMousePressed(NSRect frame, NSPoint location) OVERRIDE;
H A Dtranslate_decoration.h28 virtual bool OnMousePressed(NSRect frame, NSPoint location) OVERRIDE;
H A Dev_bubble_decoration.h39 virtual bool OnMousePressed(NSRect frame, NSPoint location) OVERRIDE;
H A Dlocation_icon_decoration.h29 virtual bool OnMousePressed(NSRect frame, NSPoint location) 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);
H A Dmenu_host_root_view.h28 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.h26 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_decoration_view.h26 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
H A Dlocation_icon_view.h22 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
H A Dbubble_icon_view.h34 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
H A Dev_bubble_view.h24 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
H A Dlocation_bar_decoration_view.cc16 bool LocationBarDecorationView::OnMousePressed(const ui::MouseEvent& event) { function in class:LocationBarDecorationView
H A Dopen_pdf_in_reader_view.h35 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
H A Dzoom_view.h35 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/passwords/
H A Dmanage_passwords_icon_view.h27 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
H A Dmanage_passwords_icon_view.cc53 bool ManagePasswordsIconView::OnMousePressed(const ui::MouseEvent& event) { function in class:ManagePasswordsIconView
54 bool result = BubbleIconView::OnMousePressed(event);
/external/chromium_org/athena/system/
H A Dstatus_icon_container_view.h27 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dx11_panel_resizer.h44 void OnMousePressed(ui::MouseEvent* event);

Completed in 269 milliseconds

123456