Home
last modified time | relevance | path

Searched refs:AbstractView (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/Source/WebCore/dom/
DTextEvent.h40 …static PassRefPtr<TextEvent> create(PassRefPtr<AbstractView>, const String& data, TextEventInputTy…
41 …static PassRefPtr<TextEvent> createForPlainTextPaste(PassRefPtr<AbstractView> view, const String& …
42 …static PassRefPtr<TextEvent> createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<Docu…
43 … static PassRefPtr<TextEvent> createForDrop(PassRefPtr<AbstractView> view, const String& data);
47 …const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, const String&…
66 …TextEvent(PassRefPtr<AbstractView>, const String& data, TextEventInputType = TextEventInputKeyboar…
67 TextEvent(PassRefPtr<AbstractView>, const String& data, PassRefPtr<DocumentFragment>,
DUIEvent.h32 typedef DOMWindow AbstractView; typedef
40 …const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int deta… in create()
46 …t(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int detail);
48 AbstractView* view() const { return m_view.get(); } in view()
66 …UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int d…
69 RefPtr<AbstractView> m_view;
DTextEvent.cpp39 PassRefPtr<TextEvent> TextEvent::create(PassRefPtr<AbstractView> view, const String& data, TextEven… in create()
44 PassRefPtr<TextEvent> TextEvent::createForPlainTextPaste(PassRefPtr<AbstractView> view, const Strin… in createForPlainTextPaste()
49 PassRefPtr<TextEvent> TextEvent::createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<D… in createForFragmentPaste()
54 PassRefPtr<TextEvent> TextEvent::createForDrop(PassRefPtr<AbstractView> view, const String& data) in createForDrop()
66 TextEvent::TextEvent(PassRefPtr<AbstractView> view, const String& data, TextEventInputType inputTyp… in TextEvent()
76 TextEvent::TextEvent(PassRefPtr<AbstractView> view, const String& data, PassRefPtr<DocumentFragment… in TextEvent()
91 …const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, const St… in initTextEvent()
DMouseEvent.h42 …t> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view,
50 …static PassRefPtr<MouseEvent> create(const AtomicString& eventType, PassRefPtr<AbstractView>, cons…
54 …initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>,
78 … MouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>,
94 …SimulatedMouseEvent> create(const AtomicString& eventType, PassRefPtr<AbstractView>, PassRefPtr<Ev…
98 …SimulatedMouseEvent(const AtomicString& eventType, PassRefPtr<AbstractView>, PassRefPtr<Event> und…
DWheelEvent.h41 … float rawDeltaX, float rawDeltaY, Granularity granularity, PassRefPtr<AbstractView> view, in create()
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>);
DKeyboardEvent.h61 …ic PassRefPtr<KeyboardEvent> create(const PlatformKeyboardEvent& platformEvent, AbstractView* view) in create()
65 …eyboardEvent> create(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, in create()
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*,
DCompositionEvent.h40 …sRefPtr<CompositionEvent> create(const AtomicString& type, PassRefPtr<AbstractView> view, const St… in create()
46 …const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, const String&…
54 … CompositionEvent(const AtomicString& type, PassRefPtr<AbstractView> view, const String& data);
DWheelEvent.cpp44 Granularity granularity, PassRefPtr<AbstractView> view, in WheelEvent()
58 void WheelEvent::initWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView> view, in initWheelEvent()
85 void WheelEvent::initWebKitWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView> view, in initWebKitWheelEvent()
103 …ediator::WheelEventDispatchMediator(const PlatformWheelEvent& event, PassRefPtr<AbstractView> view) in WheelEventDispatchMediator()
DMouseEvent.cpp34 PassRefPtr<MouseEvent> MouseEvent::create(const AtomicString& eventType, PassRefPtr<AbstractView> v… in create()
52 …vent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, in MouseEvent()
70 …ouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, in initMouseEvent()
134 …SimulatedMouseEvent::create(const AtomicString& eventType, PassRefPtr<AbstractView> view, PassRefP… in create()
143 SimulatedMouseEvent::SimulatedMouseEvent(const AtomicString& eventType, PassRefPtr<AbstractView> vi… in SimulatedMouseEvent()
DTouchEvent.h46 const AtomicString& type, PassRefPtr<AbstractView> view, in create()
57 PassRefPtr<AbstractView> view, int screenX, int screenY,
74 PassRefPtr<AbstractView>, int screenX, int screenY, int pageX,
DCompositionEvent.cpp38 CompositionEvent::CompositionEvent(const AtomicString& type, PassRefPtr<AbstractView> view, const S… in CompositionEvent()
48 …const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, const St… in initCompositionEvent()
DUIEvent.cpp35 …cString& eventType, bool canBubbleArg, bool cancelableArg, PassRefPtr<AbstractView> viewArg, int d… in UIEvent()
46 …micString& typeArg, bool canBubbleArg, bool cancelableArg, PassRefPtr<AbstractView> viewArg, int d… in initUIEvent()
DKeyboardEvent.cpp61 KeyboardEvent::KeyboardEvent(const PlatformKeyboardEvent& key, AbstractView* view) in KeyboardEvent()
71 …::KeyboardEvent(const AtomicString& eventType, bool canBubble, bool cancelable, AbstractView *view, in KeyboardEvent()
86 …t::initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, in initKeyboardEvent()
DTouchEvent.cpp43 PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, in TouchEvent()
62 PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, in initTouchEvent()
DMouseRelatedEvent.cpp51 static int contentsX(AbstractView* abstractView) in contentsX()
64 static int contentsY(AbstractView* abstractView) in contentsY()
77 …st AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> abstractView, in MouseRelatedEvent()
DUIEventWithKeyState.h47 …hKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, in UIEventWithKeyState()
DMouseRelatedEvent.h58 …seRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>,
/external/webkit/Source/WebCore/page/
DAbstractView.idl33 ] AbstractView {
DDOMWindow.idl140 // DOM Level 2 AbstractView Interface
/external/webkit/Source/WebKit/win/Interfaces/
DDOMWindow.idl45 // DOM Level 2 AbstractView Interface
/external/webkit/Source/WebCore/
DDerivedSources.make54 AbstractView \
DChangeLog-2006-05-105170 * bindings/objc/DOMCSS.mm: Added NULL checks for the AbstractView
5172 AbstractView as DOMWindow. I could have just replaced AbstractView
5174 called the AbstractView, but really it's just the window."
5188 * dom/AbstractView.cpp: Removed.
5189 * dom/AbstractView.h: Removed.
6071 * dom/AbstractView.h:
9106 * dom/AbstractView.cpp:
9107 (WebCore::AbstractView::AbstractView):
10038 * dom/AbstractView.cpp:
DChangeLog-2005-08-232507 (AbstractView::get):
2508 (AbstractView::getInParents):
2509 (AbstractView::prototype):
2510 (AbstractView::cache):
2966 * kdom/views/AbstractView.cpp:
2967 (AbstractView::getValueProperty):
2968 * kdom/views/AbstractView.h:
12612 * kdom/views/AbstractView.cc: Added.
12613 * kdom/views/AbstractView.h: Added.
44014 * khtml/dom/dom2_views.h: Made AbstractView constructor public to allow creation in
DChangeLog-2005-12-195183 * kdom/bindings/idl/views/AbstractView.idl: Removed.
10984 Fixed AbstractView toString(), by giving it a prototype.
25659 * kdom/bindings/idl/views/AbstractView.idl: Added.
26549 * kdom/views/AbstractView.cpp: Removed.
26550 * kdom/views/AbstractView.h: Removed.
/external/webkit/Source/WebCore/WebCore.gyp/
DWebCore.gyp224 '../page/AbstractView.idl',

12