OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newestCache
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.h
86
ApplicationCache*
newestCache
() const { return m_newestCache.get(); }
ApplicationCacheHost.cpp
418
if (cache != cache->group()->
newestCache
())
450
ApplicationCache*
newestCache
= cache->group()->
newestCache
();
451
if (cache ==
newestCache
)
454
ASSERT(cache->group() ==
newestCache
->group());
455
setApplicationCache(
newestCache
);
Completed in 69 milliseconds