Home
last modified time | relevance | path

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

123

/external/webkit/WebCore/dom/
DStyledElement.h47 …bool isMappedAttribute(const QualifiedName& name) const { MappedAttributeEntry res = eNone; mapToE… in isMappedAttribute()
55 …static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, const Qualified…
56 …static void setMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicSt…
57 …static void removeMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const Atomi…
59 static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, Attribute*);
60 …static void setMappedAttributeDecl(MappedAttributeEntry, Attribute*, CSSMappedAttributeDeclaration…
71 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
DStyledElement.cpp45 MappedAttributeKey(MappedAttributeEntry t = eNone, StringImpl* n = 0, StringImpl* v = 0) in MappedAttributeKey()
69 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry entryType… in getMappedAttributeDecl()
76 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry type, con… in getMappedAttributeDecl()
83 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMapp… in setMappedAttributeDecl()
90 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& nam… in setMappedAttributeDecl()
97 void StyledElement::removeMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& … in removeMappedAttributeDecl()
162 MappedAttributeEntry entry; in attributeChanged()
207 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.h30 enum MappedAttributeEntry { enum
/external/webkit/WebCore/html/
DHTMLTablePartElement.cpp39 bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) … in mapToEntry()
42 result = (MappedAttributeEntry)(eLastEntry + document()->docID()); in mapToEntry()
DHTMLTablePartElement.h39 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLPreElement.h36 bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLTableCaptionElement.h40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLDivElement.h37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLUListElement.h36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLParagraphElement.h37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLBRElement.h41 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLLIElement.h36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLOListElement.h36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLFontElement.h36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLHRElement.h37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLMarqueeElement.h40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLIFrameElement.h41 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DHTMLTableCaptionElement.cpp42 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& resul… in mapToEntry()
DHTMLTableColElement.h44 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
/external/webkit/WebCore/wml/
DWMLBRElement.h37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DWMLPElement.h36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DWMLImageElement.h35 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
DWMLElement.h37 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
DWMLBRElement.cpp43 bool WMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry()

123