Searched refs:BeforeTextInsertedEvent (Results 1 – 18 of 18) sorted by relevance
33 BeforeTextInsertedEvent::BeforeTextInsertedEvent(const String& text) in BeforeTextInsertedEvent() function in WebCore::BeforeTextInsertedEvent38 BeforeTextInsertedEvent::~BeforeTextInsertedEvent() in ~BeforeTextInsertedEvent()42 const AtomicString& BeforeTextInsertedEvent::interfaceName() const in interfaceName()
33 class BeforeTextInsertedEvent : public Event {35 virtual ~BeforeTextInsertedEvent();37 static PassRefPtr<BeforeTextInsertedEvent> create(const String& text) in create()39 return adoptRef(new BeforeTextInsertedEvent(text)); in create()49 explicit BeforeTextInsertedEvent(const String&);
66 RefPtr<BeforeTextInsertedEvent> evt = BeforeTextInsertedEvent::create(text); in dispatchBeforeTextInsertedEvent()80 RefPtr<BeforeTextInsertedEvent> event = BeforeTextInsertedEvent::create(String("\n")); in canAppendNewLineFeedToSelection()
178 RefPtr<BeforeTextInsertedEvent> evt = BeforeTextInsertedEvent::create(text); in ReplacementFragment()
45 class BeforeTextInsertedEvent; variable84 virtual void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*);
73 void InputTypeView::handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) in handleBeforeTextInsertedEvent() argument
78 virtual void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) OVERRIDE;
432 void TextFieldInputType::handleBeforeTextInsertedEvent(BeforeTextInsertedEvent* event) in handleBeforeTextInsertedEvent()
31 class BeforeTextInsertedEvent; variable72 void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) const;
258 handleBeforeTextInsertedEvent(static_cast<BeforeTextInsertedEvent*>(event)); in defaultEventHandler()282 void HTMLTextAreaElement::handleBeforeTextInsertedEvent(BeforeTextInsertedEvent* event) const in handleBeforeTextInsertedEvent()
1180 m_inputTypeView->handleBeforeTextInsertedEvent(static_cast<BeforeTextInsertedEvent*>(evt)); in defaultEventHandler()
163 third_party/WebKit/Source/core/events/BeforeTextInsertedEvent.cpp \
2093 'events/BeforeTextInsertedEvent.cpp',2094 'events/BeforeTextInsertedEvent.h',