OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_documentIsHandlingDrag
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
DragController.h
105
bool
m_documentIsHandlingDrag
;
DragController.cpp
137
,
m_documentIsHandlingDrag
(false)
243
if ((m_dragDestinationAction & DragDestinationActionDHTML) &&
m_documentIsHandlingDrag
) {
297
m_documentIsHandlingDrag
= tryDocumentDrag(dragData, m_dragDestinationAction, dragSession);
298
if (!
m_documentIsHandlingDrag
&& (m_dragDestinationAction & DragDestinationActionLoad))
[
all
...]
Completed in 167 milliseconds