OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectionDragPolicy
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
DragController.h
66
enum
SelectionDragPolicy
{
70
Node* draggableNode(const Frame*, Node*, const IntPoint&,
SelectionDragPolicy
, DragSourceAction&) const;
DragController.cpp
622
Node* DragController::draggableNode(const Frame* src, Node* startNode, const IntPoint& dragOrigin,
SelectionDragPolicy
selectionDragPolicy
, DragSourceAction& dragType) const
626
if (
selectionDragPolicy
== ImmediateSelectionDragResolution)
674
// 2) There was a selection under the cursor but
selectionDragPolicy
is set to
682
// Dragging unselectable elements in a selection has special behavior if
selectionDragPolicy
685
ASSERT(
selectionDragPolicy
== DelayedSelectionDragResolution);
[
all
...]
EventHandler.cpp
[
all
...]
Completed in 58 milliseconds