HomeSort by relevance Sort by last modified time
    Searched refs:m_resourceToRevalidate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.cpp 120 , m_resourceToRevalidate(nullptr)
141 ASSERT(!m_resourceToRevalidate); // Should be true because canDelete() checks this.
164 visitor->trace(m_resourceToRevalidate);
219 ASSERT(!m_resourceToRevalidate);
232 ASSERT(!m_resourceToRevalidate);
248 if (m_resourceToRevalidate)
270 ASSERT(!m_resourceToRevalidate);
377 if (!memoryCache()->contains(this) || hasClients() || m_handleCount > 1 || m_proxyResource || m_resourceToRevalidate || !m_loadFinishTime || !isSafeToUnlock())
397 if (!m_resourceToRevalidate)
411 ASSERT(!m_resourceToRevalidate);
    [all...]
Resource.h 237 bool isCacheValidator() const { return m_resourceToRevalidate; }
238 Resource* resourceToRevalidate() const { return m_resourceToRevalidate; }
398 // to to be clients of m_resourceToRevalidate and the resource is deleted. If not, the field is zeroed and this
400 RawPtrWillBeMember<Resource> m_resourceToRevalidate;
402 // If this field is non-null, the resource has a proxy for checking whether it is still up to date (see m_resourceToRevalidate).
405 // These handles will need to be updated to point to the m_resourceToRevalidate in case we get 304 response.

Completed in 390 milliseconds