Searched refs:AbstractView (Results 1 - 18 of 18) sorted by relevance

/external/webkit/WebCore/page/
H A DAbstractView.idl33 ] AbstractView {
/external/webkit/WebCore/dom/
H A DCompositionEvent.cpp38 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)
H A DUIEvent.h32 typedef DOMWindow AbstractView; typedef in namespace:WebCore
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;
H A DCompositionEvent.h40 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);
H A DTextEvent.h40 static PassRefPtr<TextEvent> create(PassRefPtr<AbstractView> view, const String& data)
46 void initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, const String& data);
62 TextEvent(PassRefPtr<AbstractView>, const String& data);
H A DTextEvent.cpp40 TextEvent::TextEvent(PassRefPtr<AbstractView> view, const String& data)
52 void TextEvent::initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, const String& data)
H A DTouchEvent.cpp36 PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY,
48 PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY,
H A DUIEvent.cpp35 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)
H A DTouchEvent.h44 const AtomicString& type, PassRefPtr<AbstractView> view,
55 PassRefPtr<AbstractView> view, int screenX, int screenY,
67 PassRefPtr<AbstractView>, int screenX, int screenY, int pageX,
H A DWheelEvent.h38 static PassRefPtr<WheelEvent> create(float wheelTicksX, float wheelTicksY, PassRefPtr<AbstractView> view,
46 void initWheelEvent(int wheelDeltaX, int wheelDeltaY, PassRefPtr<AbstractView>,
59 WheelEvent(float wheelTicksX, float wheelTicksY, PassRefPtr<AbstractView>,
H A DKeyboardEvent.h58 static PassRefPtr<KeyboardEvent> create(const PlatformKeyboardEvent& platformEvent, AbstractView* view)
62 static PassRefPtr<KeyboardEvent> create(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view,
71 void initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView*,
97 KeyboardEvent(const PlatformKeyboardEvent&, AbstractView*);
98 KeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView*,
H A DMouseEvent.h39 static PassRefPtr<MouseEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view,
49 void initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>,
73 MouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>,
H A DWheelEvent.cpp37 WheelEvent::WheelEvent(float wheelTicksX, float wheelTicksY, PassRefPtr<AbstractView> view,
48 void WheelEvent::initWheelEvent(int wheelDeltaX, int wheelDeltaY, PassRefPtr<AbstractView> view,
H A DKeyboardEvent.cpp60 KeyboardEvent::KeyboardEvent(const PlatformKeyboardEvent& key, AbstractView* view)
70 KeyboardEvent::KeyboardEvent(const AtomicString& eventType, bool canBubble, bool cancelable, AbstractView *view,
85 void KeyboardEvent::initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view,
H A DMouseRelatedEvent.h58 MouseRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>,
H A DUIEventWithKeyState.h47 UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view,
H A DMouseEvent.cpp36 MouseEvent::MouseEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view,
54 void MouseEvent::initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view,
H A DMouseRelatedEvent.cpp50 static int contentsX(AbstractView* abstractView)
63 static int contentsY(AbstractView* abstractView)
76 MouseRelatedEvent::MouseRelatedEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> viewArg,

Completed in 77 milliseconds