m_totalCheckpointTokenCount   53 Source/core/html/parser/BackgroundHTMLInputStream.cpp     m_totalCheckpointTokenCount += tokensExtractedSincePreviousCheckpoint;
m_totalCheckpointTokenCount  112 Source/core/html/parser/BackgroundHTMLInputStream.cpp     m_totalCheckpointTokenCount = 0;
m_totalCheckpointTokenCount  115 Source/core/html/parser/BackgroundHTMLInputStream.cpp         m_totalCheckpointTokenCount += m_checkpoints[i].tokensExtractedSincePreviousCheckpoint;
m_totalCheckpointTokenCount   53 Source/core/html/parser/BackgroundHTMLInputStream.h     size_t totalCheckpointTokenCount() const { return m_totalCheckpointTokenCount; }
m_totalCheckpointTokenCount   76 Source/core/html/parser/BackgroundHTMLInputStream.h     size_t m_totalCheckpointTokenCount;