HomeSort by relevance Sort by last modified time
    Searched defs:BeforeTextInsertedEvent (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
BeforeTextInsertedEvent.cpp 27 #include "BeforeTextInsertedEvent.h"
33 BeforeTextInsertedEvent::BeforeTextInsertedEvent(const String& text)
38 BeforeTextInsertedEvent::~BeforeTextInsertedEvent()
BeforeTextInsertedEvent.h 33 class BeforeTextInsertedEvent : public Event {
35 virtual ~BeforeTextInsertedEvent();
37 static PassRefPtr<BeforeTextInsertedEvent> create(const String& text)
39 return adoptRef(new BeforeTextInsertedEvent(text));
48 BeforeTextInsertedEvent(const String&);

Completed in 949 milliseconds