Home
last modified time | relevance | path

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

/external/webkit/Source/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()
DDocument.cpp4786 void Document::enqueuePageshowEvent(PageshowEventPersistence persisted) in enqueuePageshowEvent()