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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFragment.h 54 DEFINE_NODE_TYPE_CASTS(DocumentFragment, isDocumentFragment());
ContainerNode.cpp 68 if (!node.isDocumentFragment()) {
107 if (!child.isDocumentFragment())
291 ASSERT(!newChild->isDocumentFragment());
519 ASSERT(!oldChild.isDocumentFragment());
657 ASSERT(!newChild->isDocumentFragment());
    [all...]
Node.h 267 bool isDocumentFragment() const { return getFlag(IsDocumentFragmentFlag); }
268 bool isShadowRoot() const { return isDocumentFragment() && isTreeScope(); }
    [all...]
ContainerNode.h 306 return parent && (parent->isElementNode() || parent->isDocumentFragment()) ? parent : 0;
Node.cpp 920 if (current->isDocumentFragment() && toDocumentFragment(current)->isTemplateContent())
    [all...]
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp 531 if (!node || (!node->isElementNode() && !node->isDocumentNode() && !node->isDocumentFragment()))
    [all...]

Completed in 844 milliseconds