HomeSort by relevance Sort by last modified time
    Searched defs:CSSMappedAttributeDeclaration (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/dom/
CSSMappedAttributeDeclaration.cpp 24 #include "CSSMappedAttributeDeclaration.h"
30 CSSMappedAttributeDeclaration::~CSSMappedAttributeDeclaration()
CSSMappedAttributeDeclaration.h 34 class CSSMappedAttributeDeclaration : public CSSMutableStyleDeclaration {
36 static PassRefPtr<CSSMappedAttributeDeclaration> create()
38 return adoptRef(new CSSMappedAttributeDeclaration(0));
41 virtual ~CSSMappedAttributeDeclaration();
51 CSSMappedAttributeDeclaration(CSSRule* parentRule)

Completed in 169 milliseconds