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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TextEvent.cpp 28 #include "core/dom/TextEvent.h"
35 PassRefPtr<TextEvent> TextEvent::create()
37 return adoptRef(new TextEvent);
40 PassRefPtr<TextEvent> TextEvent::create(PassRefPtr<AbstractView> view, const String& data, TextEventInputType inputType)
42 return adoptRef(new TextEvent(view, data, inputType));
45 PassRefPtr<TextEvent> TextEvent::createForPlainTextPaste(PassRefPtr<AbstractView> view, const String& data, bool shouldSmartReplace)
47 return adoptRef(new TextEvent(view, data, 0, shouldSmartReplace, false))
    [all...]
TextEvent.h 37 class TextEvent : public UIEvent {
40 static PassRefPtr<TextEvent> create();
41 static PassRefPtr<TextEvent> create(PassRefPtr<AbstractView>, const String& data, TextEventInputType = TextEventInputKeyboard);
42 static PassRefPtr<TextEvent> createForPlainTextPaste(PassRefPtr<AbstractView> view, const String& data, bool shouldSmartReplace);
43 static PassRefPtr<TextEvent> createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle);
44 static PassRefPtr<TextEvent> createForDrop(PassRefPtr<AbstractView> view, const String& data);
46 virtual ~TextEvent();
65 TextEvent();
67 TextEvent(PassRefPtr<AbstractView>, const String& data, TextEventInputType = TextEventInputKeyboard);
68 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 47 milliseconds