Home | History | Annotate | Download | only in src

Lines Matching defs:WebDOMEvent

32 #include "WebDOMEvent.h"
43 void WebDOMEvent::reset()
48 void WebDOMEvent::assign(const WebDOMEvent& other)
56 void WebDOMEvent::assign(WebDOMEventPrivate* p)
64 WebDOMEvent::WebDOMEvent(const WTF::PassRefPtr<WebCore::Event>& event)
69 WebString WebDOMEvent::type() const
75 WebNode WebDOMEvent::target() const
81 WebNode WebDOMEvent::currentTarget() const
87 WebDOMEvent::PhaseType WebDOMEvent::eventPhase() const
90 return static_cast<WebDOMEvent::PhaseType>(m_private->eventPhase());
93 bool WebDOMEvent::bubbles() const
99 bool WebDOMEvent::cancelable() const
105 bool WebDOMEvent::isUIEvent() const
111 bool WebDOMEvent::isMouseEvent() const
117 bool WebDOMEvent::isMutationEvent() const
123 bool WebDOMEvent::isKeyboardEvent() const
129 bool WebDOMEvent::isTextEvent() const
135 bool WebDOMEvent::isCompositionEvent() const
141 bool WebDOMEvent::isDragEvent() const
147 bool WebDOMEvent::isClipboardEvent() const
153 bool WebDOMEvent::isMessageEvent() const
159 bool WebDOMEvent::isWheelEvent() const
165 bool WebDOMEvent::isBeforeTextInsertedEvent() const
171 bool WebDOMEvent::isOverflowEvent() const
177 bool WebDOMEvent::isPageTransitionEvent() const
183 bool WebDOMEvent::isPopStateEvent() const
189 bool WebDOMEvent::isProgressEvent() const
195 bool WebDOMEvent::isXMLHttpRequestProgressEvent() const
201 bool WebDOMEvent::isWebKitAnimationEvent() const
207 bool WebDOMEvent::isWebKitTransitionEvent() const
213 bool WebDOMEvent::isBeforeLoadEvent() const