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

1 2

  /external/chromium_org/ui/wm/public/
drag_drop_delegate.h 23 // OnDragUpdated, and eventually one of OnDragExited or OnPerformDrop.
34 virtual void OnDragExited() = 0;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.h 38 virtual void OnDragExited() OVERRIDE;
67 // This is used to determine when to send OnDragEntered and OnDragExited
browser_root_view.cc 79 tabstrip()->OnDragExited();
84 void BrowserRootView::OnDragExited() {
87 tabstrip()->OnDragExited();
  /external/chromium_org/ui/views/widget/
drop_helper.cc 59 drop_view->OnDragExited();
153 target_view_->OnDragExited();
native_widget_aura.h 181 virtual void OnDragExited() OVERRIDE;
native_widget_aura.cc 946 void NativeWidgetAura::OnDragExited() {
    [all...]
  /external/chromium_org/ui/views/controls/menu/
submenu_view.h 76 virtual void OnDragExited() OVERRIDE;
submenu_view.cc 216 void SubmenuView::OnDragExited() {
218 GetMenuItem()->GetMenuController()->OnDragExited(this);
menu_controller.h 138 void OnDragExited(SubmenuView* source);
menu_scroll_view_container.cc 64 virtual void OnDragExited() OVERRIDE {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drop_target_win.cc 142 delegate->OnDragExited();
desktop_native_widget_aura.h 227 virtual void OnDragExited() OVERRIDE;
desktop_drag_drop_client_aurax11.cc 872 delegate->OnDragExited();
    [all...]
desktop_native_widget_aura.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 183 virtual void OnDragExited() OVERRIDE;
bookmark_bar_view.cc 922 void BookmarkBarView::OnDragExited() {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.h 191 virtual void OnDragExited() OVERRIDE;
browser_actions_container.cc 385 void BrowserActionsContainer::OnDragExited() {
428 OnDragExited(); // Perform clean up after dragging.
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 177 virtual void OnDragExited() OVERRIDE;
web_contents_view_aura.cc     [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 254 delegate->OnDragExited();
510 delegate->OnDragExited();
drag_drop_controller_unittest.cc 117 virtual void OnDragExited() OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 247 virtual void OnDragExited() OVERRIDE;
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 217 virtual void OnDragExited() OVERRIDE;
  /external/chromium_org/ui/views/
view.h     [all...]

Completed in 345 milliseconds

1 2