Searched defs:AbstractView (Results 1 - 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
H A D | UIEvent.h | 32 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;
|
Completed in 50 milliseconds