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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 561 attachLater(currentNode(), Comment::create(ownerDocumentForCurrentNode(), token->comment()));
642 RefPtr<HTMLScriptElement> element = HTMLScriptElement::create(ownerDocumentForCurrentNode(), parserInserted, alreadyStarted);
721 RefPtr<Element> element = ownerDocumentForCurrentNode().createElement(tagName, true);
726 inline Document& HTMLConstructionSite::ownerDocumentForCurrentNode()
735 Document& document = ownerDocumentForCurrentNode();
    [all...]
HTMLConstructionSite.h 172 Document& ownerDocumentForCurrentNode();

Completed in 37 milliseconds