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.h 164 BitStack m_fullyClippedStack;
281 BitStack m_fullyClippedStack;
TextIterator.cpp 211 // FIXME: m_fullyClippedStack was added in response to <https://bugs.webkit.org/show_bug.cgi?id=26364>
213 // a shadow tree redistributes nodes. m_fullyClippedStack relies on the assumption that DOM node hierarchy matches
347 setUpFullyClippedStack(m_fullyClippedStack, m_node);
440 pushFullyClippedState(m_fullyClippedStack, m_node);
455 pushFullyClippedState(m_fullyClippedStack, m_node);
501 m_fullyClippedStack.pop();
519 m_fullyClippedStack.pop();
523 pushFullyClippedState(m_fullyClippedStack, m_node);
529 m_fullyClippedStack.pop();
537 m_fullyClippedStack.pop()
    [all...]

Completed in 295 milliseconds