Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/events/
DTextEvent.h56 bool isPaste() const { return m_inputType == TextEventInputPaste; } in isPaste() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp162 if (event->isPaste()) { in handleTextEvent()