Searched refs:isPaste (Results 1 – 2 of 2) sorted by relevance
56 bool isPaste() const { return m_inputType == TextEventInputPaste; } in isPaste() function
162 if (event->isPaste()) { in handleTextEvent()