HomeSort by relevance Sort by last modified time
    Searched defs:mapToEntry (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/WebCore/html/
HTMLTablePartElement.cpp 39 bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
59 return HTMLElement::mapToEntry(attrName, result);
HTMLBRElement.cpp 41 bool HTMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
48 return HTMLElement::mapToEntry(attrName, result);
HTMLTableCaptionElement.cpp 42 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
49 return HTMLElement::mapToEntry(attrName, result);
HTMLDivElement.cpp 45 bool HTMLDivElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
51 return HTMLElement::mapToEntry(attrName, result);
HTMLParagraphElement.cpp 47 bool HTMLParagraphElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
53 return HTMLElement::mapToEntry(attrName, result);
HTMLPreElement.cpp 40 bool HTMLPreElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
46 return HTMLElement::mapToEntry(attrName, result);
HTMLUListElement.cpp 39 bool HTMLUListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
46 return HTMLElement::mapToEntry(attrName, result);
HTMLFontElement.cpp 89 bool HTMLFontElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
98 return HTMLElement::mapToEntry(attrName, result);
HTMLLIElement.cpp 43 bool HTMLLIElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
50 return HTMLElement::mapToEntry(attrName, result);
HTMLMarqueeElement.cpp 48 bool HTMLMarqueeElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
64 return HTMLElement::mapToEntry(attrName, result);
HTMLOListElement.cpp 42 bool HTMLOListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
49 return HTMLElement::mapToEntry(attrName, result);
HTMLFrameSetElement.cpp 76 bool HTMLFrameSetElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
83 return HTMLElement::mapToEntry(attrName, result);
HTMLHRElement.cpp 45 bool HTMLHRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
55 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 111 bool HTMLPlugInElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
126 return HTMLFrameOwnerElement::mapToEntry(attrName, result);
HTMLEmbedElement.cpp 76 bool HTMLEmbedElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
83 return HTMLPlugInElement::mapToEntry(attrName, result);
HTMLTableColElement.cpp 65 bool HTMLTableColElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
72 return HTMLTablePartElement::mapToEntry(attrName, result);
HTMLBodyElement.cpp 69 bool HTMLBodyElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
87 return HTMLElement::mapToEntry(attrName, result);
  /external/webkit/WebCore/wml/
WMLBRElement.cpp 43 bool WMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
50 return WMLElement::mapToEntry(attrName, result);
WMLPElement.cpp 46 bool WMLPElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
53 return WMLElement::mapToEntry(attrName, result);
WMLElement.cpp 51 bool WMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
58 return StyledElement::mapToEntry(attrName, result);
WMLImageElement.cpp 50 bool WMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
65 return WMLElement::mapToEntry(attrName, result);
WMLTableElement.cpp 52 bool WMLTableElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
59 return WMLElement::mapToEntry(attrName, result);
  /external/webkit/WebCore/svg/
SVGStyledElement.cpp 152 bool SVGStyledElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
158 return SVGElement::mapToEntry(attrName, result);
165 // cssPropertyIdForSVGAttributeName will also have to override mapToEntry to disable the default eSVG mapping
298 mapToEntry(attributeName, entry);
  /external/webkit/WebCore/dom/
StyledElement.cpp 163 bool needToParse = mapToEntry(attr->name(), entry);
207 bool StyledElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const

Completed in 2039 milliseconds

1 2