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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h891 LoadEventInProgress, enumerator in enum:blink::Document::LoadEventProgress
900 bool processingLoadEvent() const { return m_loadEventProgress == LoadEventInProgress; }
H A DDocument.cpp2347 if (m_loadEventProgress != LoadEventInProgress && m_loadEventProgress != UnloadEventInProgress)
2504 m_loadEventProgress = LoadEventInProgress;

Completed in 2017 milliseconds