Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp242 : m_shadowDepth(0) in TextIterator()
348 while (m_node && (m_node != m_pastEndNode || m_shadowDepth > 0)) { in advance()
378 ++m_shadowDepth; in advance()
393 ++m_shadowDepth; in advance()
451 if (!next && !parentNode && m_shadowDepth > 0) { in advance()
467 --m_shadowDepth; in advance()
475 --m_shadowDepth; in advance()
DTextIterator.h153 int m_shadowDepth; variable