OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loadcache
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.h
105
PassRefPtr<ApplicationCache>
loadCache
(unsigned storageID);
ApplicationCacheStorage.cpp
122
RefPtr<ApplicationCache> cache =
loadCache
(newestCacheStorageID);
239
RefPtr<ApplicationCache> cache =
loadCache
(newestCacheID);
310
RefPtr<ApplicationCache> cache =
loadCache
(newestCacheID);
[
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
...]
/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 121 milliseconds