Home
last modified time | relevance | path

Searched refs:UnloadEventInProgress (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp2347 if (m_loadEventProgress != LoadEventInProgress && m_loadEventProgress != UnloadEventInProgress) in open()
2628 if (m_loadEventProgress <= UnloadEventInProgress) { in dispatchUnloadEvents()
2643 m_loadEventProgress = UnloadEventInProgress; in dispatchUnloadEvents()
2674 if (m_loadEventProgress == UnloadEventInProgress) in pageDismissalEventBeingDispatched()
DDocument.h896 UnloadEventInProgress, enumerator