HomeSort by relevance Sort by last modified time
    Searched full:loadcache (Results 1 - 5 of 5) 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);
832 PassRefPtr<ApplicationCache> ApplicationCacheStorage::loadCache(unsigned storageID)
    [all...]
  /external/quake/quake/src/WinQuake/
common.cpp 1563 cache_user_t *loadcache; variable
1590 buf = (byte*) Cache_Alloc (loadcache, len+1, base);
1626 loadcache = cu;
    [all...]
WinQuake.ncb     [all...]
  /external/quake/quake/src/QW/client/
common.c 1550 cache_user_t *loadcache; variable
1577 buf = Cache_Alloc (loadcache, len+1, base);
1616 loadcache = cu;
    [all...]

Completed in 228 milliseconds