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/events/
TextEvent.cpp 28 #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(view, data, 0, shouldSmartReplace, false))
    [all...]
TextEvent.h 38 class TextEvent : public UIEvent {
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(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 271 milliseconds