Home
last modified time | relevance | path

Searched refs:setAttributeInternal (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp896 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
1991setAttributeInternal(index, attrNode->qualifiedName(), attrNode->value(), NotInSynchronizationOfLa… in setAttributeNode()
DElement.h624 …void setAttributeInternal(size_t index, const QualifiedName&, const AtomicString& value, Synchroni…