Home
last modified time | relevance | path

Searched refs:pushFullyClippedState (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTextIterator.cpp217 static void pushFullyClippedState(BitStack& stack, Node* node) in pushFullyClippedState() function
236 pushFullyClippedState(stack, ancestry[size - i - 1]); in setUpFullyClippedStack()
237 pushFullyClippedState(stack, node); in setUpFullyClippedStack()
473 pushFullyClippedState(m_fullyClippedStack, m_node); in advance()
676 pushFullyClippedState(m_fullyClippedStack, m_node); in handleReplacedElement()
1192 pushFullyClippedState(m_fullyClippedStack, m_node); in advance()
1223 pushFullyClippedState(m_fullyClippedStack, m_node); in advance()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-16381 (WebCore::pushFullyClippedState): Added. Pushes a bit on the stack indicating
389 Call pushFullyClippedState when moving to a child node, or when moving to a
DChangeLog-2010-01-2934857 (WebCore::pushFullyClippedState):
96488 …Bug 26528: REGRESSION (r44674): Assertion in TextIterator::pushFullyClippedState while counting ma…