Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h877 LoadEventInProgress, enumerator
886 bool processingLoadEvent() const { return m_loadEventProgress == LoadEventInProgress; } in processingLoadEvent()
DDocument.cpp2163 if (m_loadEventProgress != LoadEventInProgress && m_loadEventProgress != UnloadEventInProgress) in open()
2305 m_loadEventProgress = LoadEventInProgress; in implicitClose()