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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.h46 class HTMLElementStack { class in namespace:blink
47 WTF_MAKE_NONCOPYABLE(HTMLElementStack);
50 HTMLElementStack();
51 ~HTMLElementStack();
72 friend class HTMLElementStack;
H A DHTMLElementStack.cpp28 #include "core/html/parser/HTMLElementStack.h"
103 return HTMLElementStack::isMathMLTextIntegrationPoint(item)
104 || HTMLElementStack::isHTMLIntegrationPoint(item)
122 HTMLElementStack::ElementRecord::ElementRecord(PassRefPtrWillBeRawPtr<HTMLStackItem> item, PassOwnPtrWillBeRawPtr<ElementRecord> next)
130 HTMLElementStack::ElementRecord::~ElementRecord()
135 void HTMLElementStack::ElementRecord::replaceElement(PassRefPtrWillBeRawPtr<HTMLStackItem> item)
143 bool HTMLElementStack::ElementRecord::isAbove(ElementRecord* other) const
152 void HTMLElementStack::ElementRecord::trace(Visitor* visitor)
160 HTMLElementStack::HTMLElementStack() function in class:blink::HTMLElementStack
[all...]

Completed in 177 milliseconds