Searched refs:m_inLiveDecodedResourcesList (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCache.h85 bool m_inLiveDecodedResourcesList; member in class:blink::FINAL
98 , m_inLiveDecodedResourcesList(false)
H A DMemoryCache.cpp450 if (!entry->m_inLiveDecodedResourcesList)
452 entry->m_inLiveDecodedResourcesList = false;
488 ASSERT(!entry->m_nextInLiveResourcesList && !entry->m_previousInLiveResourcesList && !entry->m_inLiveDecodedResourcesList);
489 entry->m_inLiveDecodedResourcesList = true;

Completed in 189 milliseconds