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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.h 65 unsigned m_additionsSinceLastSweep;
MatchedPropertiesCache.cpp 57 : m_additionsSinceLastSweep(0)
89 if (++m_additionsSinceLastSweep >= maxAdditionsBetweenSweeps
133 m_additionsSinceLastSweep = 0;

Completed in 465 milliseconds