Searched refs:PopStateEventInit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DPopStateEvent.h38 typedef EventInit PopStateEventInit; typedef in namespace:blink
46 static PassRefPtrWillBeRawPtr<PopStateEvent> create(const AtomicString&, const PopStateEventInit&);
62 PopStateEvent(const AtomicString&, const PopStateEventInit&);
H A DPopStateEvent.cpp42 PopStateEvent::PopStateEvent(const AtomicString& type, const PopStateEventInit& initializer)
69 PassRefPtrWillBeRawPtr<PopStateEvent> PopStateEvent::create(const AtomicString& type, const PopStateEventInit& initializer)

Completed in 75 milliseconds