Home
last modified time | relevance | path

Searched refs:setSynchronizedLazyAttribute (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedProperty.cpp63 m_contextElement->setSynchronizedLazyAttribute(m_attributeName, value); in synchronizeAttribute()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedAngle.cpp58 contextElement()->setSynchronizedLazyAttribute(attributeName(), value); in synchronizeAttribute()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h119 void setSynchronizedLazyAttribute(const QualifiedName&, const AtomicString& value);
DElement.cpp912 void Element::setSynchronizedLazyAttribute(const QualifiedName& name, const AtomicString& value) in setSynchronizedLazyAttribute() function in WebCore::Element
3120 const_cast<Element*>(this)->setSynchronizedLazyAttribute(styleAttr, in synchronizeStyleAttributeInternal()