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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp 210 // FIXME: m_fullyClippedStack was added in response to <https://bugs.webkit.org/show_bug.cgi?id=26364>
212 // a shadow tree redistributes nodes. m_fullyClippedStack relies on the assumption that DOM node hierarchy matches
344 setUpFullyClippedStack(m_fullyClippedStack, m_node);
426 pushFullyClippedState(m_fullyClippedStack, m_node);
441 pushFullyClippedState(m_fullyClippedStack, m_node);
487 m_fullyClippedStack.pop();
505 m_fullyClippedStack.pop();
509 pushFullyClippedState(m_fullyClippedStack, m_node);
515 m_fullyClippedStack.pop();
523 m_fullyClippedStack.pop()
    [all...]
TextIterator.h 152 BitStack m_fullyClippedStack;
264 BitStack m_fullyClippedStack;

Completed in 41 milliseconds