/external/webkit/Source/WebCore/dom/ |
D | TextEvent.h | 40 …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>,
|
D | UIEvent.h | 32 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;
|
D | TextEvent.cpp | 39 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()
|
D | MouseEvent.h | 42 …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…
|
D | WheelEvent.h | 41 … 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>);
|
D | KeyboardEvent.h | 61 …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*,
|
D | CompositionEvent.h | 40 …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);
|
D | WheelEvent.cpp | 44 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()
|
D | MouseEvent.cpp | 34 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()
|
D | TouchEvent.h | 46 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,
|
D | CompositionEvent.cpp | 38 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()
|
D | UIEvent.cpp | 35 …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()
|
D | KeyboardEvent.cpp | 61 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()
|
D | TouchEvent.cpp | 43 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()
|
D | MouseRelatedEvent.cpp | 51 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()
|
D | UIEventWithKeyState.h | 47 …hKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, in UIEventWithKeyState()
|
D | MouseRelatedEvent.h | 58 …seRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>,
|
/external/webkit/Source/WebCore/page/ |
D | AbstractView.idl | 33 ] AbstractView {
|
D | DOMWindow.idl | 140 // DOM Level 2 AbstractView Interface
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | DOMWindow.idl | 45 // DOM Level 2 AbstractView Interface
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 54 AbstractView \
|
D | ChangeLog-2006-05-10 | 5170 * 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:
|
D | ChangeLog-2005-08-23 | 2507 (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
|
D | ChangeLog-2005-12-19 | 5183 * 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/ |
D | WebCore.gyp | 224 '../page/AbstractView.idl',
|