OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapToEntry
(Results
26 - 50
of
62
) sorted by null
1
2
3
/external/webkit/Source/WebCore/wml/
WMLImageElement.h
37
virtual bool
mapToEntry
(const QualifiedName&, MappedAttributeEntry&) const;
WMLTableElement.h
38
virtual bool
mapToEntry
(const QualifiedName&, MappedAttributeEntry&) const;
WMLElement.cpp
52
bool WMLElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
59
return StyledElement::
mapToEntry
(attrName, result);
WMLPElement.cpp
51
bool WMLPElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
58
return WMLElement::
mapToEntry
(attrName, result);
WMLImageElement.cpp
55
bool WMLImageElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
70
return WMLElement::
mapToEntry
(attrName, result);
/external/webkit/Source/WebCore/html/
HTMLBRElement.cpp
51
bool HTMLBRElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
58
return HTMLElement::
mapToEntry
(attrName, result);
HTMLDivElement.cpp
51
bool HTMLDivElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
57
return HTMLElement::
mapToEntry
(attrName, result);
HTMLOListElement.cpp
53
bool HTMLOListElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
60
return HTMLElement::
mapToEntry
(attrName, result);
HTMLParagraphElement.cpp
47
bool HTMLParagraphElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
53
return HTMLElement::
mapToEntry
(attrName, result);
HTMLTableColElement.cpp
50
bool HTMLTableColElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
57
return HTMLTablePartElement::
mapToEntry
(attrName, result);
HTMLLIElement.cpp
53
bool HTMLLIElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
60
return HTMLElement::
mapToEntry
(attrName, result);
HTMLTablePartElement.cpp
39
bool HTMLTablePartElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
59
return HTMLElement::
mapToEntry
(attrName, result);
HTMLFontElement.cpp
124
bool HTMLFontElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
133
return HTMLElement::
mapToEntry
(attrName, result);
HTMLHRElement.cpp
51
bool HTMLHRElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
61
return HTMLElement::
mapToEntry
(attrName, result);
HTMLIFrameElement.cpp
50
bool HTMLIFrameElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
67
return HTMLFrameElementBase::
mapToEntry
(attrName, result);
HTMLPlugInElement.cpp
117
bool HTMLPlugInElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
132
return HTMLFrameOwnerElement::
mapToEntry
(attrName, result);
HTMLBodyElement.h
73
virtual bool
mapToEntry
(const QualifiedName&, MappedAttributeEntry&) const;
HTMLFrameSetElement.h
70
virtual bool
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const;
HTMLImageElement.h
83
virtual bool
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const;
HTMLTableElement.h
74
virtual bool
mapToEntry
(const QualifiedName&, MappedAttributeEntry&) const;
HTMLMarqueeElement.cpp
54
bool HTMLMarqueeElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
70
return HTMLElement::
mapToEntry
(attrName, result);
HTMLTableCellElement.cpp
73
bool HTMLTableCellElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
86
return HTMLTablePartElement::
mapToEntry
(attrName, result);
/external/webkit/Source/WebCore/dom/
StyledElement.h
42
bool isMappedAttribute(const QualifiedName& name) const { MappedAttributeEntry res = eNone;
mapToEntry
(name, res); return res != eNone; }
66
virtual bool
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const;
/external/webkit/Source/WebCore/mathml/
MathMLElement.cpp
51
bool MathMLElement::
mapToEntry
(const QualifiedName& attrName, MappedAttributeEntry& result) const
60
return StyledElement::
mapToEntry
(attrName, result);
/external/webkit/Source/WebCore/svg/
SVGStyledElement.h
67
virtual bool
mapToEntry
(const QualifiedName&, MappedAttributeEntry&) const;
Completed in 697 milliseconds
1
2
3