namedGetter 39 Source/core/html/HTMLAllCollection.h void namedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Element>&); namedGetter 47 Source/core/html/HTMLFormControlsCollection.h void namedGetter(const AtomicString& name, bool& radioNodeListEnabled, RefPtr<RadioNodeList>&, bool& elementEnabled, RefPtr<Element>&); namedGetter 48 Source/core/html/HTMLOptionsCollection.h void namedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Element>&);