Home
last modified time | relevance | path

Searched defs:findAttributeIndexByName (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementData.h225 inline size_t ElementData::findAttributeIndexByName(const QualifiedName& name, bool shouldIgnoreCas… in findAttributeIndexByName() function
239 inline size_t ElementData::findAttributeIndexByName(const AtomicString& name, bool shouldIgnoreAttr… in findAttributeIndexByName() function
DElement.h178 …size_t findAttributeIndexByName(const QualifiedName& name) const { return elementData()->findAttri… in findAttributeIndexByName() function
179 …size_t findAttributeIndexByName(const AtomicString& name, bool shouldIgnoreAttributeCase) const { … in findAttributeIndexByName() function