HomeSort by relevance Sort by last modified time
    Searched refs:loadCache (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/loader/appcache/
ApplicationCacheStorage.h 81 PassRefPtr<ApplicationCache> loadCache(unsigned storageID);
ApplicationCacheStorage.cpp 117 RefPtr<ApplicationCache> cache = loadCache(newestCacheStorageID);
230 RefPtr<ApplicationCache> cache = loadCache(newestCacheID);
299 RefPtr<ApplicationCache> cache = loadCache(newestCacheID);
822 PassRefPtr<ApplicationCache> ApplicationCacheStorage::loadCache(unsigned storageID)
    [all...]

Completed in 41 milliseconds