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

  /external/webkit/WebCore/dom/
StyledElement.h 55 static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicString& value);
59 static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, Attribute*);
StyledElement.cpp 69 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr)
76 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry type, const QualifiedName& name, const AtomicString& value)
173 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(entry, attr);
  /external/webkit/WebCore/html/
HTMLTableElement.cpp 469 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderValue);
527 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, cellborderAttr, cellborderValue);
586 m_paddingDecl = getMappedAttributeDecl(eUniversal, cellpaddingAttr, paddingValue);
613 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, rulesAttr, rulesValue);
  /external/webkit/WebCore/svg/
SVGStyledElement.cpp 299 if (getMappedAttributeDecl(entry, cssSVGAttr) == cssSVGAttr->decl()) {

Completed in 545 milliseconds