Home
last modified time | relevance | path

Searched refs:m_visuallyNonEmptyCharacterCount (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h476 unsigned m_visuallyNonEmptyCharacterCount; variable
518 m_visuallyNonEmptyCharacterCount += count; in incrementVisuallyNonEmptyCharacterCount()
522 if (m_visuallyNonEmptyCharacterCount > visualCharacterThreshold) in incrementVisuallyNonEmptyCharacterCount()
DFrameView.cpp217 m_visuallyNonEmptyCharacterCount = 0; in reset()