Home
last modified time | relevance | path

Searched refs:enqueuePageshowEvent (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/history/
DCachedFrame.cpp113 m_document->enqueuePageshowEvent(PageshowEventPersisted); in restore()
/external/webkit/Source/WebCore/dom/
DDocument.h1043 void enqueuePageshowEvent(PageshowEventPersistence);
DDocument.cpp2121 enqueuePageshowEvent(PageshowEventNotPersisted); in implicitClose()
4786 void Document::enqueuePageshowEvent(PageshowEventPersistence persisted) in enqueuePageshowEvent() function in WebCore::Document
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2433577 (WebCore::Document::enqueuePageshowEvent): All Pageshow events are piped through here.
33587 (WebCore::CachedFrameBase::restore): Use Document::enqueuePageshowEvent