Home
last modified time | relevance | path

Searched refs:OnDragExited (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_root_view.cc74 tabstrip()->OnDragExited(); in OnDragUpdated()
79 void BrowserRootView::OnDragExited() { in OnDragExited() function in BrowserRootView
82 tabstrip()->OnDragExited(); in OnDragExited()
Dbrowser_root_view.h36 virtual void OnDragExited() OVERRIDE;
/external/chromium/chrome/browser/ui/views/tabs/
Dtab_strip.h79 virtual void OnDragExited() OVERRIDE;
Dtab_strip.cc370 void TabStrip::OnDragExited() { in OnDragExited() function in TabStrip
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.h134 virtual void OnDragExited() OVERRIDE;
Dbookmark_bar_view.cc618 void BookmarkBarView::OnDragExited() { in OnDragExited() function in BookmarkBarView
/external/chromium/chrome/browser/ui/views/
Dbrowser_actions_container.h333 virtual void OnDragExited() OVERRIDE;
Dbrowser_actions_container.cc653 void BrowserActionsContainer::OnDragExited() { in OnDragExited() function in BrowserActionsContainer
696 OnDragExited(); // Perform clean up after dragging. in OnPerformDrop()