Searched defs:OnMousePressed (Results 1 - 23 of 23) sorted by relevance

/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 Dlocation_icon_view.cc20 bool LocationIconView::OnMousePressed(const views::MouseEvent& event) { function in class:LocationIconView
H A Dstar_view.cc48 bool StarView::OnMousePressed(const views::MouseEvent& event) { function in class:StarView
H A Dpage_action_image_view.cc109 bool PageActionImageView::OnMousePressed(const views::MouseEvent& event) { function in class:PageActionImageView
190 // executed. See PageActionImageView::OnMousePressed.
H A Dcontent_setting_image_view.cc121 bool ContentSettingImageView::OnMousePressed(const views::MouseEvent& event) { function in class:ContentSettingImageView
H A Dlocation_bar_view.cc727 bool LocationBarView::OnMousePressed(const views::MouseEvent& event) { function in class:LocationBarView
/external/chromium/chrome/browser/chromeos/panels/
H A Dpanel_scroller_header.cc21 bool PanelScrollerHeader::OnMousePressed(const views::MouseEvent& event) { function in class:PanelScrollerHeader
H A Dpanel_scroller.cc157 bool PanelScroller::OnMousePressed(const views::MouseEvent& event) { function in class:PanelScroller
/external/chromium/chrome/browser/chromeos/login/
H A Dcaptcha_view.cc46 virtual bool OnMousePressed(const views::MouseEvent& e) { function in class:chromeos::__anon1816::CaptchaField
H A Dscreen_lock_view.cc49 virtual bool OnMousePressed(const views::MouseEvent& e) { function in class:chromeos::__anon1837::PasswordField
/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab.cc66 bool TouchTab::OnMousePressed(const views::MouseEvent& event) { function in class:TouchTab
H A Dtouch_tab_strip.cc179 // OnMousePressed, OnMouseDragged, and OnMouseReleased.
181 bool TouchTabStrip::OnMousePressed(const views::MouseEvent& event) { function in class:TouchTabStrip
/external/chromium/chrome/browser/ui/views/
H A Dcontent_setting_bubble_contents.cc58 virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
83 bool ContentSettingBubbleContents::Favicon::OnMousePressed( function in class:ContentSettingBubbleContents::Favicon
H A Dfind_bar_view.cc514 bool FindBarView::FocusForwarderView::OnMousePressed( function in class:FindBarView::FocusForwarderView
H A Dbrowser_actions_container.cc205 // The return value of this method is returned via OnMousePressed.
212 bool BrowserActionButton::OnMousePressed(const views::MouseEvent& event) { function in class:BrowserActionButton
215 MenuButton::OnMousePressed(event) : TextButton::OnMousePressed(event);
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_controller.cc410 bool PanelController::TitleContentView::OnMousePressed( function in class:chromeos::PanelController::TitleContentView
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab.cc45 // parent View by explicitly not handling them in OnMousePressed.
53 virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE {
54 bool handled = ImageButton::OnMousePressed(event);
285 bool BaseTab::OnMousePressed(const views::MouseEvent& event) { function in class:BaseTab
H A Dside_tab_strip.cc42 virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
63 bool SideTabNewTabButton::OnMousePressed(const views::MouseEvent& event) { function in class:__anon2584::SideTabNewTabButton
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_views.cc446 bool RenderWidgetHostViewViews::OnMousePressed(const views::MouseEvent& event) { function in class:RenderWidgetHostViewViews
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.cc423 bool AutocompletePopupContentsView::OnMousePressed( function in class:AutocompletePopupContentsView
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc502 bool DownloadItemView::OnMousePressed(const views::MouseEvent& event) { function in class:DownloadItemView
/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc411 void OnMousePressed();
532 virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
715 bool CandidateView::OnMousePressed(const views::MouseEvent& event) { function in class:chromeos::CandidateView
716 parent_candidate_window_->OnMousePressed();
815 // 2. The mouse click handler in this file, OnMousePressed() in CandidateView,
835 void CandidateWindowView::OnMousePressed() { function in class:chromeos::CandidateWindowView
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc220 virtual bool OnMousePressed(const views::MouseEvent& e) { function in class:__anon2534::OverFlowButton
222 return views::MenuButton::OnMousePressed(e);

Completed in 291 milliseconds