OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MappedAttributeEntry
(Results
26 - 50
of
63
) sorted by null
1
2
3
/external/webkit/WebCore/html/
HTMLTableCaptionElement.cpp
42
bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
HTMLUListElement.cpp
39
bool HTMLUListElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
HTMLTablePartElement.cpp
39
bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
42
result = (
MappedAttributeEntry
)(eLastEntry + document()->docID());
HTMLBodyElement.h
72
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLDivElement.cpp
45
bool HTMLDivElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
HTMLFrameSetElement.h
42
virtual bool mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const;
HTMLImageElement.h
43
virtual bool mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const;
HTMLOListElement.cpp
42
bool HTMLOListElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
HTMLParagraphElement.cpp
47
bool HTMLParagraphElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
HTMLTableCellElement.h
51
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLElement.h
89
virtual bool mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const;
HTMLFontElement.cpp
89
bool HTMLFontElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
HTMLLIElement.cpp
43
bool HTMLLIElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
HTMLTableElement.h
94
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLHRElement.cpp
45
bool HTMLHRElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
HTMLIFrameElement.cpp
50
bool HTMLIFrameElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
HTMLPlugInElement.cpp
111
bool HTMLPlugInElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
HTMLTableColElement.cpp
65
bool HTMLTableColElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
/external/webkit/WebCore/svg/
SVGStyledElement.h
53
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
/external/webkit/WebCore/wml/
WMLBRElement.cpp
43
bool WMLBRElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
WMLTableElement.h
36
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
WMLPElement.cpp
46
bool WMLPElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
WMLElement.cpp
51
bool WMLElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
WMLImageElement.cpp
50
bool WMLImageElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
/external/webkit/WebCore/dom/
StyledElement.cpp
45
MappedAttributeKey(
MappedAttributeEntry
t = eNone, StringImpl* n = 0, StringImpl* v = 0)
69
CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(
MappedAttributeEntry
entryType, Attribute* attr)
76
CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(
MappedAttributeEntry
type, const QualifiedName& name, const AtomicString& value)
83
void StyledElement::setMappedAttributeDecl(
MappedAttributeEntry
entryType, Attribute* attr, CSSMappedAttributeDeclaration* decl)
90
void StyledElement::setMappedAttributeDecl(
MappedAttributeEntry
entryType, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration* decl)
97
void StyledElement::removeMappedAttributeDecl(
MappedAttributeEntry
entryType, const QualifiedName& attrName, const AtomicString& attrValue)
162
MappedAttributeEntry
entry;
207
bool StyledElement::mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const
Completed in 223 milliseconds
1
2
3