Searched defs:m_transferType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataTransfer.h66 bool isForCopyAndPaste() const { return m_transferType == CopyAndPaste; }
67 bool isForDragAndDrop() const { return m_transferType == DragAndDrop; }
134 DataTransferType m_transferType; member in class:blink::DataTransfer

Completed in 168 milliseconds