HomeSort by relevance Sort by last modified time
    Searched refs:OnDragExited (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/ui/aura/client/
drag_drop_delegate.h 23 // OnDragUpdated, and eventually one of OnDragExited or OnPerformDrop.
34 virtual void OnDragExited() = 0;
  /external/chromium/chrome/browser/ui/views/frame/
browser_root_view.h 36 virtual void OnDragExited() OVERRIDE;
61 // This is used to determine when to send OnDragEntered and OnDragExited
browser_root_view.cc 74 tabstrip()->OnDragExited();
79 void BrowserRootView::OnDragExited() {
82 tabstrip()->OnDragExited();
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.cc 81 tabstrip()->OnDragExited();
86 void BrowserRootView::OnDragExited() {
89 tabstrip()->OnDragExited();
browser_root_view.h 38 virtual void OnDragExited() OVERRIDE;
66 // This is used to determine when to send OnDragEntered and OnDragExited
  /external/chromium_org/ui/views/widget/
drop_helper.cc 59 drop_view->OnDragExited();
153 target_view_->OnDragExited();
native_widget_aura.h 174 virtual void OnDragExited() OVERRIDE;
  /external/chromium_org/ui/views/controls/menu/
submenu_view.h 72 virtual void OnDragExited() OVERRIDE;
submenu_view.cc 207 void SubmenuView::OnDragExited() {
209 GetMenuItem()->GetMenuController()->OnDragExited(this);
menu_controller.h 126 void OnDragExited(SubmenuView* source);
menu_scroll_view_container.cc 71 virtual void OnDragExited() OVERRIDE {
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.h 79 virtual void OnDragExited() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
browser_actions_container.h 171 virtual void OnDragExited() OVERRIDE;
browser_actions_container.cc 312 void BrowserActionsContainer::OnDragExited() {
355 OnDragExited(); // Perform clean up after dragging.
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drop_target_win.cc 134 delegate->OnDragExited();
desktop_native_widget_aura.h 201 virtual void OnDragExited() OVERRIDE;
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 256 delegate->OnDragExited();
515 delegate->OnDragExited();
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 134 virtual void OnDragExited() OVERRIDE;
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.h 333 virtual void OnDragExited() OVERRIDE;
browser_actions_container.cc 653 void BrowserActionsContainer::OnDragExited() {
696 OnDragExited(); // Perform clean up after dragging.
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 180 virtual void OnDragExited() OVERRIDE;
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 184 virtual void OnDragExited() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 221 virtual void OnDragExited() OVERRIDE;
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.h 73 virtual void OnDragExited() OVERRIDE;
  /external/chromium_org/ui/views/
view.h     [all...]

Completed in 514 milliseconds

1 2