Home
last modified time | relevance | path

Searched refs:getAttributeItemIndexSlowCase (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementData.h104 …size_t getAttributeItemIndexSlowCase(const AtomicString& name, bool shouldIgnoreAttributeCase) con…
221 return getAttributeItemIndexSlowCase(name, shouldIgnoreAttributeCase); in getAttributeItemIndex()
DElementData.cpp127 size_t ElementData::getAttributeItemIndexSlowCase(const AtomicString& name, bool shouldIgnoreAttrib… in getAttributeItemIndexSlowCase() function in WebCore::ElementData