Searched defs:TextEvent (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DTextEvent.cpp28 #include "core/events/TextEvent.h"
34 PassRefPtr<TextEvent> TextEvent::create()
36 return adoptRef(new TextEvent);
39 PassRefPtr<TextEvent> TextEvent::create(PassRefPtr<AbstractView> view, const String& data, TextEventInputType inputType)
41 return adoptRef(new TextEvent(view, data, inputType));
44 PassRefPtr<TextEvent> TextEvent::createForPlainTextPaste(PassRefPtr<AbstractView> view, const String& data, bool shouldSmartReplace)
46 return adoptRef(new TextEvent(vie
59 TextEvent::TextEvent() function in class:WebCore::TextEvent
67 TextEvent::TextEvent(PassRefPtr<AbstractView> view, const String& data, TextEventInputType inputType) function in class:WebCore::TextEvent
78 TextEvent::TextEvent(PassRefPtr<AbstractView> view, const String& data, PassRefPtr<DocumentFragment> pastingFragment, function in class:WebCore::TextEvent
[all...]
H A DTextEvent.h38 class TextEvent : public UIEvent { class in namespace:WebCore
41 static PassRefPtr<TextEvent> create();
42 static PassRefPtr<TextEvent> create(PassRefPtr<AbstractView>, const String& data, TextEventInputType = TextEventInputKeyboard);
43 static PassRefPtr<TextEvent> createForPlainTextPaste(PassRefPtr<AbstractView> view, const String& data, bool shouldSmartReplace);
44 static PassRefPtr<TextEvent> createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle);
45 static PassRefPtr<TextEvent> createForDrop(PassRefPtr<AbstractView> view, const String& data);
47 virtual ~TextEvent();
66 TextEvent();
68 TextEvent(PassRefPtr<AbstractView>, const String& data, TextEventInputType = TextEventInputKeyboard);
69 TextEvent(PassRefPt
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 421 milliseconds