Searched refs:isBeforeTextInsertedEvent (Results 1 – 11 of 11) sorted by relevance
165 bool WebDOMEvent::isBeforeTextInsertedEvent() const in isBeforeTextInsertedEvent() function in WebKit::WebDOMEvent168 return m_private->isBeforeTextInsertedEvent(); in isBeforeTextInsertedEvent()
42 virtual bool isBeforeTextInsertedEvent() const { return true; } in isBeforeTextInsertedEvent() function
132 bool Event::isBeforeTextInsertedEvent() const in isBeforeTextInsertedEvent() function in WebCore::Event
113 virtual bool isBeforeTextInsertedEvent() const;
179 ASSERT(event->isBeforeTextInsertedEvent()); in handleBeforeTextInsertedEvent()
86 WEBKIT_API bool isBeforeTextInsertedEvent() const;
237 else if (renderer() && event->isBeforeTextInsertedEvent()) in defaultEventHandler()
1090 if (evt->isBeforeTextInsertedEvent()) in defaultEventHandler()
319 if (evt->isBeforeTextInsertedEvent()) in defaultEventHandler()
114 …if (event->isBeforeTextInsertedEvent() || event->type() == eventNames().webkitEditableContentChang… in defaultEventHandler()
15806 (WebCore::BeforeTextInsertedEventImpl::isBeforeTextInsertedEvent):15808 * dom/dom2_eventsimpl.cpp: (WebCore::EventImpl::isBeforeTextInsertedEvent): Added.15809 * dom/dom2_eventsimpl.h: Added isBeforeTextInsertedEvent.