OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attributeItem
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
ElementData.h
66
const Attribute*
attributeItem
(unsigned index) const;
138
Attribute*
attributeItem
(unsigned index);
174
return
attributeItem
(index);
236
inline const Attribute* ElementData::
attributeItem
(unsigned index) const
252
inline Attribute* UniqueElementData::
attributeItem
(unsigned index)
Element.h
158
const Attribute*
attributeItem
(unsigned index) const;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp
368
static bool attributeValueMatches(const Attribute*
attributeItem
, CSSSelector::Match match, const AtomicString& selectorValue, bool caseSensitive)
370
const AtomicString& value =
attributeItem
->value();
449
const Attribute*
attributeItem
= element.
attributeItem
(i);
451
if (!
attributeItem
->matches(selectorAttr))
454
if (attributeValueMatches(
attributeItem
, match, selectorValue, caseSensitive))
[
all
...]
Completed in 59 milliseconds