// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/core/html/document_all_name_collection.h" #include "third_party/blink/renderer/core/html/html_element.h" namespace blink { DocumentAllNameCollection::DocumentAllNameCollection(ContainerNode& document, const AtomicString& name) : … { … } DocumentAllNameCollection::DocumentAllNameCollection(ContainerNode& document, CollectionType type, const AtomicString& name) : … { … } bool DocumentAllNameCollection::ElementMatches(const Element& element) const { … } } // namespace blink