Home
last modified time | relevance | path

Searched refs:MappedAttributeEntry (Results 1 – 25 of 72) sorted by relevance

123

/external/webkit/Source/WebCore/dom/
DStyledElement.h42 …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;
DStyledElement.cpp49 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()
DCSSMappedAttributeDeclaration.h43 … void setMappedState(MappedAttributeEntry type, const QualifiedName& name, const AtomicString& val) in setMappedState()
58 MappedAttributeEntry m_entryType;
DMappedAttributeEntry.h31 enum MappedAttributeEntry { enum
/external/webkit/Source/WebCore/html/
DHTMLTablePartElement.cpp39 bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) … in mapToEntry()
42 result = (MappedAttributeEntry)(eLastEntry + document()->docID()); in mapToEntry()
DHTMLTablePartElement.h40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLTableCaptionElement.h40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLParagraphElement.h37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLPreElement.h37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLFontElement.h40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLHRElement.h38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLUListElement.h38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLDivElement.h39 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLLIElement.h38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLOListElement.h41 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLBRElement.h39 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLTableColElement.h45 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLIFrameElement.h38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLMarqueeElement.h56 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLTableCaptionElement.cpp47 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& resul… in mapToEntry()
DHTMLTableCellElement.h56 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
/external/webkit/Source/WebCore/wml/
DWMLPElement.h38 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DWMLBRElement.h39 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DWMLElement.h37 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
/external/webkit/Source/WebCore/mathml/
DMathMLElement.h45 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;

123