Searched refs:MappedAttributeEntry (Results 1 – 25 of 72) sorted by relevance
123
/external/webkit/Source/WebCore/dom/ |
D | StyledElement.h | 42 …bool isMappedAttribute(const QualifiedName& name) const { MappedAttributeEntry res = eNone; mapToE… in isMappedAttribute() 50 …static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, const Qualified… 51 …static void setMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicSt… 52 …static void removeMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const Atomi… 54 static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, Attribute*); 55 …static void setMappedAttributeDecl(MappedAttributeEntry, Attribute*, CSSMappedAttributeDeclaration… 66 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
|
D | StyledElement.cpp | 49 MappedAttributeKey(MappedAttributeEntry t = eNone, StringImpl* n = 0, StringImpl* v = 0) in MappedAttributeKey() 73 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry entryType… in getMappedAttributeDecl() 80 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry type, con… in getMappedAttributeDecl() 87 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMapp… in setMappedAttributeDecl() 94 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& nam… in setMappedAttributeDecl() 101 void StyledElement::removeMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& … in removeMappedAttributeDecl() 160 MappedAttributeEntry entry; in attributeChanged() 205 bool StyledElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry()
|
D | CSSMappedAttributeDeclaration.h | 43 … void setMappedState(MappedAttributeEntry type, const QualifiedName& name, const AtomicString& val) in setMappedState() 58 MappedAttributeEntry m_entryType;
|
D | MappedAttributeEntry.h | 31 enum MappedAttributeEntry { enum
|
/external/webkit/Source/WebCore/html/ |
D | HTMLTablePartElement.cpp | 39 bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) … in mapToEntry() 42 result = (MappedAttributeEntry)(eLastEntry + document()->docID()); in mapToEntry()
|
D | HTMLTablePartElement.h | 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLTableCaptionElement.h | 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLParagraphElement.h | 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLPreElement.h | 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLFontElement.h | 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLHRElement.h | 38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLUListElement.h | 38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLDivElement.h | 39 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLLIElement.h | 38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLOListElement.h | 41 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLBRElement.h | 39 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLTableColElement.h | 45 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLIFrameElement.h | 38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLMarqueeElement.h | 56 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | HTMLTableCaptionElement.cpp | 47 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& resul… in mapToEntry()
|
D | HTMLTableCellElement.h | 56 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
/external/webkit/Source/WebCore/wml/ |
D | WMLPElement.h | 38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | WMLBRElement.h | 39 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
D | WMLElement.h | 37 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
|
/external/webkit/Source/WebCore/mathml/ |
D | MathMLElement.h | 45 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
|
123