Searched defs:attrNode (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp334 RefPtr<Attr> attrNode = attrIfExists(attribute->name()); local
335 if (attrNode)
336 detachAttrNodeAtIndex(attrNode.get(), index);
338 attrNode = Attr::create(document(), attribute->name(), attribute->value());
341 return attrNode.release();
877 if (RefPtr<Attr> attrNode = inSynchronizationOfLazyAttribute ? 0 : attrIfExists(name))
878 attrNode->setValue(newValue);
1809 PassRefPtr<Attr> Element::setAttributeNode(Attr* attrNode, ExceptionState& es)
1811 if (!attrNode) {
1816 RefPtr<Attr> oldAttrNode = attrIfExists(attrNode
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c23927 xmlNodePtr attrNode,
23943 attr->node = attrNode;
23926 xmlSchemaValidatorPushAttribute(xmlSchemaValidCtxtPtr vctxt, xmlNodePtr attrNode, int nodeLine, const xmlChar *localName, const xmlChar *nsName, int ownedNames, xmlChar *value, int ownedValue) argument
/external/libxml2/
H A Dxmlschemas.c23928 xmlNodePtr attrNode,
23944 attr->node = attrNode;
23927 xmlSchemaValidatorPushAttribute(xmlSchemaValidCtxtPtr vctxt, xmlNodePtr attrNode, int nodeLine, const xmlChar *localName, const xmlChar *nsName, int ownedNames, xmlChar *value, int ownedValue) argument

Completed in 1308 milliseconds