Searched refs:EndDrag (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/ui/app_list/views/
H A Dapp_list_drag_and_drop_host.h58 virtual void EndDrag(bool cancel) = 0;
H A Dapps_grid_view_unittest.cc288 apps_grid_view_->EndDrag(false);
295 apps_grid_view_->EndDrag(true);
303 apps_grid_view_->EndDrag(false);
312 // No need to EndDrag explicitly - adding an item should do this.
339 apps_grid_view_->EndDrag(false);
358 apps_grid_view_->EndDrag(false);
403 apps_grid_view_->EndDrag(false);
414 apps_grid_view_->EndDrag(false);
462 apps_grid_view_->EndDrag(false);
490 apps_grid_view_->EndDrag(fals
[all...]
H A Dcontents_view.cc90 apps_container_view_->apps_grid_view()->EndDrag(true);
94 apps_container_view_->app_list_folder_view()->items_grid_view()->EndDrag(
H A Dapp_list_item_view.cc439 apps_grid_view_->EndDrag(false);
448 apps_grid_view_->EndDrag(true);
491 apps_grid_view_->EndDrag(false);
H A Dapp_list_main_view_unittest.cc269 FolderGridView()->EndDrag(false);
307 FolderGridView()->EndDrag(false);
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...]
H A Dapp_list_folder_view.cc289 items_grid_view()->EndDrag(true);
H A Dapp_list_main_view.cc320 ->EndDrag(true);
H A Dapps_grid_view.h111 void EndDrag(bool cancel);
180 // Handles EndDrag event dispatched from the hidden folder grid view in the
189 // Handles EndDrag event in the hidden folder grid view to end reparenting
/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
H A Dtouch_handle.h100 void EndDrag();
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_controller.h76 virtual bool EndDrag(EndDragReason reason) = 0;
H A Dtab_drag_controller.h42 // EndDrag() is invoked (or the TabDragController is destroyed).
126 void EndDrag(EndDragReason reason);
353 // Does the work for EndDrag(). If we actually started a drag and |how_end| is
354 // not TAB_DESTROYED then one of EndDrag() or RevertDrag() is invoked.
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);
H A Dtab_strip.h236 virtual bool EndDrag(EndDragReason reason) OVERRIDE;
H A Dtab_unittest.cc55 virtual bool EndDrag(EndDragReason reason) OVERRIDE { return false; }
H A Dtab.cc892 if (controller_->EndDrag(END_DRAG_COMPLETE))
925 controller_->EndDrag(END_DRAG_CAPTURE_LOST);
964 controller_->EndDrag(END_DRAG_COMPLETE);
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 ?
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.h62 void EndDrag(blink::WebDragOperationsMask ops);
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/ash/shelf/
H A Dshelf_view.h133 virtual void EndDrag(bool cancel) OVERRIDE;
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);

Completed in 1481 milliseconds