Searched defs:isPopStateEvent (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DPopStateEvent.h47 bool isPopStateEvent() const { return true; } function in class:WebCore::PopStateEvent
H A DEvent.cpp147 bool Event::isPopStateEvent() const function in class:WebCore::Event
/external/webkit/Source/WebKit/chromium/src/
H A DWebDOMEvent.cpp183 bool WebDOMEvent::isPopStateEvent() const function in class:WebKit::WebDOMEvent
186 return m_private->isPopStateEvent();

Completed in 4650 milliseconds