Home
last modified time | relevance | path

Searched refs:attrNode (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/resources/shared/js/
Dparse_html_subset.js48 function assertAttribute(attrNode, node) { argument
49 var n = attrNode.nodeName;
50 var v = attrNode.nodeValue;
/external/chromium_org/ui/webui/resources/js/
Dparse_html_subset.js65 function assertAttribute(attrs, attrNode, node) { argument
66 var n = attrNode.nodeName;
67 var v = attrNode.nodeValue;
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp324 RefPtr<Attr> attrNode = attrIfExists(attribute->name()); in detachAttribute() local
325 if (attrNode) in detachAttribute()
326 detachAttrNodeAtIndex(attrNode.get(), index); in detachAttribute()
328 attrNode = Attr::create(document(), attribute->name(), attribute->value()); in detachAttribute()
331 return attrNode.release(); in detachAttribute()
935 …if (RefPtr<Attr> attrNode = inSynchronizationOfLazyAttribute ? 0 : attrIfExists(existingAttributeN… in setAttributeInternal() local
936 attrNode->setValue(newValue); in setAttributeInternal()
1962 PassRefPtr<Attr> Element::setAttributeNode(Attr* attrNode, ExceptionState& exceptionState) in setAttributeNode() argument
1964 if (!attrNode) { in setAttributeNode()
1969 RefPtr<Attr> oldAttrNode = attrIfExists(attrNode->qualifiedName()); in setAttributeNode()
[all …]
/external/chromium_org/remoting/webapp/
Dformat_iq.js37 var attrNode = node.attributes[i];
38 var attr = attrNode.nodeName;
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Djquery-1.6.4.js2438 var attrNode;
2439 …return jQuery.prop( elem, name ) === true || ( attrNode = elem.getAttributeNode( name ) ) && attrN…
/external/libxml2/
Dxmlschemas.c23928 xmlNodePtr attrNode, in xmlSchemaValidatorPushAttribute() argument
23944 attr->node = attrNode; in xmlSchemaValidatorPushAttribute()
/external/chromium_org/third_party/libxml/src/
Dxmlschemas.c23927 xmlNodePtr attrNode, in xmlSchemaValidatorPushAttribute() argument
23943 attr->node = attrNode; in xmlSchemaValidatorPushAttribute()