chromium/out/Default/gen/third_party/blink/renderer/core/input_type_names.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Generated from template:
//   templates/make_names.cc.tmpl
// and input files:
//   ../../third_party/blink/renderer/core/html/forms/input_type_names.json5


#include "third_party/blink/renderer/core/input_type_names.h"

#include <iterator>

#include "third_party/blink/renderer/platform/wtf/std_lib_extras.h"
#include "third_party/blink/renderer/platform/wtf/text/string_hasher.h"

namespace blink {
namespace input_type_names {

void* names_storage[kNamesCount * ((sizeof(AtomicString) + sizeof(void *) - 1) / sizeof(void *))];

const AtomicString& kButton =;
const AtomicString& kCheckbox =;
const AtomicString& kColor =;
const AtomicString& kDate =;
const AtomicString& kDatetime =;
const AtomicString& kDatetimeLocal =;
const AtomicString& kEmail =;
const AtomicString& kFile =;
const AtomicString& kHidden =;
const AtomicString& kImage =;
const AtomicString& kMonth =;
const AtomicString& kNumber =;
const AtomicString& kPassword =;
const AtomicString& kRadio =;
const AtomicString& kRange =;
const AtomicString& kReset =;
const AtomicString& kSearch =;
const AtomicString& kSubmit =;
const AtomicString& kTel =;
const AtomicString& kText =;
const AtomicString& kTime =;
const AtomicString& kUrl =;
const AtomicString& kWeek =;

void Init() {}

}  // namespace input_type_names
}  // namespace blink