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.h891 LoadEventInProgress, enumerator
900 bool processingLoadEvent() const { return m_loadEventProgress == LoadEventInProgress; } in processingLoadEvent()
DDocument.cpp2347 if (m_loadEventProgress != LoadEventInProgress && m_loadEventProgress != UnloadEventInProgress) in open()
2504 m_loadEventProgress = LoadEventInProgress; in implicitClose()