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.cpp328 m_shadowDepth = 0; in initialize()
330 ++m_shadowDepth; in initialize()
409 while (m_node && (m_node != m_pastEndNode || m_shadowDepth > 0)) { in advance()
439 ++m_shadowDepth; in advance()
454 ++m_shadowDepth; in advance()
512 if (!next && !parentNode && m_shadowDepth > 0) { in advance()
528 --m_shadowDepth; in advance()
536 --m_shadowDepth; in advance()
DTextIterator.h165 int m_shadowDepth; variable