HomeSort by relevance Sort by last modified time
    Searched refs:getAttributeItemIndexSlowCase (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementData.h 104 size_t getAttributeItemIndexSlowCase(const AtomicString& name, bool shouldIgnoreAttributeCase) const;
221 return getAttributeItemIndexSlowCase(name, shouldIgnoreAttributeCase);
ElementData.cpp 127 size_t ElementData::getAttributeItemIndexSlowCase(const AtomicString& name, bool shouldIgnoreAttributeCase) const

Completed in 45 milliseconds