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

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

Completed in 504 milliseconds