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

  /external/webkit/Source/WebCore/xml/
XPathStep.cpp 174 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()) {
XPathUtil.cpp 91 return !(node->parentNode() && node->parentNode()->isAttributeNode());
XPathNodeSet.cpp 96 if (n->isAttributeNode() && static_cast<Attr*>(n)->ownerElement() == commonAncestor)
153 if (n->isAttributeNode()) {
  /external/webkit/Source/WebCore/dom/
Attr.h 81 virtual bool isAttributeNode() const { return true; }
NamedNodeMap.cpp 104 if (!arg->isAttributeNode()) {
Node.h 212 virtual bool isAttributeNode() const { return false; }
Node.cpp 1018 if (!isAttributeNode())
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8GCController.cpp 275 if (node->isAttributeNode()) {

Completed in 941 milliseconds