Home
last modified time | relevance | path

Searched refs:setMappedAttributeDecl (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/dom/
DStyledElement.h51 …static void setMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicSt…
55 …static void setMappedAttributeDecl(MappedAttributeEntry, Attribute*, CSSMappedAttributeDeclaration…
DStyledElement.cpp87 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMapp… in setMappedAttributeDecl() function in WebCore::StyledElement
94 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& nam… in setMappedAttributeDecl() function in WebCore::StyledElement
194 setMappedAttributeDecl(entry, attr, attr->decl()); in attributeChanged()
/external/webkit/Source/WebCore/html/
DHTMLTableElement.cpp468 setMappedAttributeDecl(ePersistent, tableborderAttr, borderValue, decl); in additionalAttributeStyleDecls()
556 setMappedAttributeDecl(ePersistent, cellborderAttr, *cellBorderNames[borders], decl); in addSharedCellBordersDecl()
584 setMappedAttributeDecl(eUniversal, cellpaddingAttr, paddingValue, m_paddingDecl.get()); in addSharedCellPaddingDecl()
618 setMappedAttributeDecl(ePersistent, rulesAttr, rulesValue, decl); in addSharedGroupDecls()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-239995 (StyledElementImpl::setMappedAttributeDecl):
17474 (StyledElementImpl::setMappedAttributeDecl):
50836 (HTMLElementImpl::setMappedAttributeDecl):
DChangeLog-2006-05-1031330 (WebCore::StyledElementImpl::setMappedAttributeDecl): Ditto.
DChangeLog-2005-12-1922203 (StyledElementImpl::setMappedAttributeDecl):
DChangeLog-2008-08-1013201 (WebCore::StyledElement::setMappedAttributeDecl):