Home
last modified time | relevance | path

Searched refs:getAttributeItemSlowCase (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/dom/
DNamedAttrMap.h106 Attribute* getAttributeItemSlowCase(const String& name, bool shouldIgnoreAttributeCase) const;
141 return getAttributeItemSlowCase(name, shouldIgnoreAttributeCase); in getAttributeItem()
DNamedAttrMap.cpp175 Attribute* NamedNodeMap::getAttributeItemSlowCase(const String& name, bool shouldIgnoreAttributeCas… in getAttributeItemSlowCase() function in WebCore::NamedNodeMap
/external/webkit/WebCore/
DChangeLog-2010-01-297391 (WebCore::NamedNodeMap::getAttributeItemSlowCase): Slow case for the above.