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

// Copyright 2020 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/counter_style_map.h"

#include "third_party/blink/renderer/core/css/css_default_style_sheets.h"
#include "third_party/blink/renderer/core/css/style_sheet_contents.h"
#include "third_party/blink/renderer/core/keywords.h"
#include "third_party/blink/renderer/platform/wtf/text/string_builder.h"

namespace blink {

namespace {

bool IsPredefinedSymbolMarkerName(const AtomicString& name) {}

HashMap<AtomicString, String> CollectUACounterStyleRules() {}

const HashMap<AtomicString, String>& GetUACounterStyleRules() {}

String GetUACounterStyleRuleText(const AtomicString& name) {}

}  // namespace

// static
CounterStyleMap* CounterStyleMap::CreateUACounterStyleMap() {}

// static
CounterStyleMap* CounterStyleMap::GetUACounterStyleMap() {}

CounterStyle& CounterStyleMap::CreateUACounterStyle(const AtomicString& name) {}

}  // namespace blink