Home | History | Annotate | Download | only in parser

Lines Matching refs:selfClosing

120         if (task.selfClosing)
275 void HTMLConstructionSite::attachLater(ContainerNode* parent, PassRefPtrWillBeRawPtr<Node> prpChild, bool selfClosing)
283 task.selfClosing = selfClosing;
669 attachLater(currentNode(), element, token->selfClosing());
670 if (!token->selfClosing())