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

  /external/webkit/Source/WebCore/dom/
StyledElement.h 51 static void setMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration*);
55 static void setMappedAttributeDecl(MappedAttributeEntry, Attribute*, CSSMappedAttributeDeclaration*);
StyledElement.cpp 87 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMappedAttributeDeclaration* decl)
94 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration* decl)
194 setMappedAttributeDecl(entry, attr, attr->decl());
  /external/webkit/Source/WebCore/html/
HTMLTableElement.cpp 468 setMappedAttributeDecl(ePersistent, tableborderAttr, borderValue, decl);
556 setMappedAttributeDecl(ePersistent, cellborderAttr, *cellBorderNames[borders], decl);
584 setMappedAttributeDecl(eUniversal, cellpaddingAttr, paddingValue, m_paddingDecl.get());
618 setMappedAttributeDecl(ePersistent, rulesAttr, rulesValue, decl);

Completed in 130 milliseconds