HomeSort by relevance Sort by last modified time
    Searched refs:m_shadowDepth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp 323 // Figure out the initial value of m_shadowDepth: the depth of startContainer's tree scope from
327 m_shadowDepth = 0;
329 ++m_shadowDepth;
395 while (m_node && (m_node != m_pastEndNode || m_shadowDepth > 0)) {
425 ++m_shadowDepth;
440 ++m_shadowDepth;
498 if (!next && !parentNode && m_shadowDepth > 0) {
508 // m_shadowDepth is unchanged since we exit from a shadow root and enter another.
514 --m_shadowDepth;
522 --m_shadowDepth;
    [all...]
TextIterator.h 153 int m_shadowDepth;

Completed in 182 milliseconds