Searched refs:CSSMappedAttributeDeclaration (Results 1 – 19 of 19) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | CSSMappedAttributeDeclaration.h | 34 class CSSMappedAttributeDeclaration : public CSSMutableStyleDeclaration { 36 static PassRefPtr<CSSMappedAttributeDeclaration> create() in create() 38 return adoptRef(new CSSMappedAttributeDeclaration(0)); in create() 41 virtual ~CSSMappedAttributeDeclaration(); 51 CSSMappedAttributeDeclaration(CSSRule* parentRule) in CSSMappedAttributeDeclaration() function
|
D | StyledElement.h | 34 class CSSMappedAttributeDeclaration; variable 50 …static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, const Qualified… 51 …ributeEntry, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration*); 54 static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, Attribute*); 55 …atic void setMappedAttributeDecl(MappedAttributeEntry, Attribute*, CSSMappedAttributeDeclaration*);
|
D | Attribute.h | 75 CSSMappedAttributeDeclaration* decl() const { return m_styleDecl.get(); } in decl() 76 void setDecl(PassRefPtr<CSSMappedAttributeDeclaration> decl) { m_styleDecl = decl; } in setDecl() 89 …ame& name, const AtomicString& value, bool isMappedAttribute, CSSMappedAttributeDeclaration* style… in Attribute() 98 …ing& name, const AtomicString& value, bool isMappedAttribute, CSSMappedAttributeDeclaration* style… in Attribute() 116 RefPtr<CSSMappedAttributeDeclaration> m_styleDecl;
|
D | StyledElement.cpp | 69 typedef HashMap<MappedAttributeKey, CSSMappedAttributeDeclaration*, MappedAttributeHash, MappedAttr… 73 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry entryType… in getMappedAttributeDecl() 80 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry type, con… in getMappedAttributeDecl() 87 …AttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMappedAttributeDeclaration* decl) in setMappedAttributeDecl() 94 …tryType, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration* decl) in setMappedAttributeDecl() 170 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(entry, attr); in attributeChanged() 394 RefPtr<CSSMappedAttributeDeclaration> decl = CSSMappedAttributeDeclaration::create(); in createMappedDecl()
|
D | CSSMappedAttributeDeclaration.cpp | 30 CSSMappedAttributeDeclaration::~CSSMappedAttributeDeclaration() in ~CSSMappedAttributeDeclaration()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLTableElement.cpp | 455 …CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderV… in additionalAttributeStyleDecls() 457 …decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the tab… in additionalAttributeStyleDecls() 513 …CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, cellborderAttr, cellbord… in addSharedCellBordersDecl() 515 …decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the tab… in addSharedCellBordersDecl() 574 m_paddingDecl = CSSMappedAttributeDeclaration::create(); in addSharedCellPaddingDecl() 599 … CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, rulesAttr, rulesValue); in addSharedGroupDecls() 601 …decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the tab… in addSharedGroupDecls()
|
D | HTMLTableElement.h | 102 RefPtr<CSSMappedAttributeDeclaration> m_paddingDecl;
|
/external/webkit/Source/WebCore/ |
D | Android.mk | 111 dom/CSSMappedAttributeDeclaration.cpp \
|
D | WebCore.pro | 467 dom/CSSMappedAttributeDeclaration.cpp \ 1448 dom/CSSMappedAttributeDeclaration.h \
|
D | CMakeLists.txt | 545 dom/CSSMappedAttributeDeclaration.cpp
|
D | GNUmakefile.list.am | 1090 Source/WebCore/dom/CSSMappedAttributeDeclaration.cpp \ 1091 Source/WebCore/dom/CSSMappedAttributeDeclaration.h \
|
D | GNUmakefile.am | 1144 Source/WebCore/dom/CSSMappedAttributeDeclaration.cpp \ 1145 Source/WebCore/dom/CSSMappedAttributeDeclaration.h \
|
D | WebCore.gypi | 505 'dom/CSSMappedAttributeDeclaration.h', 2397 'dom/CSSMappedAttributeDeclaration.cpp',
|
D | ChangeLog-2006-12-31 | 53815 * dom/CSSMappedAttributeDeclaration.h: 53958 * dom/CSSMappedAttributeDeclaration.h: 53959 (WebCore::CSSMappedAttributeDeclaration::CSSMappedAttributeDeclaration):
|
D | ChangeLog-2006-05-10 | 10043 * dom/CSSMappedAttributeDeclaration.cpp: Added. 10044 * dom/CSSMappedAttributeDeclaration.h: Added.
|
D | ChangeLog-2008-08-10 | 11285 * dom/CSSMappedAttributeDeclaration.h: 11286 (WebCore::CSSMappedAttributeDeclaration::create): 11287 (WebCore::CSSMappedAttributeDeclaration::CSSMappedAttributeDeclaration):
|
D | ChangeLog-2007-10-14 | 4589 * dom/CSSMappedAttributeDeclaration.cpp: 4590 * dom/CSSMappedAttributeDeclaration.h:
|
D | ChangeLog-2010-01-29 | 35769 * dom/CSSMappedAttributeDeclaration.cpp: 40455 This patch fixes the check to make sure that a new CSSMappedAttributeDeclaration is
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 3679 …AC8D /* CSSMappedAttributeDeclaration.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C4A7F709D… 3680 …C8D /* CSSMappedAttributeDeclaration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8C4A7F809… 10115 …CSSMappedAttributeDeclaration.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 10116 …CSSMappedAttributeDeclaration.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileTy… 19377 A8C4A7F809D563270003AC8D /* CSSMappedAttributeDeclaration.cpp */, 19378 A8C4A7F709D563270003AC8D /* CSSMappedAttributeDeclaration.h */, 20142 A8C4A80909D563270003AC8D /* CSSMappedAttributeDeclaration.h in Headers */, 23498 A8C4A80A09D563270003AC8D /* CSSMappedAttributeDeclaration.cpp in Sources */,
|