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.cpp327 m_shadowDepth = 0; in initialize()
329 ++m_shadowDepth; in initialize()
395 while (m_node && (m_node != m_pastEndNode || m_shadowDepth > 0)) { in advance()
425 ++m_shadowDepth; in advance()
440 ++m_shadowDepth; in advance()
498 if (!next && !parentNode && m_shadowDepth > 0) { in advance()
514 --m_shadowDepth; in advance()
522 --m_shadowDepth; in advance()
DTextIterator.h153 int m_shadowDepth; variable