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

  /external/webkit/Source/WebCore/editing/
TextIterator.h 65 class BitStack {
67 BitStack();
68 ~BitStack();
126 BitStack m_fullyClippedStack;
218 BitStack m_fullyClippedStack;
TextIterator.cpp 123 BitStack::BitStack()
128 BitStack::~BitStack()
132 void BitStack::push(bool bit)
149 void BitStack::pop()
155 bool BitStack::top() const
163 unsigned BitStack::size() const
217 static void pushFullyClippedState(BitStack& stack, Node* node)
226 static void setUpFullyClippedStack(BitStack& stack, Node* node
    [all...]

Completed in 517 milliseconds