HomeSort by relevance Sort by last modified time
    Searched refs:EndDragging (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/panels/
panel_manager.h 55 void EndDragging(bool cancelled);
panel_manager.cc 253 void PanelManager::EndDragging(bool cancelled) {
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.h 71 void EndDragging(bool restore_suspended_state);
91 // The flag to guard that EndDragging is not called twice.
tab_contents_drag_win.cc 127 EndDragging(false);
180 NewRunnableMethod(this, &TabContentsDragWin::EndDragging, true));
318 void TabContentsDragWin::EndDragging(bool restore_suspended_state) {
334 view_->EndDragging();
357 NewRunnableMethod(this, &TabContentsDragWin::EndDragging, true));
native_tab_contents_view_win.h 27 void EndDragging();
native_tab_contents_view_win.cc 64 void NativeTabContentsViewWin::EndDragging() {

Completed in 60 milliseconds