Home
last modified time | relevance | path

Searched refs:m_fullyClippedStack (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp287 setUpFullyClippedStack(m_fullyClippedStack, m_node); in TextIterator()
379 pushFullyClippedState(m_fullyClippedStack, m_node); in advance()
394 pushFullyClippedState(m_fullyClippedStack, m_node); in advance()
440 m_fullyClippedStack.pop(); in advance()
458 m_fullyClippedStack.pop(); in advance()
462 pushFullyClippedState(m_fullyClippedStack, m_node); in advance()
468 m_fullyClippedStack.pop(); in advance()
476 m_fullyClippedStack.pop(); in advance()
483 m_fullyClippedStack.pop(); in advance()
489 pushFullyClippedState(m_fullyClippedStack, m_node); in advance()
[all …]
DTextIterator.h152 BitStack m_fullyClippedStack; variable
261 BitStack m_fullyClippedStack; variable