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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 45 TakeAllChildren,
125 void takeAllChildren(HTMLStackItem* newParent, HTMLElementStack::ElementRecord* oldParent);
HTMLConstructionSite.cpp 152 ASSERT(task.operation == HTMLConstructionSiteTask::TakeAllChildren);
172 if (task.operation == HTMLConstructionSiteTask::TakeAllChildren)
618 void HTMLConstructionSite::takeAllChildren(HTMLStackItem* newParent, HTMLElementStack::ElementRecord* oldParent)
620 HTMLConstructionSiteTask task(HTMLConstructionSiteTask::TakeAllChildren);
    [all...]

Completed in 715 milliseconds