Searched refs:attachAtSite (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DHTMLConstructionSite.h126 void attachAtSite(const AttachmentSite&, PassRefPtr<Node> child);
H A DHTMLConstructionSite.cpp92 // redirection to the foster parent but HTMLConstructionSite::attachAtSite
112 void HTMLConstructionSite::attachAtSite(const AttachmentSite& site, PassRefPtr<Node> prpChild) function in class:WebCore::HTMLConstructionSite
361 attachAtSite(site, textNode.release());
498 attachAtSite(site, node);

Completed in 59 milliseconds