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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h 101 ElementRecord* topRecord() const;
HTMLConstructionSite.h 167 HTMLElementStack::ElementRecord* currentElementRecord() const { return m_openElements.topRecord(); }
HTMLTreeBuilderSimulator.cpp 118 for (HTMLElementStack::ElementRecord* record = treeBuilder->openElements()->topRecord(); record; record = record->next()) {