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

  /external/webkit/Source/WebCore/html/parser/
HTMLElementStack.h 47 class HTMLElementStack {
48 WTF_MAKE_NONCOPYABLE(HTMLElementStack); WTF_MAKE_FAST_ALLOCATED;
50 HTMLElementStack();
51 ~HTMLElementStack();
67 friend class HTMLElementStack;
HTMLElementStack.cpp 28 #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()
169 HTMLElementStack::~HTMLElementStack()
173 bool HTMLElementStack::hasOnlyOneElement() cons
    [all...]

Completed in 55 milliseconds