Searched refs:EndDragging (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/panels/
H A Dpanel_manager.h55 void EndDragging(bool cancelled);
H A Dpanel_manager.cc253 void PanelManager::EndDragging(bool cancelled) { function in class:PanelManager
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_drag_win.h71 void EndDragging(bool restore_suspended_state);
91 // The flag to guard that EndDragging is not called twice.
H A Dtab_contents_drag_win.cc127 EndDragging(false);
180 NewRunnableMethod(this, &TabContentsDragWin::EndDragging, true));
318 void TabContentsDragWin::EndDragging(bool restore_suspended_state) { function in class:TabContentsDragWin
334 view_->EndDragging();
357 NewRunnableMethod(this, &TabContentsDragWin::EndDragging, true));
H A Dnative_tab_contents_view_win.h27 void EndDragging();
H A Dnative_tab_contents_view_win.cc64 void NativeTabContentsViewWin::EndDragging() { function in class:NativeTabContentsViewWin

Completed in 74 milliseconds