Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.h57 class BitStack {
59 BitStack();
60 ~BitStack();
152 BitStack m_fullyClippedStack;
264 BitStack m_fullyClippedStack;
DTextIterator.cpp113 BitStack::BitStack() in BitStack() function in WebCore::BitStack
118 BitStack::~BitStack() in ~BitStack()
122 void BitStack::push(bool bit) in push()
139 void BitStack::pop() in pop()
145 bool BitStack::top() const in top()
153 unsigned BitStack::size() const in size()
206 static void pushFullyClippedState(BitStack& stack, Node* node) in pushFullyClippedState()
224 static void setUpFullyClippedStack(BitStack& stack, Node* node) in setUpFullyClippedStack()