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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
NamedNodeMap.cpp 38 static inline bool shouldIgnoreAttributeCase(const Element* e)
65 size_t index = m_element->hasAttributes() ? m_element->getAttributeItemIndex(name, shouldIgnoreAttributeCase(m_element)) : notFound;
Element.cpp 104 static inline bool shouldIgnoreAttributeCase(const Element* e)
458 if (elementData()->m_styleAttributeIsDirty && equalPossiblyIgnoringCase(localName, styleAttr.localName(), shouldIgnoreAttributeCase(this))) {
819 if (const Attribute* attribute = elementData()->getAttributeItem(localName, shouldIgnoreAttributeCase(this)))
837 const AtomicString& caseAdjustedLocalName = shouldIgnoreAttributeCase(this) ? localName.lower() : localName;
    [all...]

Completed in 55 milliseconds