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

  /external/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.h 44 class HTMLConstructionSite {
45 WTF_MAKE_NONCOPYABLE(HTMLConstructionSite);
47 HTMLConstructionSite(Document*);
48 HTMLConstructionSite(DocumentFragment*, FragmentScriptingPermission);
49 ~HTMLConstructionSite();
99 RedirectToFosterParentGuard(HTMLConstructionSite& tree)
112 HTMLConstructionSite& m_tree;
HTMLConstructionSite.cpp 86 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)
139 HTMLConstructionSite::HTMLConstructionSite(DocumentFragment* fragment, FragmentScriptingPermission scriptingPermission)
148 HTMLConstructionSite::~HTMLConstructionSite()
    [all...]

Completed in 22 milliseconds