HomeSort by relevance Sort by last modified time
    Searched refs:DragDropTypes (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium_org/content/common/
drag_event_source_info.h 17 ui::DragDropTypes::DragEventSource event_source;
drag_traits.h 36 IPC_ENUM_TRAITS(ui::DragDropTypes::DragEventSource)
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_drag_drop_views.cc 36 int operation = ui::DragDropTypes::DRAG_COPY |
37 ui::DragDropTypes::DRAG_MOVE |
38 ui::DragDropTypes::DRAG_LINK;
43 ui::DragDropTypes::DRAG_EVENT_SOURCE_MOUSE);
48 ui::DragDropTypes::DRAG_EVENT_SOURCE_MOUSE);
58 int move = ui::DragDropTypes::DRAG_MOVE;
60 move = ui::DragDropTypes::DRAG_NONE;
62 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK | move;
63 return ui::DragDropTypes::DRAG_COPY | move
    [all...]
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.cc 29 return ui::DragDropTypes::DRAG_MOVE;
31 return ui::DragDropTypes::DRAG_NONE;
35 return ui::DragDropTypes::DRAG_COPY;
  /external/chromium_org/ui/base/dragdrop/
drag_drop_types_win.cc 11 int ui::DragDropTypes::DropEffectToDragOperation(
23 uint32 ui::DragDropTypes::DragOperationToDropEffect(int drag_operation) {
drag_drop_types.h 13 class UI_EXPORT DragDropTypes {
  /external/chromium_org/ui/views/widget/
drop_target_win.cc 40 ui::DragDropTypes::DropEffectToDragOperation(effect));
41 return ui::DragDropTypes::DragOperationToDropEffect(drop_operation);
56 int drop_operation = ui::DragDropTypes::DropEffectToDragOperation(effect);
60 return ui::DragDropTypes::DragOperationToDropEffect(drop_operation);
drop_helper.cc 56 return ui::DragDropTypes::DRAG_NONE;
58 if (drag_operation == ui::DragDropTypes::DRAG_NONE) {
60 return ui::DragDropTypes::DRAG_NONE;
140 return ui::DragDropTypes::DRAG_NONE;
  /external/chromium_org/ui/views/controls/textfield/
textfield_controller.cc 23 return ui::DragDropTypes::DRAG_NONE;
  /external/chromium_org/ui/views/
drag_utils.h 30 ui::DragDropTypes::DragEventSource source);
drag_utils.cc 48 ui::DragDropTypes::DragEventSource source) {
62 ui::DragDropTypes::DragOperationToDropEffect(operation),
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_win.cc 33 ui::DragDropTypes::DragEventSource source) {
42 ui::DragDropTypes::DragOperationToDropEffect(operation),
50 return ui::DragDropTypes::DropEffectToDragOperation(effect);
desktop_drop_target_win.cc 42 return ui::DragDropTypes::DragOperationToDropEffect(
43 ui::DragDropTypes::DRAG_NONE);
50 int drag_operation = ui::DragDropTypes::DRAG_NONE;
57 return ui::DragDropTypes::DragOperationToDropEffect(drag_operation);
68 int drag_operation = ui::DragDropTypes::DRAG_NONE;
79 return ui::DragDropTypes::DragOperationToDropEffect(drag_operation);
123 ui::DragDropTypes::DropEffectToDragOperation(effect)));
desktop_drag_drop_client_win.h 35 ui::DragDropTypes::DragEventSource source) OVERRIDE;
desktop_drag_drop_client_aurax11.cc 168 // Creates a ui::DragDropTypes::DragOperation representation of the current
343 int drag_operation = ui::DragDropTypes::DRAG_NONE;
347 drag_operation |= ui::DragDropTypes::DRAG_COPY;
349 drag_operation |= ui::DragDropTypes::DRAG_MOVE;
351 drag_operation |= ui::DragDropTypes::DRAG_LINK;
463 int drag_operation = ui::DragDropTypes::DRAG_NONE;
471 case ui::DragDropTypes::DRAG_COPY:
474 case ui::DragDropTypes::DRAG_MOVE:
522 int drag_operation = ui::DragDropTypes::DRAG_NONE;
569 ui::DragDropTypes::DragEventSource source)
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_interactive_uitest.cc 29 return ui::DragDropTypes::DRAG_MOVE;
59 return ui::DragDropTypes::DRAG_MOVE;
63 return ui::DragDropTypes::DRAG_MOVE;
drag_drop_controller.cc 148 current_drag_event_source_(ui::DragDropTypes::DRAG_EVENT_SOURCE_MOUSE),
168 ui::DragDropTypes::DragEventSource source) {
174 if (source == ui::DragDropTypes::DRAG_EVENT_SOURCE_TOUCH &&
181 if (source == ui::DragDropTypes::DRAG_EVENT_SOURCE_TOUCH) {
204 if (source == ui::DragDropTypes::DRAG_EVENT_SOURCE_TOUCH) {
281 if (op & ui::DragDropTypes::DRAG_COPY)
283 else if (op & ui::DragDropTypes::DRAG_LINK)
285 else if (op & ui::DragDropTypes::DRAG_MOVE)
353 ui::DragDropTypes::DRAG_EVENT_SOURCE_MOUSE) {
388 if (current_drag_event_source_ != ui::DragDropTypes::DRAG_EVENT_SOURCE_TOUCH
    [all...]
drag_drop_controller.h 60 ui::DragDropTypes::DragEventSource source) OVERRIDE;
133 ui::DragDropTypes::DragEventSource current_drag_event_source_;
  /external/chromium_org/chrome/browser/ui/views/
home_button.cc 161 return (event.source_operations() & ui::DragDropTypes::DRAG_LINK) ?
162 ui::DragDropTypes::DRAG_LINK : ui::DragDropTypes::DRAG_NONE;
179 return ui::DragDropTypes::DRAG_NONE;
  /external/chromium_org/ui/aura/client/
drag_drop_client.h 39 ui::DragDropTypes::DragEventSource source) = 0;
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 152 return ui::DragDropTypes::DRAG_NONE;
155 return ui::DragDropTypes::DRAG_NONE;
158 return ui::DragDropTypes::DRAG_MOVE;
167 return ui::DragDropTypes::DRAG_NONE;
182 return ui::DragDropTypes::DRAG_MOVE;
201 return ui::DragDropTypes::DRAG_MOVE;
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 168 return ui::DragDropTypes::DRAG_NONE;
171 return ui::DragDropTypes::DRAG_NONE;
174 return ui::DragDropTypes::DRAG_MOVE;
183 return ui::DragDropTypes::DRAG_NONE;
198 return ui::DragDropTypes::DRAG_MOVE;
217 return ui::DragDropTypes::DRAG_MOVE;
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.cc 215 if (ui::DragDropTypes::DRAG_COPY & common_ops)
216 return ui::DragDropTypes::DRAG_COPY;
217 if (ui::DragDropTypes::DRAG_LINK & common_ops)
218 return ui::DragDropTypes::DRAG_LINK;
219 if (ui::DragDropTypes::DRAG_MOVE & common_ops)
220 return ui::DragDropTypes::DRAG_MOVE;
221 return ui::DragDropTypes::DRAG_NONE;
225 int move = ui::DragDropTypes::DRAG_MOVE;
229 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK | move
    [all...]
  /external/chromium_org/chrome/browser/download/
download_util.cc 167 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK,
168 ui::DragDropTypes::DRAG_EVENT_SOURCE_MOUSE);
190 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK);
  /external/chromium_org/ui/views/controls/menu/
menu_delegate.cc 104 return ui::DragDropTypes::DRAG_NONE;
111 return ui::DragDropTypes::DRAG_NONE;

Completed in 344 milliseconds

1 2 3