Home
last modified time | relevance | path

Searched refs:ChromeClientCallbackTimer (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/loader/appcache/
DApplicationCacheGroup.cpp922 class ChromeClientCallbackTimer: public TimerBase { class
924 ChromeClientCallbackTimer(ApplicationCacheGroup* cacheGroup) in ChromeClientCallbackTimer() function in WebCore::ChromeClientCallbackTimer
944 ChromeClientCallbackTimer* timer = new ChromeClientCallbackTimer(this); in scheduleReachedMaxAppCacheSizeCallback()
DApplicationCacheGroup.h182 friend class ChromeClientCallbackTimer; variable