chromium/third_party/blink/renderer/core/css/part_names.cc

// Copyright 2018 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/css/part_names.h"

#include "third_party/blink/renderer/core/dom/names_map.h"
#include "third_party/blink/renderer/core/dom/space_split_string.h"

namespace blink {

namespace {
// Adds the names to the set.
static void AddToSet(const SpaceSplitString& strings,
                     HashSet<AtomicString>* set) {}
}  // namespace

PartNames::PartNames(const SpaceSplitString& names) {}

void PartNames::PushMap(const NamesMap& names_map) {}

void PartNames::ApplyMap(const NamesMap& names_map) {}

bool PartNames::Contains(const AtomicString& name) {}

size_t PartNames::size() {}

}  // namespace blink