HomeSort by relevance Sort by last modified time
    Searched defs:selfClosing (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
CompactHTMLToken.h 57 bool selfClosing() const { return m_selfClosing; }
AtomicHTMLToken.h 62 bool selfClosing() const
127 m_selfClosing = token.selfClosing();
173 m_selfClosing = token.selfClosing();
HTMLConstructionSite.h 52 , selfClosing(false)
68 bool selfClosing;
214 void attachLater(ContainerNode* parent, PassRefPtr<Node> child, bool selfClosing = false);
HTMLToken.h 239 bool selfClosing() const

Completed in 126 milliseconds