OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRAG_MOVE
(Results
1 - 23
of
23
) sorted by null
/external/chromium_org/ui/base/dragdrop/
drag_drop_types_win.cc
19
drag_operation |=
DRAG_MOVE
;
29
if (drag_operation &
DRAG_MOVE
)
drag_drop_types.h
17
DRAG_MOVE
= 1 << 0,
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_drag_drop_views.cc
37
ui::DragDropTypes::
DRAG_MOVE
|
58
int move = ui::DragDropTypes::
DRAG_MOVE
;
74
if (ui::DragDropTypes::
DRAG_MOVE
& common_ops)
75
return ui::DragDropTypes::
DRAG_MOVE
;
93
return ui::DragDropTypes::
DRAG_MOVE
;
bookmark_bar_view.cc
[
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_image_view.cc
144
} else if (touch_drag_operation_ & ui::DragDropTypes::
DRAG_MOVE
) {
drag_drop_controller_unittest.cc
[
all
...]
drag_drop_controller.cc
286
else if (op & ui::DragDropTypes::
DRAG_MOVE
)
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.cc
29
return ui::DragDropTypes::
DRAG_MOVE
;
/external/chromium/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc
158
return ui::DragDropTypes::
DRAG_MOVE
;
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
174
return ui::DragDropTypes::
DRAG_MOVE
;
198
return ui::DragDropTypes::
DRAG_MOVE
;
217
return ui::DragDropTypes::
DRAG_MOVE
;
/external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc
259
return ui::DragDropTypes::
DRAG_MOVE
;
309
return ui::DragDropTypes::
DRAG_MOVE
;
356
return ui::DragDropTypes::
DRAG_MOVE
;
401
return ui::DragDropTypes::
DRAG_MOVE
;
/external/chromium/chrome/browser/bookmarks/
bookmark_utils.cc
219
if (ui::DragDropTypes::
DRAG_MOVE
& common_ops)
220
return ui::DragDropTypes::
DRAG_MOVE
;
225
int move = ui::DragDropTypes::
DRAG_MOVE
;
249
return ui::DragDropTypes::
DRAG_MOVE
;
271
return ui::DragDropTypes::
DRAG_MOVE
;
346
ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::
DRAG_MOVE
|
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc
351
drag_operation |= ui::DragDropTypes::
DRAG_MOVE
;
477
case ui::DragDropTypes::
DRAG_MOVE
:
742
if (drag_operation & ui::DragDropTypes::
DRAG_MOVE
)
754
return ui::DragDropTypes::
DRAG_MOVE
;
765
if (drag_operation_ & ui::DragDropTypes::
DRAG_MOVE
)
/external/chromium_org/ui/views/controls/textfield/
native_textfield_views_unittest.cc
913
ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::
DRAG_MOVE
)
[
all
...]
native_textfield_views.cc
292
ui::DragDropTypes::
DRAG_MOVE
;
294
return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::
DRAG_MOVE
;
327
event.source_operations() & ui::DragDropTypes::
DRAG_MOVE
;
341
return move ? ui::DragDropTypes::
DRAG_MOVE
: ui::DragDropTypes::DRAG_COPY;
480
ui::DragDropTypes::
DRAG_MOVE
| ui::DragDropTypes::DRAG_COPY;
[
all
...]
/external/chromium/chrome/browser/ui/views/
browser_actions_container.cc
600
return ui::DragDropTypes::
DRAG_MOVE
;
650
return ui::DragDropTypes::
DRAG_MOVE
;
697
return ui::DragDropTypes::
DRAG_MOVE
;
740
return ui::DragDropTypes::
DRAG_MOVE
;
[
all
...]
/external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc
413
drag_op |= ui::DragDropTypes::
DRAG_MOVE
;
423
if (drag_op & ui::DragDropTypes::
DRAG_MOVE
)
[
all
...]
/external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc
836
return ui::DragDropTypes::
DRAG_MOVE
;
[
all
...]
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc
[
all
...]
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
[
all
...]
/external/chromium_org/ui/app_list/views/
apps_grid_view.cc
706
return ui::DragDropTypes::
DRAG_MOVE
;
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc
[
all
...]
Completed in 364 milliseconds