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

/external/webkit/WebCore/dom/
H A DPageTransitionEvent.cpp38 PageTransitionEvent::PageTransitionEvent(const AtomicString& type, bool persisted) argument
40 , m_persisted(persisted)
51 bool persisted)
58 m_persisted = persisted;
48 initPageTransitionEvent(const AtomicString& type, bool canBubbleArg, bool cancelableArg, bool persisted) argument
H A DPageTransitionEvent.h39 static PassRefPtr<PageTransitionEvent> create(const AtomicString& type, bool persisted) argument
41 return adoptRef(new PageTransitionEvent(type, persisted));
49 bool persisted);
53 bool persisted() const { return m_persisted; } function in class:WebCore::PageTransitionEvent
57 PageTransitionEvent(const AtomicString& type, bool persisted);

Completed in 60 milliseconds