HomeSort by relevance Sort by last modified time
    Searched refs:mapToEntry (Results 51 - 62 of 62) sorted by null

1 23

  /external/webkit/Source/WebCore/html/
HTMLElement.h 91 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
HTMLEmbedElement.cpp 78 bool HTMLEmbedElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
85 return HTMLPlugInImageElement::mapToEntry(attrName, result);
HTMLFrameSetElement.cpp 64 bool HTMLFrameSetElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
71 return HTMLElement::mapToEntry(attrName, result);
HTMLImageElement.cpp 82 bool HTMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
98 return HTMLElement::mapToEntry(attrName, result);
HTMLBodyElement.cpp 75 bool HTMLBodyElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
93 return HTMLElement::mapToEntry(attrName, result);
HTMLInputElement.h 248 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
HTMLTableElement.cpp 244 bool HTMLTableElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
277 return HTMLElement::mapToEntry(attrName, result);
HTMLElement.cpp 117 bool HTMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
130 return StyledElement::mapToEntry(attrName, result);
    [all...]
HTMLInputElement.cpp 553 bool HTMLInputElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
568 return HTMLElement::mapToEntry(attrName, result);
    [all...]
  /external/webkit/Source/WebCore/wml/
WMLTableElement.cpp 57 bool WMLTableElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
64 return WMLElement::mapToEntry(attrName, result);
  /external/webkit/Source/WebCore/svg/
SVGStyledElement.cpp 286 bool SVGStyledElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
292 return SVGElement::mapToEntry(attrName, result);
299 // cssPropertyIdForSVGAttributeName will also have to override mapToEntry to disable the default eSVG mapping
402 mapToEntry(attributeName, entry);
  /external/webkit/Source/WebCore/dom/
StyledElement.cpp 161 bool needToParse = mapToEntry(attr->name(), entry);
205 bool StyledElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const

Completed in 227 milliseconds

1 23