HomeSort by relevance Sort by last modified time
    Searched refs:ensureUniqueElementData (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.cpp 199 return *m_element->ensureUniqueElementData()->getAttributeItem(qualifiedName());
Element.h 419 UniqueElementData* ensureUniqueElementData();
    [all...]
Element.cpp 880 ensureUniqueElementData()->attributeItem(index)->setValue(newValue);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h 96 void invalidateSVGAttributes() { ensureUniqueElementData()->m_animatedSVGAttributesAreDirty = true; }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp 298 if (Attribute* sizeAttribute = ensureUniqueElementData()->getAttributeItem(sizeAttr))
    [all...]

Completed in 108 milliseconds