Home
last modified time | relevance | path

Searched refs:isDrop (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DTextEvent.h57 bool isDrop() const { return m_inputType == TextEventInputDrop; } in isDrop() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp159 if (event->isDrop()) in handleTextEvent()