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

  /external/chromium_org/ui/app_list/views/
app_list_drag_and_drop_host.h 58 virtual void EndDrag(bool cancel) = 0;
apps_grid_view_unittest.cc 288 apps_grid_view_->EndDrag(false);
295 apps_grid_view_->EndDrag(true);
303 apps_grid_view_->EndDrag(false);
311 apps_grid_view_->EndDrag(false);
330 apps_grid_view_->EndDrag(false);
349 apps_grid_view_->EndDrag(false);
394 apps_grid_view_->EndDrag(false);
405 apps_grid_view_->EndDrag(false);
433 apps_grid_view_->EndDrag(false);
458 apps_grid_view_->EndDrag(false)
    [all...]
app_list_item_view.cc 435 apps_grid_view_->EndDrag(false);
444 apps_grid_view_->EndDrag(true);
487 apps_grid_view_->EndDrag(false);
contents_view.cc 75 apps_container_view_->apps_grid_view()->EndDrag(true);
79 apps_container_view_->app_list_folder_view()->items_grid_view()->EndDrag(
apps_grid_view.cc 267 grid_view_->EndDrag(canceled_ || !IsCursorWithinGridView());
374 EndDrag(true);
579 // EndDrag was called before if |drag_view_| is NULL.
649 void AppsGridView::EndDrag(bool cancel) {
650 // EndDrag was called before if |drag_view_| is NULL.
659 drag_and_drop_host_->EndDrag(cancel);
667 // Forward the EndDrag event to the root level grid view.
957 EndDrag(true);
    [all...]
app_list_folder_view.cc 290 items_grid_view()->EndDrag(true);
app_list_main_view_unittest.cc 256 FolderGridView()->EndDrag(false);
apps_grid_view.h 111 void EndDrag(bool cancel);
175 // Handles EndDrag event dispatched from the hidden folder grid view in the
184 // Handles EndDrag event in the hidden folder grid view to end reparenting
  /development/ndk/sources/android/ndk_helper/
tapCamera.cpp 109 EndDrag();
160 EndDrag();
175 void TapCamera::EndDrag()
203 EndDrag();
239 EndDrag();
tapCamera.h 86 void EndDrag();
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_controller.h 73 virtual bool EndDrag(EndDragReason reason) = 0;
tab_strip.cc 639 EndDrag(END_DRAG_COMPLETE);
    [all...]
tab_drag_controller.h 43 // EndDrag() is invoked (or the TabDragController is destroyed).
134 void EndDrag(EndDragReason reason);
379 // Does the work for EndDrag(). If we actually started a drag and |how_end| is
380 // not TAB_DESTROYED then one of EndDrag() or RevertDrag() is invoked.
tab_strip.h 226 virtual bool EndDrag(EndDragReason reason) OVERRIDE;
tab_unittest.cc 52 virtual bool EndDrag(EndDragReason reason) OVERRIDE { return false; }
tab.cc 841 if (controller_->EndDrag(END_DRAG_COMPLETE))
869 controller_->EndDrag(END_DRAG_CAPTURE_LOST);
    [all...]
tab_drag_controller.cc 288 new EscapeTracker(base::Bind(&TabDragController::EndDrag,
379 void TabDragController::EndDrag(EndDragReason reason) {
380 TRACE_EVENT0("views", "TabDragController::EndDrag");
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view.h 133 virtual void EndDrag(bool cancel) OVERRIDE;
shelf_view.cc 653 void ShelfView::EndDrag(bool cancel) {
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 62 void EndDrag(blink::WebDragOperationsMask ops);
web_contents_view_aura.cc 756 void WebContentsViewAura::EndDrag(blink::WebDragOperationsMask ops) {
    [all...]
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 248 eng->tap_camera_.EndDrag();
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 259 eng->tap_camera_.EndDrag();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h 83 virtual HRESULT WINAPI EndDrag(void) = 0;
119 HRESULT (WINAPI *EndDrag)(IImageList *This);
157 #define IImageList_EndDrag(This) (This)->lpVtbl->EndDrag(This)

Completed in 1709 milliseconds