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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h927 void incrementLoadEventDelayCount() { ++m_loadEventDelayCount; }
1320 int m_loadEventDelayCount; member in class:blink::Document
H A DDocument.cpp496 , m_loadEventDelayCount(0)
5155 ASSERT(m_loadEventDelayCount);
5156 --m_loadEventDelayCount;
5158 if (!m_loadEventDelayCount)
5176 if (!m_loadEventDelayCount)
5181 return m_loadEventDelayCount;

Completed in 100 milliseconds