Home | History | Annotate | Download | only in dom

Lines Matching defs:synchronizeAttribute

389 inline void Element::synchronizeAttribute(const QualifiedName& name) const
400 // See comment in the AtomicString version of synchronizeAttribute()
406 void Element::synchronizeAttribute(const AtomicString& localName) const
408 // This version of synchronizeAttribute() is streamlined for the case where you don't have a full QualifiedName,
426 // anyQName(). This means that even if Element::synchronizeAttribute()
437 synchronizeAttribute(name);
859 synchronizeAttribute(localName);
877 synchronizeAttribute(localName);
893 synchronizeAttribute(name);
1874 synchronizeAttribute(attr->qualifiedName());
1987 synchronizeAttribute(localName);
1999 synchronizeAttribute(qName);
2010 synchronizeAttribute(localName);
2019 synchronizeAttribute(qName);