Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h625 …void addAttributeInternal(const QualifiedName&, const AtomicString& value, SynchronizationOfLazyAt…
DElement.cpp921 addAttributeInternal(name, newValue, inSynchronizationOfLazyAttribute); in setAttributeInternal()
2080 void Element::addAttributeInternal(const QualifiedName& name, const AtomicString& value, Synchroniz… in addAttributeInternal() function in WebCore::Element