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

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h 291 void incrementProtectorCount() { m_protectorCount++; }
292 void decrementProtectorCount() { m_protectorCount--; }
376 unsigned m_protectorCount;
Resource.cpp 108 , m_protectorCount(0)
439 && !m_protectorCount && !m_resourceToRevalidate && !m_proxyResource;
    [all...]

Completed in 1482 milliseconds