/external/webkit/Source/WebCore/dom/ |
UIEvent.h | 32 typedef DOMWindow AbstractView; 40 static PassRefPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail) 46 void initUIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int detail); 48 AbstractView* view() const { return m_view.get(); } 66 UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int detail); 69 RefPtr<AbstractView> m_view;
|
TextEvent.cpp | 39 PassRefPtr<TextEvent> TextEvent::create(PassRefPtr<AbstractView> view, const String& data, TextEventInputType inputType) 44 PassRefPtr<TextEvent> TextEvent::createForPlainTextPaste(PassRefPtr<AbstractView> view, const String& data, bool shouldSmartReplace) 49 PassRefPtr<TextEvent> TextEvent::createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle) 54 PassRefPtr<TextEvent> TextEvent::createForDrop(PassRefPtr<AbstractView> view, const String& data) 66 TextEvent::TextEvent(PassRefPtr<AbstractView> view, const String& data, TextEventInputType inputType) 76 TextEvent::TextEvent(PassRefPtr<AbstractView> view, const String& data, PassRefPtr<DocumentFragment> pastingFragment, 91 void TextEvent::initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, const String& data)
|
TextEvent.h | 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); 47 void initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, const String& data); 66 TextEvent(PassRefPtr<AbstractView>, const String& data, TextEventInputType = TextEventInputKeyboard); 67 TextEvent(PassRefPtr<AbstractView>, const String& data, PassRefPtr<DocumentFragment>,
|
WheelEvent.h | 41 float rawDeltaX, float rawDeltaY, Granularity granularity, PassRefPtr<AbstractView> view, 50 void initWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView>, 54 void initWebKitWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView>, 71 Granularity granularity, PassRefPtr<AbstractView>, 87 WheelEventDispatchMediator(const PlatformWheelEvent&, PassRefPtr<AbstractView>);
|
MouseRelatedEvent.cpp | 51 static int contentsX(AbstractView* abstractView) 53 if (!abstractView) 55 Frame* frame = abstractView->frame(); 64 static int contentsY(AbstractView* abstractView) 66 if (!abstractView) 68 Frame* frame = abstractView->frame(); 77 MouseRelatedEvent::MouseRelatedEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> abstractView, [all...] |
MouseEvent.h | 42 static PassRefPtr<MouseEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, 50 static PassRefPtr<MouseEvent> create(const AtomicString& eventType, PassRefPtr<AbstractView>, const PlatformMouseEvent&, int detail, PassRefPtr<Node> relatedTarget); 54 void initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, 78 MouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, 94 static PassRefPtr<SimulatedMouseEvent> create(const AtomicString& eventType, PassRefPtr<AbstractView>, PassRefPtr<Event> underlyingEvent); 98 SimulatedMouseEvent(const AtomicString& eventType, PassRefPtr<AbstractView>, PassRefPtr<Event> underlyingEvent);
|
CompositionEvent.h | 40 static PassRefPtr<CompositionEvent> create(const AtomicString& type, PassRefPtr<AbstractView> view, const String& data) 46 void initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, const String& data); 54 CompositionEvent(const AtomicString& type, PassRefPtr<AbstractView> view, const String& data);
|
KeyboardEvent.h | 61 static PassRefPtr<KeyboardEvent> create(const PlatformKeyboardEvent& platformEvent, AbstractView* view) 65 static PassRefPtr<KeyboardEvent> create(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, 74 void initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView*, 100 KeyboardEvent(const PlatformKeyboardEvent&, AbstractView*); 101 KeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView*,
|
TouchEvent.h | 46 const AtomicString& type, PassRefPtr<AbstractView> view, 57 PassRefPtr<AbstractView> view, int screenX, int screenY, 69 PassRefPtr<AbstractView>, int screenX, int screenY, int pageX,
|
WheelEvent.cpp | 44 Granularity granularity, PassRefPtr<AbstractView> view, 58 void WheelEvent::initWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView> view, 85 void WheelEvent::initWebKitWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView> view, 103 WheelEventDispatchMediator::WheelEventDispatchMediator(const PlatformWheelEvent& event, PassRefPtr<AbstractView> view)
|
CompositionEvent.cpp | 38 CompositionEvent::CompositionEvent(const AtomicString& type, PassRefPtr<AbstractView> view, const String& data) 48 void CompositionEvent::initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, const String& data)
|
UIEvent.cpp | 35 UIEvent::UIEvent(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg, PassRefPtr<AbstractView> viewArg, int detailArg) 46 void UIEvent::initUIEvent(const AtomicString& typeArg, bool canBubbleArg, bool cancelableArg, PassRefPtr<AbstractView> viewArg, int detailArg)
|
TouchEvent.cpp | 40 PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, 56 PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY,
|
MouseEvent.cpp | 34 PassRefPtr<MouseEvent> MouseEvent::create(const AtomicString& eventType, PassRefPtr<AbstractView> view, const PlatformMouseEvent& event, int detail, PassRefPtr<Node> relatedTarget) 52 MouseEvent::MouseEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, 70 void MouseEvent::initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, 134 PassRefPtr<SimulatedMouseEvent> SimulatedMouseEvent::create(const AtomicString& eventType, PassRefPtr<AbstractView> view, PassRefPtr<Event> underlyingEvent) 143 SimulatedMouseEvent::SimulatedMouseEvent(const AtomicString& eventType, PassRefPtr<AbstractView> view, PassRefPtr<Event> underlyingEvent)
|
UIEventWithKeyState.h | 47 UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view,
|
KeyboardEvent.cpp | 61 KeyboardEvent::KeyboardEvent(const PlatformKeyboardEvent& key, AbstractView* view) 71 KeyboardEvent::KeyboardEvent(const AtomicString& eventType, bool canBubble, bool cancelable, AbstractView *view, 86 void KeyboardEvent::initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view,
|
MouseRelatedEvent.h | 58 MouseRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>,
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
TimeEvent.java | 16 import org.w3c.dom.views.AbstractView; 25 * <code>AbstractView</code> from which the event was generated. 27 public AbstractView getView(); 45 * <code>AbstractView</code> . 49 AbstractView viewArg,
|
/packages/apps/Mms/src/org/w3c/dom/views/ |
AbstractView.java | 20 public interface AbstractView { 23 * <code>AbstractView</code>.
|
DocumentView.java | 25 * The default <code>AbstractView</code> for this <code>Document</code>, 28 public AbstractView getDefaultView();
|
/external/webkit/Source/WebCore/page/ |
AbstractView.idl | 33 ] AbstractView {
|
DOMWindow.h | 201 // DOM Level 2 AbstractView Interface
|
DOMWindow.idl | 140 // DOM Level 2 AbstractView Interface [all...] |
/external/webkit/Source/WebKit/win/Interfaces/ |
DOMWindow.idl | 45 // DOM Level 2 AbstractView Interface
|
/external/webkit/Source/WebCore/ |
DerivedSources.make | 54 AbstractView \
|