Searched defs:HTMLElementStack (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DHTMLElementStack.h47 class HTMLElementStack { class in namespace:WebCore
48 WTF_MAKE_NONCOPYABLE(HTMLElementStack); WTF_MAKE_FAST_ALLOCATED;
50 HTMLElementStack();
51 ~HTMLElementStack();
67 friend class HTMLElementStack;
H A DHTMLElementStack.cpp28 #include "HTMLElementStack.h"
134 HTMLElementStack::ElementRecord::ElementRecord(PassRefPtr<ContainerNode> node, PassOwnPtr<ElementRecord> next)
141 HTMLElementStack::ElementRecord::~ElementRecord()
145 void HTMLElementStack::ElementRecord::replaceElement(PassRefPtr<Element> element)
153 bool HTMLElementStack::ElementRecord::isAbove(ElementRecord* other) const
162 HTMLElementStack::HTMLElementStack() function in class:WebCore::HTMLElementStack
169 HTMLElementStack::~HTMLElementStack()
173 bool HTMLElementStack
[all...]

Completed in 388 milliseconds