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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLPreloadScanner.cpp 274 , m_templateCount(0)
285 m_checkpoints.append(Checkpoint(m_predictedBaseElementURL, m_inStyle, m_templateCount));
295 m_templateCount = checkpoint.templateCount;
323 if (m_templateCount)
324 --m_templateCount;
335 if (m_templateCount)
339 ++m_templateCount;
HTMLPreloadScanner.h 93 size_t m_templateCount;

Completed in 88 milliseconds