Searched defs:persisted (Results 1 – 2 of 2) sorted by relevance
39 static PassRefPtr<PageTransitionEvent> create(const AtomicString& type, bool persisted) in create()53 bool persisted() const { return m_persisted; } in persisted() function
38 PageTransitionEvent::PageTransitionEvent(const AtomicString& type, bool persisted) in PageTransitionEvent()51 bool persisted) in initPageTransitionEvent()