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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
BeforeTextInsertedEvent.cpp 27 #include "core/dom/BeforeTextInsertedEvent.h"
33 BeforeTextInsertedEvent::BeforeTextInsertedEvent(const String& text)
38 BeforeTextInsertedEvent::~BeforeTextInsertedEvent()
42 const AtomicString& BeforeTextInsertedEvent::interfaceName() const
44 // Notice that there is no BeforeTextInsertedEvent.idl.
BeforeTextInsertedEvent.h 33 class BeforeTextInsertedEvent : public Event {
35 virtual ~BeforeTextInsertedEvent();
37 static PassRefPtr<BeforeTextInsertedEvent> create(const String& text)
39 return adoptRef(new BeforeTextInsertedEvent(text));
49 explicit BeforeTextInsertedEvent(const String&);

Completed in 39 milliseconds