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

  /external/webkit/Source/WebCore/dom/
StyledElement.h 50 static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicString& value);
54 static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, Attribute*);
StyledElement.cpp 73 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr)
80 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry type, const QualifiedName& name, const AtomicString& value)
170 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(entry, attr);
  /external/webkit/Source/WebCore/html/
HTMLTableElement.cpp 455 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderValue);
513 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, cellborderAttr, cellborderValue);
572 m_paddingDecl = getMappedAttributeDecl(eUniversal, cellpaddingAttr, paddingValue);
599 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, rulesAttr, rulesValue);
  /external/webkit/Source/WebCore/svg/
SVGStyledElement.cpp 403 if (getMappedAttributeDecl(entry, cssSVGAttr) == cssSVGAttr->decl()) {

Completed in 741 milliseconds