Home
last modified time | relevance | path

Searched refs:m_defersEvents (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DApplicationCacheHost.cpp64 , m_defersEvents(true) in ApplicationCacheHost()
216 if (m_defersEvents) { in notifyDOMApplicationCache()
258 m_defersEvents = false; in stopDeferringEvents()
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheHost.cpp50 , m_defersEvents(true) in ApplicationCacheHost()
245 if (m_defersEvents) { in notifyDOMApplicationCache()
271 m_defersEvents = false; in stopDeferringEvents()
DApplicationCacheHost.h177 bool m_defersEvents; // Events are deferred until after document onload. variable