#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) { … }
}
CounterStyleMap* CounterStyleMap::CreateUACounterStyleMap() { … }
CounterStyleMap* CounterStyleMap::GetUACounterStyleMap() { … }
CounterStyle& CounterStyleMap::CreateUACounterStyle(const AtomicString& name) { … }
}