Searched defs:HTMLConstructionSite (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DHTMLConstructionSite.h44 class HTMLConstructionSite { class in namespace:WebCore
45 WTF_MAKE_NONCOPYABLE(HTMLConstructionSite);
47 HTMLConstructionSite(Document*);
48 HTMLConstructionSite(DocumentFragment*, FragmentScriptingPermission);
49 ~HTMLConstructionSite();
99 RedirectToFosterParentGuard(HTMLConstructionSite& tree)
112 HTMLConstructionSite& m_tree;
H A DHTMLConstructionSite.cpp86 PassRefPtr<ChildType> HTMLConstructionSite::attach(ContainerNode* rawParent, PassRefPtr<ChildType> prpChild)
91 // FIXME: It's confusing that HTMLConstructionSite::attach does the magic
92 // redirection to the foster parent but HTMLConstructionSite::attachAtSite
112 void HTMLConstructionSite::attachAtSite(const AttachmentSite& site, PassRefPtr<Node> prpChild)
130 HTMLConstructionSite::HTMLConstructionSite(Document* document) function in class:WebCore::HTMLConstructionSite
139 HTMLConstructionSite::HTMLConstructionSite(DocumentFragment* fragment, FragmentScriptingPermission scriptingPermission) function in class:WebCore::HTMLConstructionSite
148 HTMLConstructionSite::~HTMLConstructionSite()
[all...]

Completed in 1263 milliseconds