Home
last modified time | relevance | path

Searched refs:CSSMappedAttributeDeclaration (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/dom/
DCSSMappedAttributeDeclaration.h34 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
DStyledElement.h34 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*);
DAttribute.h75 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;
DStyledElement.cpp69 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()
DCSSMappedAttributeDeclaration.cpp30 CSSMappedAttributeDeclaration::~CSSMappedAttributeDeclaration() in ~CSSMappedAttributeDeclaration()
/external/webkit/Source/WebCore/html/
DHTMLTableElement.cpp455CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderV… in additionalAttributeStyleDecls()
457 …decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the tab… in additionalAttributeStyleDecls()
513CSSMappedAttributeDeclaration* 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()
599CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, rulesAttr, rulesValue); in addSharedGroupDecls()
601 …decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the tab… in addSharedGroupDecls()
DHTMLTableElement.h102 RefPtr<CSSMappedAttributeDeclaration> m_paddingDecl;
/external/webkit/Source/WebCore/
DAndroid.mk111 dom/CSSMappedAttributeDeclaration.cpp \
DWebCore.pro467 dom/CSSMappedAttributeDeclaration.cpp \
1448 dom/CSSMappedAttributeDeclaration.h \
DCMakeLists.txt545 dom/CSSMappedAttributeDeclaration.cpp
DGNUmakefile.list.am1090 Source/WebCore/dom/CSSMappedAttributeDeclaration.cpp \
1091 Source/WebCore/dom/CSSMappedAttributeDeclaration.h \
DGNUmakefile.am1144 Source/WebCore/dom/CSSMappedAttributeDeclaration.cpp \
1145 Source/WebCore/dom/CSSMappedAttributeDeclaration.h \
DWebCore.gypi505 'dom/CSSMappedAttributeDeclaration.h',
2397 'dom/CSSMappedAttributeDeclaration.cpp',
DChangeLog-2006-12-3153815 * dom/CSSMappedAttributeDeclaration.h:
53958 * dom/CSSMappedAttributeDeclaration.h:
53959 (WebCore::CSSMappedAttributeDeclaration::CSSMappedAttributeDeclaration):
DChangeLog-2006-05-1010043 * dom/CSSMappedAttributeDeclaration.cpp: Added.
10044 * dom/CSSMappedAttributeDeclaration.h: Added.
DChangeLog-2008-08-1011285 * dom/CSSMappedAttributeDeclaration.h:
11286 (WebCore::CSSMappedAttributeDeclaration::create):
11287 (WebCore::CSSMappedAttributeDeclaration::CSSMappedAttributeDeclaration):
DChangeLog-2007-10-144589 * dom/CSSMappedAttributeDeclaration.cpp:
4590 * dom/CSSMappedAttributeDeclaration.h:
DChangeLog-2010-01-2935769 * dom/CSSMappedAttributeDeclaration.cpp:
40455 This patch fixes the check to make sure that a new CSSMappedAttributeDeclaration is
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3679 …AC8D /* CSSMappedAttributeDeclaration.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C4A7F709D…
3680 …C8D /* CSSMappedAttributeDeclaration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8C4A7F809…
10115CSSMappedAttributeDeclaration.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
10116CSSMappedAttributeDeclaration.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 */,