Searched defs:PopStateEvent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/dom/
H A DPopStateEvent.cpp28 #include "PopStateEvent.h"
34 PopStateEvent::PopStateEvent(PassRefPtr<SerializedScriptValue> stateObject) function in class:WebCore::PopStateEvent
40 void PopStateEvent::initPopStateEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> stateObject)
H A DPopStateEvent.h37 class PopStateEvent : public Event { class in namespace:WebCore
39 static PassRefPtr<PopStateEvent> create(PassRefPtr<SerializedScriptValue> stateObject)
41 return adoptRef(new PopStateEvent(stateObject));
50 PopStateEvent(PassRefPtr<SerializedScriptValue>);

Completed in 65 milliseconds