#include "third_party/blink/renderer/core/html/media/html_media_element_controls_list.h"
#include "third_party/blink/renderer/core/html/media/html_media_element.h"
#include "third_party/blink/renderer/core/keywords.h"
namespace blink {
HTMLMediaElementControlsList::HTMLMediaElementControlsList(
HTMLMediaElement* element)
: … { … }
bool HTMLMediaElementControlsList::ValidateTokenValue(
const AtomicString& token_value,
ExceptionState&) const { … }
bool HTMLMediaElementControlsList::ShouldHideDownload() const { … }
bool HTMLMediaElementControlsList::ShouldHideFullscreen() const { … }
bool HTMLMediaElementControlsList::ShouldHidePlaybackRate() const { … }
bool HTMLMediaElementControlsList::ShouldHideRemotePlayback() const { … }
bool HTMLMediaElementControlsList::CanShowAllControls() const { … }
}