Home
last modified time | relevance | path

Searched defs:openElements (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLTreeBuilder.h68 const HTMLElementStack* openElements() const { return m_tree.openElements(); } in openElements() function
DHTMLConstructionSite.h183 HTMLElementStack* openElements() const { return &m_openElements; } in openElements() function
/external/owasp/sanitizer/src/main/org/owasp/html/
DTagBalancingHtmlStreamEventReceiver.java51 private final List<ElementContainmentInfo> openElements field in TagBalancingHtmlStreamEventReceiver