Home
last modified time | relevance | path

Searched refs:isDocumentNode (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocumentType.cpp62 ASSERT(parentNode() && parentNode()->isDocumentNode()); in insertedIntoDocument()
63 if (parentNode() && parentNode()->isDocumentNode()) { in insertedIntoDocument()
DWindowEventContext.cpp46 if (!topLevelContainer->isDocumentNode()) in WindowEventContext()
DSelectorNodeList.cpp55 …if (element && (rootNode->isDocumentNode() || element->isDescendantOf(rootNode)) && selectorChecke… in createSelectorNodeList()
DTreeScope.cpp70 ASSERT(!isDocumentNode()); in setParentTreeScope()
DDynamicNodeList.cpp124 if (m_rootNode->isDocumentNode() || m_rootNode->inDocument()) { in itemWithName()
DNode.cpp486 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()
DNode.h215 bool isDocumentNode() const;
DDocument.h1406 inline bool Node::isDocumentNode() const in isDocumentNode() function
DElement.cpp1681 } else if (n->isDocumentNode()) { in computeInheritedLanguage()
/external/webkit/Source/WebCore/page/
DSpatialNavigation.cpp374 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()
DFocusController.cpp600 if (container->isDocumentNode()) in advanceFocusDirectionally()
621 if (container && container->isDocumentNode()) in advanceFocusDirectionally()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
DInjectedBundleNodeHandle.cpp178 if (!m_node->isDocumentNode()) in documentFrame()
/external/webkit/Source/WebCore/css/
DCSSStyleSheet.cpp44 || parentNode->isDocumentNode() in isAcceptableCSSStyleSheetParent()
/external/webkit/Source/WebCore/html/
DHTMLCollection.cpp43 …, m_info(m_base->isDocumentNode() ? static_cast<Document*>(m_base.get())->collectionInfo(type) : 0) in HTMLCollection()
/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp173 if (n->isDocumentNode()) in getTagName()
739 if (!n || !n->isDocumentNode()) in writeSelection()
DRenderLayerBacking.cpp741 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()
DRenderBox.cpp664 …lsOverflow() || (node() && node()->rendererIsEditable()))) || (node() && node()->isDocumentNode()); in canBeProgramaticallyScrolled()
/external/webkit/Source/WebCore/loader/archive/cf/
DLegacyWebArchive.cpp548 if (nodesSize && nodes[0]->isDocumentNode() && iconDatabase().isEnabled()) { in create()
/external/webkit/Source/WebCore/editing/
DVisiblePosition.cpp514 … ((editingRoot && editingRoot->hasTagName(htmlTag)) || position.deprecatedNode()->isDocumentNode()) in canonicalPosition()
DEditor.cpp2699 …if (searchRange->startContainer()->isDocumentNode() && searchRange->endContainer()->isDocumentNode in nextVisibleRange()
/external/webkit/Source/WebCore/inspector/
DInspectorDOMAgent.cpp1172 if (parent && parent->isDocumentNode()) in innerParentNode()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1683810 * dom/Document.h: Put the Node::isDocumentNode() function's inline
83840 attributes, remove, localName, namespaceURI, prefix, isDocumentNode,
DChangeLog-2005-08-2312041 (DOM::NodeImpl::isDocumentNode):
DChangeLog-2010-12-0632546 (WebCore::InspectorDOMAgent::innerParentNode): Use isDocumentNode instead of