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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFragment.h 52 bool isDocumentFragment() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check.
55 DEFINE_NODE_TYPE_CASTS(DocumentFragment, isDocumentFragment());
ContainerNode.cpp 68 if (node.isDocumentFragment()) {
108 if (!child.isDocumentFragment())
300 ASSERT(!newChild->isDocumentFragment());
602 ASSERT(!oldChild.isDocumentFragment());
749 ASSERT(!newChild->isDocumentFragment());
    [all...]
Node.h 271 bool isDocumentFragment() const { return getFlag(IsDocumentFragmentFlag); }
272 bool isShadowRoot() const { return isDocumentFragment() && isTreeScope(); }
    [all...]
ContainerNode.h 334 return parent && (parent->isElementNode() || parent->isDocumentFragment()) ? parent : 0;
Element.h 541 bool isDocumentFragment() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check.
    [all...]
Node.cpp 899 if (current->isDocumentFragment() && toDocumentFragment(current)->isTemplateContent())
    [all...]
Document.h     [all...]
Range.cpp     [all...]
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp 571 if (!node || (!node->isElementNode() && !node->isDocumentNode() && !node->isDocumentFragment()))
    [all...]

Completed in 385 milliseconds