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

  /external/webkit/WebCore/editing/
TextIterator.h 52 class BitStack {
54 BitStack();
107 BitStack m_fullyClippedStack;
181 BitStack m_fullyClippedStack;
TextIterator.cpp 109 BitStack::BitStack()
114 void BitStack::push(bool bit)
131 void BitStack::pop()
137 bool BitStack::top() const
145 unsigned BitStack::size() const
221 static void pushFullyClippedState(BitStack& stack, Node* node)
230 static void setUpFullyClippedStack(BitStack& stack, Node* node)
    [all...]

Completed in 54 milliseconds