Searched refs:isUsingDiskImageCache (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceBuffer.h90 bool isUsingDiskImageCache() const;
H A DResourceBuffer.cpp142 bool ResourceBuffer::isUsingDiskImageCache() const function in class:WebCore::ResourceBuffer
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedResource.cpp795 if (isUsingDiskImageCache())
884 bool CachedResource::isUsingDiskImageCache() const function in class:WebCore::CachedResource
886 return m_data && m_data->isUsingDiskImageCache();
H A DCachedResource.h254 bool isUsingDiskImageCache() const;
H A DMemoryCache.cpp492 if (!current->isUsingDiskImageCache() && current->canUseDiskImageCache()) {
905 mappedSize += o->isUsingDiskImageCache() ? o->resourceBuffer()->sharedBuffer()->size() : 0;
1036 printf("(%.1fK, %.1fK, %uA, %dR, %d, %d, %d); ", current->decodedSize() / 1024.0f, (current->encodedSize() + current->overheadSize()) / 1024.0f, current->accessCount(), current->hasClients(), current->isPurgeable(), current->wasPurged(), current->isUsingDiskImageCache());
H A DCachedImage.cpp557 ASSERT(!isUsingDiskImageCache());

Completed in 184 milliseconds