Home
last modified time | relevance | path

Searched refs:DRAG_OPERATION_NONE (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dbrowser_window_osr_gtk.cc895 int allowed_ops = DRAG_OPERATION_NONE; in GetDragOperationsMask()
948 drag_operation_(DRAG_OPERATION_NONE), in BrowserWindowOsrGtk()
1820 drag_operation_ = DRAG_OPERATION_NONE; in DragReset()
Dosr_window_win.cc1057 current_drag_op_ = DRAG_OPERATION_NONE; in StartDragging()
1060 current_drag_op_ = DRAG_OPERATION_NONE; in StartDragging()
Dosr_dragdrop_win.cc37 DWORD operation = DRAG_OPERATION_NONE; in DropEffectToDragOperation()
/third_party/cef/include/internal/
Dcef_types.h971 DRAG_OPERATION_NONE = 0, enumerator
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc1235 if (operation != DRAG_OPERATION_NONE) { in UpdateDragCursor()
1238 MiddleX(dropdiv), MiddleY(dropdiv), DRAG_OPERATION_NONE); in UpdateDragCursor()