HomeSort by relevance Sort by last modified time
    Searched refs:topRecord (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h 106 ElementRecord* topRecord() const;
HTMLConstructionSite.h 185 HTMLElementStack::ElementRecord* currentElementRecord() const { return m_openElements.topRecord(); }
HTMLTreeBuilderSimulator.cpp 118 for (HTMLElementStack::ElementRecord* record = treeBuilder->openElements()->topRecord(); record; record = record->next()) {
HTMLElementStack.cpp 174 return !topRecord()->next();
385 HTMLElementStack::ElementRecord* HTMLElementStack::topRecord() const
HTMLTreeBuilder.cpp 493 HTMLElementStack::ElementRecord* nodeRecord = m_tree.openElements()->topRecord();
    [all...]

Completed in 263 milliseconds