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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.cpp122 HTMLElementStack::ElementRecord::ElementRecord(PassRefPtrWillBeRawPtr<HTMLStackItem> item, PassOwnPtrWillBeRawPtr<ElementRecord> next) function in class:blink::HTMLElementStack::ElementRecord
130 HTMLElementStack::ElementRecord::~ElementRecord()
135 void HTMLElementStack::ElementRecord::replaceElement(PassRefPtrWillBeRawPtr<HTMLStackItem> item)
143 bool HTMLElementStack::ElementRecord::isAbove(ElementRecord* other) const
145 for (ElementRecord* below = next(); below; below = below->next()) {
152 void HTMLElementStack::ElementRecord
[all...]

Completed in 213 milliseconds