chromium/third_party/blink/renderer/core/exported/web_select_list_element.cc

// Copyright 2023 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/public/web/web_select_list_element.h"

#include "third_party/blink/public/platform/web_string.h"
#include "third_party/blink/renderer/core/html/forms/html_option_element.h"
#include "third_party/blink/renderer/core/html/forms/html_select_list_element.h"
#include "third_party/blink/renderer/core/html_names.h"

namespace blink {

WebVector<WebElement> WebSelectListElement::GetListItems() const {}

bool WebSelectListElement::HasFocusableChild() const {}

WebSelectListElement::WebSelectListElement(HTMLSelectListElement* element)
    :{}

DEFINE_WEB_NODE_TYPE_CASTS()

WebSelectListElement& WebSelectListElement::operator=(
    HTMLSelectListElement* element) {}

operator blink::HTMLSelectListElement *()

}  // namespace blink