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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp 307 static bool attributeValueMatches(const Attribute* attributeItem, CSSSelector::Match match, const AtomicString& selectorValue, bool caseSensitive)
309 const AtomicString& value = attributeItem->value();
374 const Attribute* attributeItem = element->attributeItem(i);
376 if (!attributeItem->matches(selectorAttr))
379 if (attributeValueMatches(attributeItem, match, selectorValue, caseSensitive))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 88 const Attribute* attributeItem(unsigned index) const;
158 Attribute* attributeItem(unsigned index);
297 const Attribute* attributeItem(unsigned index) const;
    [all...]

Completed in 520 milliseconds