Searched refs:nodeMatchesIfNameAttributeMatch (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLNameCollection.cpp52 bool WindowNameCollection::nodeMatchesIfNameAttributeMatch(Element* element) function in class:WebCore::WindowNameCollection
61 if (nodeMatchesIfNameAttributeMatch(element) && element->getNameAttribute() == name)
73 bool DocumentNameCollection::nodeMatchesIfNameAttributeMatch(Element* element) function in class:WebCore::DocumentNameCollection
H A DHTMLNameCollection.h54 static bool nodeMatchesIfNameAttributeMatch(Element*);
73 static bool nodeMatchesIfNameAttributeMatch(Element*);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DElement.cpp2893 if (WindowNameCollection::nodeMatchesIfNameAttributeMatch(this)) {
2901 if (DocumentNameCollection::nodeMatchesIfNameAttributeMatch(this)) {
2945 const AtomicString& name = condition == UpdateHTMLDocumentNamedItemMapsOnlyIfDiffersFromNameAttribute && WindowNameCollection::nodeMatchesIfNameAttributeMatch(this) ? getNameAttribute() : nullAtom;
2953 const AtomicString& name = condition == UpdateHTMLDocumentNamedItemMapsOnlyIfDiffersFromNameAttribute && DocumentNameCollection::nodeMatchesIfNameAttributeMatch(this) ? getNameAttribute() : nullAtom;

Completed in 201 milliseconds