Home
last modified time | relevance | path

Searched refs:nameShouldBeVisibleInDocumentAll (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.cpp291 static inline bool nameShouldBeVisibleInDocumentAll(const HTMLElement& element) in nameShouldBeVisibleInDocumentAll() function
461 …if (!nameAttribute.isEmpty() && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElemen… in supportedPropertyNames()
489 …Empty() && idAttrVal != nameAttrVal && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTM… in updateIdNameCache()