HomeSort by relevance Sort by last modified time
    Searched refs:m_transferType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
DataTransfer.h 66 bool isForCopyAndPaste() const { return m_transferType == CopyAndPaste; }
67 bool isForDragAndDrop() const { return m_transferType == DragAndDrop; }
134 DataTransferType m_transferType;
DataTransfer.cpp 470 , m_transferType(type)

Completed in 56 milliseconds