Searched refs:setAttributeInternal (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Element.cpp | 896 setAttributeInternal(index, qName, value, NotInSynchronizationOfLazyAttribute); in setAttribute() 903 setAttributeInternal(index, name, value, NotInSynchronizationOfLazyAttribute); in setAttribute() 909 setAttributeInternal(index, name, value, InSynchronizationOfLazyAttribute); in setSynchronizedLazyAttribute() 912 ALWAYS_INLINE void Element::setAttributeInternal(size_t index, const QualifiedName& name, const Ato… in setAttributeInternal() function in WebCore::Element 1991 …setAttributeInternal(index, attrNode->qualifiedName(), attrNode->value(), NotInSynchronizationOfLa… in setAttributeNode()
|
D | Element.h | 624 …void setAttributeInternal(size_t index, const QualifiedName&, const AtomicString& value, Synchroni…
|