HomeSort by relevance Sort by last modified time
    Searched defs:AbstractView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Mms/src/org/w3c/dom/views/
AbstractView.java 20 public interface AbstractView {
23 * <code>AbstractView</code>.
  /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;

Completed in 148 milliseconds