isBeforeTextInsertedEvent 43 Source/core/events/BeforeTextInsertedEvent.h virtual bool isBeforeTextInsertedEvent() const OVERRIDE { return true; } isBeforeTextInsertedEvent 153 Source/core/events/Event.h virtual bool isBeforeTextInsertedEvent() const; isBeforeTextInsertedEvent 1184 Source/core/html/HTMLInputElement.cpp if (evt->isBeforeTextInsertedEvent()) isBeforeTextInsertedEvent 259 Source/core/html/HTMLTextAreaElement.cpp else if (renderer() && event->isBeforeTextInsertedEvent()) isBeforeTextInsertedEvent 121 Source/core/html/shadow/TextControlInnerElements.cpp if (event->isBeforeTextInsertedEvent() || event->type() == EventTypeNames::webkitEditableContentChanged) { isBeforeTextInsertedEvent 165 Source/web/WebDOMEvent.cpp return m_private->isBeforeTextInsertedEvent(); isBeforeTextInsertedEvent 87 public/web/WebDOMEvent.h BLINK_EXPORT bool isBeforeTextInsertedEvent() const;