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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFragment.h 32 class DocumentFragment : public ContainerNode {
35 static PassRefPtrWillBeRawPtr<DocumentFragment> create(Document&);
44 DocumentFragment(Document*, ConstructionType = CreateContainer);
55 DEFINE_NODE_TYPE_CASTS(DocumentFragment, isDocumentFragment());
DocumentFragment.cpp 24 #include "core/dom/DocumentFragment.h"
32 DocumentFragment::DocumentFragment(Document* document, ConstructionType constructionType)
37 PassRefPtrWillBeRawPtr<DocumentFragment> DocumentFragment::create(Document& document)
39 return adoptRefWillBeNoop(new DocumentFragment(&document, Node::CreateDocumentFragment));
42 String DocumentFragment::nodeName() const
47 Node::NodeType DocumentFragment::nodeType() const
52 bool DocumentFragment::childTypeAllowed(NodeType type) const
66 PassRefPtrWillBeRawPtr<Node> DocumentFragment::cloneNode(bool deep
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DOMExtension.js 395 DocumentFragment.prototype.createChild = Element.prototype.createChild;
408 DocumentFragment.prototype.createTextChild = Element.prototype.createTextChild;
419 DocumentFragment.prototype.createTextChildren = Element.prototype.createTextChildren;
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 729 milliseconds