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

  /external/webkit/Source/WebCore/dom/
TextEvent.cpp 28 #include "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(view, data, 0, shouldSmartReplace, false))
    [all...]
TextEvent.h 36 class TextEvent : public UIEvent {
39 static PassRefPtr<TextEvent> create();
40 static PassRefPtr<TextEvent> create(PassRefPtr<AbstractView>, const String& data, TextEventInputType = TextEventInputKeyboard);
41 static PassRefPtr<TextEvent> createForPlainTextPaste(PassRefPtr<AbstractView> view, const String& data, bool shouldSmartReplace);
42 static PassRefPtr<TextEvent> createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle);
43 static PassRefPtr<TextEvent> createForDrop(PassRefPtr<AbstractView> view, const String& data);
45 virtual ~TextEvent();
64 TextEvent();
66 TextEvent(PassRefPtr<AbstractView>, const String& data, TextEventInputType = TextEventInputKeyboard);
67 TextEvent(PassRefPtr<AbstractView>, const String& data, PassRefPtr<DocumentFragment>
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 70 milliseconds