Searched refs:isDocumentNode (Results 1 – 24 of 24) sorted by relevance
62 ASSERT(parentNode() && parentNode()->isDocumentNode()); in insertedIntoDocument()63 if (parentNode() && parentNode()->isDocumentNode()) { in insertedIntoDocument()
46 if (!topLevelContainer->isDocumentNode()) in WindowEventContext()
55 …if (element && (rootNode->isDocumentNode() || element->isDescendantOf(rootNode)) && selectorChecke… in createSelectorNodeList()
70 ASSERT(!isDocumentNode()); in setParentTreeScope()
124 if (m_rootNode->isDocumentNode() || m_rootNode->inDocument()) { in itemWithName()
486 ASSERT(!isDocumentNode()); in setTreeScope()490 if (newTreeScope->isDocumentNode()) { in setTreeScope()506 ASSERT(!isDocumentNode()); in setTreeScopeRecursively()781 if ((node->isHTMLElement() || node->isDocumentNode()) && node->renderer()) { in rendererIsEditable()1791 …if (element && (isDocumentNode() || element->isDescendantOf(this)) && selectorChecker.checkSelecto… in querySelector()
215 bool isDocumentNode() const;
1406 inline bool Node::isDocumentNode() const in isDocumentNode() function
1681 } else if (n->isDocumentNode()) { in computeInheritedLanguage()
374 if (container->isDocumentNode()) in scrollInDirection()427 ASSERT(!node->isDocumentNode()); in isScrollableNode()443 if (parent->isDocumentNode()) in scrollableEnclosingBoxOrParentFrameForNodeInDirection()447 } while (parent && !canScrollInDirection(parent, direction) && !parent->isDocumentNode()); in scrollableEnclosingBoxOrParentFrameForNodeInDirection()455 if (container->isDocumentNode()) in canScrollInDirection()524 if (node->isDocumentNode()) in nodeRectInAbsoluteCoordinates()
600 if (container->isDocumentNode()) in advanceFocusDirectionally()621 if (container && container->isDocumentNode()) in advanceFocusDirectionally()
178 if (!m_node->isDocumentNode()) in documentFrame()
44 || parentNode->isDocumentNode() in isAcceptableCSSStyleSheetParent()
43 …, m_info(m_base->isDocumentNode() ? static_cast<Document*>(m_base.get())->collectionInfo(type) : 0) in HTMLCollection()
173 if (n->isDocumentNode()) in getTagName()739 if (!n || !n->isDocumentNode()) in writeSelection()
741 if (renderer()->node() && renderer()->node()->isDocumentNode()) { in rendererHasBackground()762 if (renderer()->node() && renderer()->node()->isDocumentNode()) { in rendererBackgroundColor()799 if (renderObject->node() && renderObject->node()->isDocumentNode()) { in isSimpleContainerCompositingLayer()
664 …lsOverflow() || (node() && node()->rendererIsEditable()))) || (node() && node()->isDocumentNode()); in canBeProgramaticallyScrolled()
548 if (nodesSize && nodes[0]->isDocumentNode() && iconDatabase().isEnabled()) { in create()
514 … ((editingRoot && editingRoot->hasTagName(htmlTag)) || position.deprecatedNode()->isDocumentNode()) in canonicalPosition()
2699 …if (searchRange->startContainer()->isDocumentNode() && searchRange->endContainer()->isDocumentNode… in nextVisibleRange()
1172 if (parent && parent->isDocumentNode()) in innerParentNode()
83810 * dom/Document.h: Put the Node::isDocumentNode() function's inline83840 attributes, remove, localName, namespaceURI, prefix, isDocumentNode,
12041 (DOM::NodeImpl::isDocumentNode):
32546 (WebCore::InspectorDOMAgent::innerParentNode): Use isDocumentNode instead of