Home | History | Annotate | Download | only in parser

Lines Matching full:reparent

148     ASSERT(task.operation == HTMLConstructionSiteTask::Reparent);
184 if (task.operation == HTMLConstructionSiteTask::Reparent)
694 void HTMLConstructionSite::reparent(HTMLElementStack::ElementRecord* newParent, HTMLElementStack::ElementRecord* child)
696 HTMLConstructionSiteTask task(HTMLConstructionSiteTask::Reparent);
702 void HTMLConstructionSite::reparent(HTMLElementStack::ElementRecord* newParent, HTMLStackItem* child)
704 HTMLConstructionSiteTask task(HTMLConstructionSiteTask::Reparent);