Home
last modified time | relevance | path

Searched defs:persisted (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/dom/
DPageTransitionEvent.h39 static PassRefPtr<PageTransitionEvent> create(const AtomicString& type, bool persisted) in create()
53 bool persisted() const { return m_persisted; } in persisted() function
DPageTransitionEvent.cpp38 PageTransitionEvent::PageTransitionEvent(const AtomicString& type, bool persisted) in PageTransitionEvent()
51 bool persisted) in initPageTransitionEvent()