Searched defs:EndDrag (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_handle.cc60 EndDrag();
165 EndDrag();
169 EndDrag();
209 void TouchHandle::EndDrag() { function in class:content::TouchHandle
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc651 void ShelfView::EndDrag(bool cancel) { function in class:ash::ShelfView
1023 main_shelf_->EndDrag(true);
1057 main_shelf_->EndDrag(true);
1122 main_shelf_->EndDrag(false);
1141 main_shelf_->EndDrag(true);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc283 new EscapeTracker(base::Bind(&TabDragController::EndDrag,
382 void TabDragController::EndDrag(EndDragReason reason) { function in class:TabDragController
383 TRACE_EVENT0("views", "TabDragController::EndDrag");
1118 EndDrag(result == views::Widget::MOVE_LOOP_CANCELED ?
H A Dtab_strip.cc623 EndDrag(END_DRAG_COMPLETE);
1121 bool TabStrip::EndDrag(EndDragReason reason) { function in class:TabStrip
1125 drag_controller_->EndDrag(reason);
2640 EndDrag(END_DRAG_COMPLETE);
2645 EndDrag(END_DRAG_CAPTURE_LOST);
2662 EndDrag(END_DRAG_COMPLETE);
2675 EndDrag(END_DRAG_CANCEL);
2690 EndDrag(END_DRAG_CANCEL);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc777 void WebContentsViewAura::EndDrag(blink::WebDragOperationsMask ops) { function in class:content::WebContentsViewAura
1252 EndDrag(ConvertToWeb(result_op));
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc291 grid_view_->EndDrag(canceled_ || !IsCursorWithinGridView());
409 EndDrag(true);
680 void AppsGridView::EndDrag(bool cancel) { function in class:app_list::AppsGridView
681 // EndDrag was called before if |drag_view_| is NULL.
690 drag_and_drop_host_->EndDrag(cancel);
698 // Forward the EndDrag event to the root level grid view.
707 // An EndDrag can be received during a reparent via a model change. This
1006 EndDrag(true);
1547 // EndDrag was called before if |drag_view_| is NULL.
1648 drag_and_drop_host_->EndDrag(tru
[all...]

Completed in 182 milliseconds