Searched refs:isAttributeNode (Results 1 - 8 of 8) sorted by relevance

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

Completed in 124 milliseconds