TextEventInputDrop 56 Source/core/events/TextEvent.cpp return adoptRefWillBeNoop(new TextEvent(view, data, TextEventInputDrop)); TextEventInputDrop 57 Source/core/events/TextEvent.h bool isDrop() const { return m_inputType == TextEventInputDrop; }