Searched refs:OnDragExited (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/ui/aura/client/
H A Ddrag_drop_delegate.h23 // OnDragUpdated, and eventually one of OnDragExited or OnPerformDrop.
34 virtual void OnDragExited() = 0;
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.cc74 tabstrip()->OnDragExited();
79 void BrowserRootView::OnDragExited() { function in class:BrowserRootView
82 tabstrip()->OnDragExited();
H A Dbrowser_root_view.h36 virtual void OnDragExited() OVERRIDE;
61 // This is used to determine when to send OnDragEntered and OnDragExited
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.cc81 tabstrip()->OnDragExited();
86 void BrowserRootView::OnDragExited() { function in class:BrowserRootView
89 tabstrip()->OnDragExited();
H A Dbrowser_root_view.h38 virtual void OnDragExited() OVERRIDE;
66 // This is used to determine when to send OnDragEntered and OnDragExited
/external/chromium_org/ui/views/widget/
H A Ddrop_helper.cc59 drop_view->OnDragExited();
153 target_view_->OnDragExited();
H A Dnative_widget_aura.h174 virtual void OnDragExited() OVERRIDE;
/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.h72 virtual void OnDragExited() OVERRIDE;
H A Dsubmenu_view.cc207 void SubmenuView::OnDragExited() { function in class:views::SubmenuView
209 GetMenuItem()->GetMenuController()->OnDragExited(this);
H A Dmenu_controller.h126 void OnDragExited(SubmenuView* source);
H A Dmenu_scroll_view_container.cc71 virtual void OnDragExited() OVERRIDE {
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.h79 virtual void OnDragExited() OVERRIDE;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drop_target_win.cc134 delegate->OnDragExited();
H A Ddesktop_native_widget_aura.h201 virtual void OnDragExited() OVERRIDE;
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc256 delegate->OnDragExited();
515 delegate->OnDragExited();
/external/chromium_org/chrome/browser/ui/views/
H A Dbrowser_actions_container.h171 virtual void OnDragExited() OVERRIDE;
H A Dbrowser_actions_container.cc312 void BrowserActionsContainer::OnDragExited() { function in class:BrowserActionsContainer
355 OnDragExited(); // Perform clean up after dragging.
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.h184 virtual void OnDragExited() OVERRIDE;
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.h134 virtual void OnDragExited() OVERRIDE;
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_actions_container.h333 virtual void OnDragExited() OVERRIDE;
H A Dbrowser_actions_container.cc653 void BrowserActionsContainer::OnDragExited() { function in class:BrowserActionsContainer
696 OnDragExited(); // Perform clean up after dragging.
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.h180 virtual void OnDragExited() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.h221 virtual void OnDragExited() OVERRIDE;
/external/chromium_org/ui/views/controls/textfield/
H A Dnative_textfield_views.h73 virtual void OnDragExited() OVERRIDE;
/external/chromium_org/ui/views/
H A Dview.h860 // view or over another view that wants the drag, OnDragExited is invoked.
886 // OnDragExited or OnPerformDrop.
897 virtual void OnDragExited();

Completed in 320 milliseconds

12