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.h523 unsigned m_visuallyNonEmptyCharacterCount; variable
567 m_visuallyNonEmptyCharacterCount += count; in incrementVisuallyNonEmptyCharacterCount()
571 if (m_visuallyNonEmptyCharacterCount > visualCharacterThreshold) in incrementVisuallyNonEmptyCharacterCount()
DFrameView.cpp283 m_visuallyNonEmptyCharacterCount = 0; in reset()