nsCSSPropsGenerated.inc.in 636 B

123456789101112131415161718
  1. /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* This Source Code Form is subject to the terms of the Mozilla Public
  3. * License, v. 2.0. If a copy of the MPL was not distributed with this
  4. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  5. /* processed file that defines CSS property tables that can't be generated
  6. with the pre-processor, designed to be #included in nsCSSProps.cpp */
  7. const char* const nsCSSProps::kIDLNameTable[eCSSProperty_COUNT] = {
  8. ${idl_names}
  9. };
  10. const int32_t nsCSSProps::kIDLNameSortPositionTable[eCSSProperty_COUNT] = {
  11. ${idl_name_positions}
  12. };
  13. ${assertions}