HomeSort by relevance Sort by last modified time
    Searched full:drag_event (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_drag_drop_cocoa.mm 148 NSEvent* drag_event = [NSEvent mouseEventWithType:NSLeftMouseDragged
167 event:drag_event
  /external/chromium_org/ui/app_list/views/
apps_grid_view_unittest.cc 161 ui::MouseEvent drag_event(ui::ET_MOUSE_DRAGGED,
163 apps_grid_view_->UpdateDragFromItem(pointer, drag_event);
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 427 bool drag_event = event.type() == ui::ET_MOUSE_DRAGGED; local
428 bool text_cursor = !initiating_drag_ && (drag_event || !in_selection);
    [all...]
native_textfield_views_unittest.cc     [all...]
  /external/chromium_org/ash/shelf/
shelf_view_unittest.cc 428 ui::MouseEvent drag_event(ui::ET_MOUSE_DRAGGED,
431 button_host->PointerDraggedOnButton(button, pointer, drag_event);
    [all...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc     [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 657 // Note that the coordinates given to us by |drag_event| are basically
    [all...]

Completed in 644 milliseconds