Home
last modified time | relevance | path

Searched refs:isAttributeNode (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXPathStep.cpp174 ASSERT(node->isAttributeNode()); in nodeMatchesBasicTest()
241 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children. in nodesInAxis()
249 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children. in nodesInAxis()
257 if (context->isAttributeNode()) { in nodesInAxis()
269 if (context->isAttributeNode()) { in nodesInAxis()
301 if (context->isAttributeNode()) { in nodesInAxis()
319 if (context->isAttributeNode()) in nodesInAxis()
367 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children. in nodesInAxis()
378 if (context->isAttributeNode()) { in nodesInAxis()
DXPathNodeSet.cpp96 if (n->isAttributeNode() && static_cast<Attr*>(n)->ownerElement() == commonAncestor) in sortBlock()
153 if (n->isAttributeNode()) { in sort()
DXPathUtil.cpp91 return !(node->parentNode() && node->parentNode()->isAttributeNode()); in isValidContextNode()
/external/webkit/Source/WebCore/dom/
DAttr.h81 virtual bool isAttributeNode() const { return true; } in isAttributeNode() function
DNamedNodeMap.cpp104 if (!arg->isAttributeNode()) { in setNamedItem()
DNode.h212 virtual bool isAttributeNode() const { return false; } in isAttributeNode() function
DNode.cpp1018 if (!isAttributeNode()) in notifyLocalNodeListsAttributeChanged()
/external/webkit/Source/WebCore/bindings/v8/
DV8GCController.cpp275 if (node->isAttributeNode()) { in calculateGroupId()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1652890 (WebCore::Node::isAttributeNode):