HomeSort by relevance Sort by last modified time
    Searched refs:MappedAttributeEntry (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/webkit/WebCore/html/
HTMLTablePartElement.h 39 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLBRElement.h 41 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLDivElement.h 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLFontElement.h 36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLHRElement.h 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLLIElement.h 36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLMarqueeElement.h 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLOListElement.h 36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLParagraphElement.h 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLPreElement.h 36 bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLTableCaptionElement.h 40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLUListElement.h 36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLIFrameElement.h 41 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLEmbedElement.h 42 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
HTMLTableColElement.h 44 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLBRElement.cpp 41 bool HTMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
HTMLPlugInElement.h 60 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
HTMLPreElement.cpp 40 bool HTMLPreElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
  /external/webkit/WebCore/wml/
WMLBRElement.h 37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
WMLPElement.h 36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
WMLImageElement.h 35 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
WMLElement.h 37 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
  /external/webkit/WebCore/dom/
CSSMappedAttributeDeclaration.h 29 #include "MappedAttributeEntry.h"
43 void setMappedState(MappedAttributeEntry type, const QualifiedName& name, const AtomicString& val)
58 MappedAttributeEntry m_entryType;
StyledElement.h 30 #include "MappedAttributeEntry.h"
47 bool isMappedAttribute(const QualifiedName& name) const { MappedAttributeEntry res = eNone; mapToEntry(name, res); return res != eNone; }
55 static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicString& value);
56 static void setMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration*);
57 static void removeMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicString& value);
59 static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, Attribute*);
60 static void setMappedAttributeDecl(MappedAttributeEntry, Attribute*, CSSMappedAttributeDeclaration*);
71 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
MappedAttributeEntry.h 30 enum MappedAttributeEntry {

Completed in 170 milliseconds

1 2 3