Home
last modified time | relevance | path

Searched refs:ERROR_EVENT (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/loader/appcache/
DDOMApplicationCache.cpp170 case ApplicationCacheHost::ERROR_EVENT: in toEventType()
194 return ApplicationCacheHost::ERROR_EVENT; in toEventID()
209 return ApplicationCacheHost::ERROR_EVENT; in toEventID()
DApplicationCacheGroup.cpp180 postListenerTask(ApplicationCacheHost::ERROR_EVENT, documentLoader); in selectCache()
241 postListenerTask(ApplicationCacheHost::ERROR_EVENT, loader); in finishedLoadingMainResource()
275 postListenerTask(ApplicationCacheHost::ERROR_EVENT, loader); in failedLoadingMainResource()
285 postListenerTask(ApplicationCacheHost::ERROR_EVENT, loader); in failedLoadingMainResource()
296 postListenerTask(ApplicationCacheHost::ERROR_EVENT, loader); in failedLoadingMainResource()
703 postListenerTask(ApplicationCacheHost::ERROR_EVENT, m_pendingMasterResourceLoaders); in manifestNotFound()
755 postListenerTask(ApplicationCacheHost::ERROR_EVENT, m_associatedDocumentLoaders); in checkIfLoadIsComplete()
805 postListenerTask(ApplicationCacheHost::ERROR_EVENT, m_associatedDocumentLoaders); in checkIfLoadIsComplete()
DDOMApplicationCache.h82 …EventListener> listener) { setAttributeEventListener(ApplicationCacheHost::ERROR_EVENT, listener);} in setOnerror()
83 …tListener* onerror() const { return getAttributeEventListener(ApplicationCacheHost::ERROR_EVENT); } in onerror()
DApplicationCacheHost.h74 ERROR_EVENT, enumerator
/external/webkit/WebCore/
DChangeLog-2002-12-03512 LOAD_EVENT or ERROR_EVENT.