OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCacheValidator
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/loader/cache/
CachedResourceRequest.cpp
98
if (resource->
isCacheValidator
()) {
211
if (m_resource->
isCacheValidator
()) {
259
ASSERT(!m_resource->
isCacheValidator
());
282
ASSERT(!m_resource->
isCacheValidator
());
CachedResource.h
203
bool
isCacheValidator
() const { return m_resourceToRevalidate; }
MemoryCache.cpp
265
if (!current->hasClients() && !current->isPreloaded() && !current->
isCacheValidator
()) {
Completed in 56 milliseconds