OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MappedAttributeEntry
(Results
1 - 25
of
64
) sorted by null
1
2
3
/external/webkit/Source/WebCore/html/
HTMLFontElement.h
40
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLParagraphElement.h
37
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLPreElement.h
37
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLTableCaptionElement.h
40
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLTablePartElement.h
40
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLBRElement.h
39
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLDivElement.h
39
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLHRElement.h
38
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLIFrameElement.h
38
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLLIElement.h
38
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLOListElement.h
41
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLTableColElement.h
45
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLUListElement.h
38
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLMarqueeElement.h
56
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
HTMLEmbedElement.h
37
virtual bool mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const;
HTMLPlugInElement.h
59
virtual bool mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const;
HTMLTableCellElement.h
56
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
/external/webkit/Source/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
29
#include "
MappedAttributeEntry
.h"
42
bool isMappedAttribute(const QualifiedName& name) const {
MappedAttributeEntry
res = eNone; mapToEntry(name, res); return res != eNone; }
50
static CSSMappedAttributeDeclaration* getMappedAttributeDecl(
MappedAttributeEntry
, const QualifiedName& name, const AtomicString& value);
51
static void setMappedAttributeDecl(
MappedAttributeEntry
, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration*);
52
static void removeMappedAttributeDecl(
MappedAttributeEntry
, const QualifiedName& name, const AtomicString& value);
54
static CSSMappedAttributeDeclaration* getMappedAttributeDecl(
MappedAttributeEntry
, Attribute*);
55
static void setMappedAttributeDecl(
MappedAttributeEntry
, Attribute*, CSSMappedAttributeDeclaration*);
66
virtual bool mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const;
MappedAttributeEntry.h
31
enum
MappedAttributeEntry
{
/external/webkit/Source/WebCore/mathml/
MathMLElement.h
45
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
/external/webkit/Source/WebCore/wml/
WMLBRElement.h
39
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
WMLPElement.h
38
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
WMLElement.h
37
virtual bool mapToEntry(const QualifiedName& attrName,
MappedAttributeEntry
& result) const;
WMLImageElement.h
37
virtual bool mapToEntry(const QualifiedName&,
MappedAttributeEntry
&) const;
Completed in 1053 milliseconds
1
2
3