diff --git a/components/style/gecko_bindings/structs_debug.rs b/components/style/gecko_bindings/structs_debug.rs index 799bda4c233..39ad1af13c2 100644 --- a/components/style/gecko_bindings/structs_debug.rs +++ b/components/style/gecko_bindings/structs_debug.rs @@ -799,12 +799,9 @@ pub mod root { ::std::os::raw::c_uint = 4; pub const NS_STYLE_TEXT_DECORATION_LINE_BLINK: ::std::os::raw::c_uint = 8; - pub const NS_STYLE_TEXT_DECORATION_LINE_PREF_ANCHORS: - ::std::os::raw::c_uint = - 16; pub const NS_STYLE_TEXT_DECORATION_LINE_OVERRIDE_ALL: ::std::os::raw::c_uint = - 32; + 16; pub const NS_STYLE_TEXT_DECORATION_LINE_LINES_MASK: ::std::os::raw::c_uint = 7; @@ -1924,6 +1921,9 @@ pub mod root { fn clone(&self) -> Self { *self } } #[repr(C)] + #[derive(Debug, Copy, Clone)] + pub struct Event([u8; 0]); + #[repr(C)] pub struct DispatcherTrait__bindgen_vtable { } #[repr(C)] @@ -1971,16 +1971,26 @@ pub mod root { pub struct AddEventListenerOptionsOrBoolean([u8; 0]); #[repr(C)] #[derive(Debug, Copy, Clone)] - pub struct Event([u8; 0]); - #[repr(C)] - #[derive(Debug, Copy, Clone)] pub struct EventListener([u8; 0]); #[repr(C)] #[derive(Debug, Copy, Clone)] pub struct EventListenerOptionsOrBoolean([u8; 0]); #[repr(C)] - #[derive(Debug, Copy, Clone)] - pub struct EventHandlerNonNull([u8; 0]); + #[derive(Debug)] + pub struct EventHandlerNonNull { + pub _base: root::mozilla::dom::CallbackFunction, + } + #[test] + fn bindgen_test_layout_EventHandlerNonNull() { + assert_eq!(::std::mem::size_of::() , + 56usize , concat ! ( + "Size of: " , stringify ! ( EventHandlerNonNull ) + )); + assert_eq! (::std::mem::align_of::() , + 8usize , concat ! ( + "Alignment of " , stringify ! ( + EventHandlerNonNull ) )); + } #[repr(C)] #[derive(Debug, Copy, Clone)] pub struct AudioContext([u8; 0]); @@ -2287,6 +2297,21 @@ pub mod root { impl Clone for CallbackObjectHolderBase { fn clone(&self) -> Self { *self } } + #[repr(C)] + #[derive(Debug)] + pub struct CallbackFunction { + pub _base: root::mozilla::dom::CallbackObject, + } + #[test] + fn bindgen_test_layout_CallbackFunction() { + assert_eq!(::std::mem::size_of::() , 56usize + , concat ! ( + "Size of: " , stringify ! ( CallbackFunction ) )); + assert_eq! (::std::mem::align_of::() , + 8usize , concat ! ( + "Alignment of " , stringify ! ( CallbackFunction ) + )); + } pub mod prototypes { #[allow(unused_imports)] use self::super::super::super::super::root; @@ -3126,21 +3151,6 @@ pub mod root { #[repr(C)] #[derive(Debug, Copy, Clone)] pub struct Selection([u8; 0]); - #[repr(C)] - #[derive(Debug)] - pub struct CallbackFunction { - pub _base: root::mozilla::dom::CallbackObject, - } - #[test] - fn bindgen_test_layout_CallbackFunction() { - assert_eq!(::std::mem::size_of::() , 56usize - , concat ! ( - "Size of: " , stringify ! ( CallbackFunction ) )); - assert_eq! (::std::mem::align_of::() , - 8usize , concat ! ( - "Alignment of " , stringify ! ( CallbackFunction ) - )); - } #[repr(u8)] #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] pub enum ScrollBehavior { @@ -12089,6 +12099,67 @@ pub mod root { "::" , stringify ! ( mFlags ) )); } #[repr(C)] + pub struct TraceCallbacks__bindgen_vtable { + } + #[repr(C)] + #[derive(Debug, Copy)] + pub struct TraceCallbacks { + pub vtable_: *const TraceCallbacks__bindgen_vtable, + } + #[test] + fn bindgen_test_layout_TraceCallbacks() { + assert_eq!(::std::mem::size_of::() , 8usize , concat ! + ( "Size of: " , stringify ! ( TraceCallbacks ) )); + assert_eq! (::std::mem::align_of::() , 8usize , concat + ! ( "Alignment of " , stringify ! ( TraceCallbacks ) )); + } + impl Clone for TraceCallbacks { + fn clone(&self) -> Self { *self } + } + #[repr(C)] + #[derive(Debug, Copy)] + pub struct nsScriptObjectTracer { + pub _base: root::nsCycleCollectionParticipant, + } + #[test] + fn bindgen_test_layout_nsScriptObjectTracer() { + assert_eq!(::std::mem::size_of::() , 16usize , + concat ! ( + "Size of: " , stringify ! ( nsScriptObjectTracer ) )); + assert_eq! (::std::mem::align_of::() , 8usize , + concat ! ( + "Alignment of " , stringify ! ( nsScriptObjectTracer ) )); + } + impl Clone for nsScriptObjectTracer { + fn clone(&self) -> Self { *self } + } + #[repr(C)] + #[derive(Debug, Copy)] + pub struct nsXPCOMCycleCollectionParticipant { + pub _base: root::nsScriptObjectTracer, + } + #[repr(C)] + #[derive(Debug, Copy, Clone)] + pub struct nsXPCOMCycleCollectionParticipant_COMTypeInfo { + pub _address: u8, + pub _phantom_0: ::std::marker::PhantomData, + pub _phantom_1: ::std::marker::PhantomData, + } + #[test] + fn bindgen_test_layout_nsXPCOMCycleCollectionParticipant() { + assert_eq!(::std::mem::size_of::() + , 16usize , concat ! ( + "Size of: " , stringify ! ( + nsXPCOMCycleCollectionParticipant ) )); + assert_eq! (::std::mem::align_of::() + , 8usize , concat ! ( + "Alignment of " , stringify ! ( + nsXPCOMCycleCollectionParticipant ) )); + } + impl Clone for nsXPCOMCycleCollectionParticipant { + fn clone(&self) -> Self { *self } + } + #[repr(C)] #[derive(Debug, Copy)] pub struct JSErrorFormatString { /** The error message name in ASCII. */ @@ -12241,386 +12312,6 @@ pub mod root { "::" , stringify ! ( notes_ ) )); } #[repr(C)] - pub struct TraceCallbacks__bindgen_vtable { - } - #[repr(C)] - #[derive(Debug, Copy)] - pub struct TraceCallbacks { - pub vtable_: *const TraceCallbacks__bindgen_vtable, - } - #[test] - fn bindgen_test_layout_TraceCallbacks() { - assert_eq!(::std::mem::size_of::() , 8usize , concat ! - ( "Size of: " , stringify ! ( TraceCallbacks ) )); - assert_eq! (::std::mem::align_of::() , 8usize , concat - ! ( "Alignment of " , stringify ! ( TraceCallbacks ) )); - } - impl Clone for TraceCallbacks { - fn clone(&self) -> Self { *self } - } - #[repr(C)] - #[derive(Debug, Copy)] - pub struct nsScriptObjectTracer { - pub _base: root::nsCycleCollectionParticipant, - } - #[test] - fn bindgen_test_layout_nsScriptObjectTracer() { - assert_eq!(::std::mem::size_of::() , 16usize , - concat ! ( - "Size of: " , stringify ! ( nsScriptObjectTracer ) )); - assert_eq! (::std::mem::align_of::() , 8usize , - concat ! ( - "Alignment of " , stringify ! ( nsScriptObjectTracer ) )); - } - impl Clone for nsScriptObjectTracer { - fn clone(&self) -> Self { *self } - } - #[repr(C)] - #[derive(Debug, Copy)] - pub struct nsXPCOMCycleCollectionParticipant { - pub _base: root::nsScriptObjectTracer, - } - #[repr(C)] - #[derive(Debug, Copy, Clone)] - pub struct nsXPCOMCycleCollectionParticipant_COMTypeInfo { - pub _address: u8, - pub _phantom_0: ::std::marker::PhantomData, - pub _phantom_1: ::std::marker::PhantomData, - } - #[test] - fn bindgen_test_layout_nsXPCOMCycleCollectionParticipant() { - assert_eq!(::std::mem::size_of::() - , 16usize , concat ! ( - "Size of: " , stringify ! ( - nsXPCOMCycleCollectionParticipant ) )); - assert_eq! (::std::mem::align_of::() - , 8usize , concat ! ( - "Alignment of " , stringify ! ( - nsXPCOMCycleCollectionParticipant ) )); - } - impl Clone for nsXPCOMCycleCollectionParticipant { - fn clone(&self) -> Self { *self } - } - pub type PLDHashNumber = u32; - #[repr(C)] - #[derive(Debug)] - pub struct PLDHashTable { - pub mOps: *const root::PLDHashTableOps, - pub mHashShift: i16, - pub mEntrySize: u32, - pub mEntryCount: u32, - pub mRemovedCount: u32, - pub mEntryStore: root::PLDHashTable_EntryStore, - pub mChecker: root::Checker, - } - #[repr(C)] - #[derive(Debug)] - pub struct PLDHashTable_EntryStore { - pub mEntryStore: *mut ::std::os::raw::c_char, - pub mGeneration: u32, - } - #[test] - fn bindgen_test_layout_PLDHashTable_EntryStore() { - assert_eq!(::std::mem::size_of::() , 16usize - , concat ! ( - "Size of: " , stringify ! ( PLDHashTable_EntryStore ) )); - assert_eq! (::std::mem::align_of::() , 8usize - , concat ! ( - "Alignment of " , stringify ! ( PLDHashTable_EntryStore ) - )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_EntryStore ) ) . - mEntryStore as * const _ as usize } , 0usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_EntryStore ) , "::" , stringify ! ( - mEntryStore ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_EntryStore ) ) . - mGeneration as * const _ as usize } , 8usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_EntryStore ) , "::" , stringify ! ( - mGeneration ) )); - } - #[repr(C)] - #[derive(Debug)] - pub struct PLDHashTable_Iterator { - pub mTable: *mut root::PLDHashTable, - pub mStart: *mut ::std::os::raw::c_char, - pub mLimit: *mut ::std::os::raw::c_char, - pub mCurrent: *mut ::std::os::raw::c_char, - pub mNexts: u32, - pub mNextsLimit: u32, - pub mHaveRemoved: bool, - } - #[test] - fn bindgen_test_layout_PLDHashTable_Iterator() { - assert_eq!(::std::mem::size_of::() , 48usize , - concat ! ( - "Size of: " , stringify ! ( PLDHashTable_Iterator ) )); - assert_eq! (::std::mem::align_of::() , 8usize , - concat ! ( - "Alignment of " , stringify ! ( PLDHashTable_Iterator ) - )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mTable as - * const _ as usize } , 0usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_Iterator ) , "::" , stringify ! ( mTable ) - )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mStart as - * const _ as usize } , 8usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_Iterator ) , "::" , stringify ! ( mStart ) - )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mLimit as - * const _ as usize } , 16usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_Iterator ) , "::" , stringify ! ( mLimit ) - )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mCurrent - as * const _ as usize } , 24usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_Iterator ) , "::" , stringify ! ( mCurrent ) - )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mNexts as - * const _ as usize } , 32usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_Iterator ) , "::" , stringify ! ( mNexts ) - )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_Iterator ) ) . - mNextsLimit as * const _ as usize } , 36usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_Iterator ) , "::" , stringify ! ( mNextsLimit - ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_Iterator ) ) . - mHaveRemoved as * const _ as usize } , 40usize , concat ! - ( - "Alignment of field: " , stringify ! ( - PLDHashTable_Iterator ) , "::" , stringify ! ( - mHaveRemoved ) )); - } - #[repr(u32)] - #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] - pub enum PLDHashTable_SearchReason { ForSearchOrRemove = 0, ForAdd = 1, } - pub const PLDHashTable_kMaxCapacity: u32 = 67108864; - pub const PLDHashTable_kMinCapacity: u32 = 8; - pub const PLDHashTable_kMaxInitialLength: u32 = 33554432; - pub const PLDHashTable_kDefaultInitialLength: u32 = 4; - pub const PLDHashTable_kHashBits: u32 = 32; - pub const PLDHashTable_kGoldenRatio: u32 = 2654435769; - pub const PLDHashTable_kCollisionFlag: root::PLDHashNumber = 1; - #[test] - fn bindgen_test_layout_PLDHashTable() { - assert_eq!(::std::mem::size_of::() , 48usize , concat ! - ( "Size of: " , stringify ! ( PLDHashTable ) )); - assert_eq! (::std::mem::align_of::() , 8usize , concat ! - ( "Alignment of " , stringify ! ( PLDHashTable ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable ) ) . mOps as * const _ - as usize } , 0usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTable ) , - "::" , stringify ! ( mOps ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable ) ) . mHashShift as * - const _ as usize } , 8usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTable ) , - "::" , stringify ! ( mHashShift ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable ) ) . mEntrySize as * - const _ as usize } , 12usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTable ) , - "::" , stringify ! ( mEntrySize ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable ) ) . mEntryCount as * - const _ as usize } , 16usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTable ) , - "::" , stringify ! ( mEntryCount ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable ) ) . mRemovedCount as * - const _ as usize } , 20usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTable ) , - "::" , stringify ! ( mRemovedCount ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable ) ) . mEntryStore as * - const _ as usize } , 24usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTable ) , - "::" , stringify ! ( mEntryStore ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable ) ) . mChecker as * - const _ as usize } , 40usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTable ) , - "::" , stringify ! ( mChecker ) )); - } - #[repr(C)] - #[derive(Debug, Copy)] - pub struct PLDHashTableOps { - pub hashKey: root::PLDHashHashKey, - pub matchEntry: root::PLDHashMatchEntry, - pub moveEntry: root::PLDHashMoveEntry, - pub clearEntry: root::PLDHashClearEntry, - pub initEntry: root::PLDHashInitEntry, - } - #[test] - fn bindgen_test_layout_PLDHashTableOps() { - assert_eq!(::std::mem::size_of::() , 40usize , concat - ! ( "Size of: " , stringify ! ( PLDHashTableOps ) )); - assert_eq! (::std::mem::align_of::() , 8usize , - concat ! ( - "Alignment of " , stringify ! ( PLDHashTableOps ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTableOps ) ) . hashKey as * - const _ as usize } , 0usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTableOps ) , - "::" , stringify ! ( hashKey ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTableOps ) ) . matchEntry as * - const _ as usize } , 8usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTableOps ) , - "::" , stringify ! ( matchEntry ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTableOps ) ) . moveEntry as * - const _ as usize } , 16usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTableOps ) , - "::" , stringify ! ( moveEntry ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTableOps ) ) . clearEntry as * - const _ as usize } , 24usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTableOps ) , - "::" , stringify ! ( clearEntry ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTableOps ) ) . initEntry as * - const _ as usize } , 32usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTableOps ) , - "::" , stringify ! ( initEntry ) )); - } - impl Clone for PLDHashTableOps { - fn clone(&self) -> Self { *self } - } - #[repr(C)] - #[derive(Debug, Copy)] - pub struct PLDHashEntryHdr { - pub mKeyHash: root::PLDHashNumber, - } - #[test] - fn bindgen_test_layout_PLDHashEntryHdr() { - assert_eq!(::std::mem::size_of::() , 4usize , concat - ! ( "Size of: " , stringify ! ( PLDHashEntryHdr ) )); - assert_eq! (::std::mem::align_of::() , 4usize , - concat ! ( - "Alignment of " , stringify ! ( PLDHashEntryHdr ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashEntryHdr ) ) . mKeyHash as * - const _ as usize } , 0usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashEntryHdr ) , - "::" , stringify ! ( mKeyHash ) )); - } - impl Clone for PLDHashEntryHdr { - fn clone(&self) -> Self { *self } - } - #[repr(C)] - #[derive(Debug, Copy)] - pub struct Checker { - pub mState: u32, - pub mIsWritable: u32, - } - pub const Checker_kIdle: u32 = 0; - pub const Checker_kRead1: u32 = 1; - pub const Checker_kReadMax: u32 = 9999; - pub const Checker_kWrite: u32 = 10000; - #[test] - fn bindgen_test_layout_Checker() { - assert_eq!(::std::mem::size_of::() , 8usize , concat ! ( - "Size of: " , stringify ! ( Checker ) )); - assert_eq! (::std::mem::align_of::() , 4usize , concat ! ( - "Alignment of " , stringify ! ( Checker ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const Checker ) ) . mState as * const _ as - usize } , 0usize , concat ! ( - "Alignment of field: " , stringify ! ( Checker ) , "::" , - stringify ! ( mState ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const Checker ) ) . mIsWritable as * const - _ as usize } , 4usize , concat ! ( - "Alignment of field: " , stringify ! ( Checker ) , "::" , - stringify ! ( mIsWritable ) )); - } - impl Clone for Checker { - fn clone(&self) -> Self { *self } - } - pub type PLDHashHashKey = - ::std::option::Option ::std::os::raw::c_uint>; - pub type PLDHashMatchEntry = - ::std::option::Option bool>; - pub type PLDHashMoveEntry = - ::std::option::Option; - pub type PLDHashClearEntry = - ::std::option::Option; - pub type PLDHashInitEntry = - ::std::option::Option; - /** - * hashkey wrapper using T* KeyType - * - * @see nsTHashtable::EntryType for specification - */ - #[repr(C)] - #[derive(Debug)] - pub struct nsPtrHashKey { - pub _base: root::PLDHashEntryHdr, - pub mKey: *mut T, - } - pub type nsPtrHashKey_KeyType = *mut T; - pub type nsPtrHashKey_KeyTypePointer = *mut T; - pub const nsPtrHashKey_ALLOW_MEMMOVE: root::nsPtrHashKey__bindgen_ty_1 = - nsPtrHashKey__bindgen_ty_1::ALLOW_MEMMOVE; - #[repr(i32)] - #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] - pub enum nsPtrHashKey__bindgen_ty_1 { ALLOW_MEMMOVE = 0, } - #[repr(C)] - #[derive(Debug, Copy)] - pub struct nsIRunnable { - pub _base: root::nsISupports, - } - #[repr(C)] - #[derive(Debug, Copy, Clone)] - pub struct nsIRunnable_COMTypeInfo { - pub _address: u8, - pub _phantom_0: ::std::marker::PhantomData, - pub _phantom_1: ::std::marker::PhantomData, - } - #[test] - fn bindgen_test_layout_nsIRunnable() { - assert_eq!(::std::mem::size_of::() , 8usize , concat ! ( - "Size of: " , stringify ! ( nsIRunnable ) )); - assert_eq! (::std::mem::align_of::() , 8usize , concat ! - ( "Alignment of " , stringify ! ( nsIRunnable ) )); - } - impl Clone for nsIRunnable { - fn clone(&self) -> Self { *self } - } - #[repr(C)] #[derive(Debug, Copy)] pub struct nsIEventTarget { pub _base: root::nsISupports, @@ -12659,6 +12350,28 @@ pub mod root { fn clone(&self) -> Self { *self } } #[repr(C)] + #[derive(Debug, Copy)] + pub struct nsIRunnable { + pub _base: root::nsISupports, + } + #[repr(C)] + #[derive(Debug, Copy, Clone)] + pub struct nsIRunnable_COMTypeInfo { + pub _address: u8, + pub _phantom_0: ::std::marker::PhantomData, + pub _phantom_1: ::std::marker::PhantomData, + } + #[test] + fn bindgen_test_layout_nsIRunnable() { + assert_eq!(::std::mem::size_of::() , 8usize , concat ! ( + "Size of: " , stringify ! ( nsIRunnable ) )); + assert_eq! (::std::mem::align_of::() , 8usize , concat ! + ( "Alignment of " , stringify ! ( nsIRunnable ) )); + } + impl Clone for nsIRunnable { + fn clone(&self) -> Self { *self } + } + #[repr(C)] #[derive(Debug)] pub struct nsIGlobalObject { pub _base: root::nsISupports, @@ -14397,6 +14110,303 @@ pub mod root { concat ! ( "Alignment of " , stringify ! ( nsPIDOMWindowOuter ) )); } + pub type PLDHashNumber = u32; + #[repr(C)] + #[derive(Debug)] + pub struct PLDHashTable { + pub mOps: *const root::PLDHashTableOps, + pub mHashShift: i16, + pub mEntrySize: u32, + pub mEntryCount: u32, + pub mRemovedCount: u32, + pub mEntryStore: root::PLDHashTable_EntryStore, + pub mChecker: root::Checker, + } + #[repr(C)] + #[derive(Debug)] + pub struct PLDHashTable_EntryStore { + pub mEntryStore: *mut ::std::os::raw::c_char, + pub mGeneration: u32, + } + #[test] + fn bindgen_test_layout_PLDHashTable_EntryStore() { + assert_eq!(::std::mem::size_of::() , 16usize + , concat ! ( + "Size of: " , stringify ! ( PLDHashTable_EntryStore ) )); + assert_eq! (::std::mem::align_of::() , 8usize + , concat ! ( + "Alignment of " , stringify ! ( PLDHashTable_EntryStore ) + )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_EntryStore ) ) . + mEntryStore as * const _ as usize } , 0usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_EntryStore ) , "::" , stringify ! ( + mEntryStore ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_EntryStore ) ) . + mGeneration as * const _ as usize } , 8usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_EntryStore ) , "::" , stringify ! ( + mGeneration ) )); + } + #[repr(C)] + #[derive(Debug)] + pub struct PLDHashTable_Iterator { + pub mTable: *mut root::PLDHashTable, + pub mStart: *mut ::std::os::raw::c_char, + pub mLimit: *mut ::std::os::raw::c_char, + pub mCurrent: *mut ::std::os::raw::c_char, + pub mNexts: u32, + pub mNextsLimit: u32, + pub mHaveRemoved: bool, + } + #[test] + fn bindgen_test_layout_PLDHashTable_Iterator() { + assert_eq!(::std::mem::size_of::() , 48usize , + concat ! ( + "Size of: " , stringify ! ( PLDHashTable_Iterator ) )); + assert_eq! (::std::mem::align_of::() , 8usize , + concat ! ( + "Alignment of " , stringify ! ( PLDHashTable_Iterator ) + )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mTable as + * const _ as usize } , 0usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_Iterator ) , "::" , stringify ! ( mTable ) + )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mStart as + * const _ as usize } , 8usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_Iterator ) , "::" , stringify ! ( mStart ) + )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mLimit as + * const _ as usize } , 16usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_Iterator ) , "::" , stringify ! ( mLimit ) + )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mCurrent + as * const _ as usize } , 24usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_Iterator ) , "::" , stringify ! ( mCurrent ) + )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mNexts as + * const _ as usize } , 32usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_Iterator ) , "::" , stringify ! ( mNexts ) + )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_Iterator ) ) . + mNextsLimit as * const _ as usize } , 36usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_Iterator ) , "::" , stringify ! ( mNextsLimit + ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_Iterator ) ) . + mHaveRemoved as * const _ as usize } , 40usize , concat ! + ( + "Alignment of field: " , stringify ! ( + PLDHashTable_Iterator ) , "::" , stringify ! ( + mHaveRemoved ) )); + } + #[repr(u32)] + #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] + pub enum PLDHashTable_SearchReason { ForSearchOrRemove = 0, ForAdd = 1, } + pub const PLDHashTable_kMaxCapacity: u32 = 67108864; + pub const PLDHashTable_kMinCapacity: u32 = 8; + pub const PLDHashTable_kMaxInitialLength: u32 = 33554432; + pub const PLDHashTable_kDefaultInitialLength: u32 = 4; + pub const PLDHashTable_kHashBits: u32 = 32; + pub const PLDHashTable_kGoldenRatio: u32 = 2654435769; + pub const PLDHashTable_kCollisionFlag: root::PLDHashNumber = 1; + #[test] + fn bindgen_test_layout_PLDHashTable() { + assert_eq!(::std::mem::size_of::() , 48usize , concat ! + ( "Size of: " , stringify ! ( PLDHashTable ) )); + assert_eq! (::std::mem::align_of::() , 8usize , concat ! + ( "Alignment of " , stringify ! ( PLDHashTable ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable ) ) . mOps as * const _ + as usize } , 0usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTable ) , + "::" , stringify ! ( mOps ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable ) ) . mHashShift as * + const _ as usize } , 8usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTable ) , + "::" , stringify ! ( mHashShift ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable ) ) . mEntrySize as * + const _ as usize } , 12usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTable ) , + "::" , stringify ! ( mEntrySize ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable ) ) . mEntryCount as * + const _ as usize } , 16usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTable ) , + "::" , stringify ! ( mEntryCount ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable ) ) . mRemovedCount as * + const _ as usize } , 20usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTable ) , + "::" , stringify ! ( mRemovedCount ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable ) ) . mEntryStore as * + const _ as usize } , 24usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTable ) , + "::" , stringify ! ( mEntryStore ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable ) ) . mChecker as * + const _ as usize } , 40usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTable ) , + "::" , stringify ! ( mChecker ) )); + } + #[repr(C)] + #[derive(Debug, Copy)] + pub struct PLDHashTableOps { + pub hashKey: root::PLDHashHashKey, + pub matchEntry: root::PLDHashMatchEntry, + pub moveEntry: root::PLDHashMoveEntry, + pub clearEntry: root::PLDHashClearEntry, + pub initEntry: root::PLDHashInitEntry, + } + #[test] + fn bindgen_test_layout_PLDHashTableOps() { + assert_eq!(::std::mem::size_of::() , 40usize , concat + ! ( "Size of: " , stringify ! ( PLDHashTableOps ) )); + assert_eq! (::std::mem::align_of::() , 8usize , + concat ! ( + "Alignment of " , stringify ! ( PLDHashTableOps ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTableOps ) ) . hashKey as * + const _ as usize } , 0usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTableOps ) , + "::" , stringify ! ( hashKey ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTableOps ) ) . matchEntry as * + const _ as usize } , 8usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTableOps ) , + "::" , stringify ! ( matchEntry ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTableOps ) ) . moveEntry as * + const _ as usize } , 16usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTableOps ) , + "::" , stringify ! ( moveEntry ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTableOps ) ) . clearEntry as * + const _ as usize } , 24usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTableOps ) , + "::" , stringify ! ( clearEntry ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTableOps ) ) . initEntry as * + const _ as usize } , 32usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTableOps ) , + "::" , stringify ! ( initEntry ) )); + } + impl Clone for PLDHashTableOps { + fn clone(&self) -> Self { *self } + } + #[repr(C)] + #[derive(Debug, Copy)] + pub struct PLDHashEntryHdr { + pub mKeyHash: root::PLDHashNumber, + } + #[test] + fn bindgen_test_layout_PLDHashEntryHdr() { + assert_eq!(::std::mem::size_of::() , 4usize , concat + ! ( "Size of: " , stringify ! ( PLDHashEntryHdr ) )); + assert_eq! (::std::mem::align_of::() , 4usize , + concat ! ( + "Alignment of " , stringify ! ( PLDHashEntryHdr ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashEntryHdr ) ) . mKeyHash as * + const _ as usize } , 0usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashEntryHdr ) , + "::" , stringify ! ( mKeyHash ) )); + } + impl Clone for PLDHashEntryHdr { + fn clone(&self) -> Self { *self } + } + #[repr(C)] + #[derive(Debug, Copy)] + pub struct Checker { + pub mState: u32, + pub mIsWritable: u32, + } + pub const Checker_kIdle: u32 = 0; + pub const Checker_kRead1: u32 = 1; + pub const Checker_kReadMax: u32 = 9999; + pub const Checker_kWrite: u32 = 10000; + #[test] + fn bindgen_test_layout_Checker() { + assert_eq!(::std::mem::size_of::() , 8usize , concat ! ( + "Size of: " , stringify ! ( Checker ) )); + assert_eq! (::std::mem::align_of::() , 4usize , concat ! ( + "Alignment of " , stringify ! ( Checker ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const Checker ) ) . mState as * const _ as + usize } , 0usize , concat ! ( + "Alignment of field: " , stringify ! ( Checker ) , "::" , + stringify ! ( mState ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const Checker ) ) . mIsWritable as * const + _ as usize } , 4usize , concat ! ( + "Alignment of field: " , stringify ! ( Checker ) , "::" , + stringify ! ( mIsWritable ) )); + } + impl Clone for Checker { + fn clone(&self) -> Self { *self } + } + pub type PLDHashHashKey = + ::std::option::Option ::std::os::raw::c_uint>; + pub type PLDHashMatchEntry = + ::std::option::Option bool>; + pub type PLDHashMoveEntry = + ::std::option::Option; + pub type PLDHashClearEntry = + ::std::option::Option; + pub type PLDHashInitEntry = + ::std::option::Option; + /** + * hashkey wrapper using T* KeyType + * + * @see nsTHashtable::EntryType for specification + */ + #[repr(C)] + #[derive(Debug)] + pub struct nsPtrHashKey { + pub _base: root::PLDHashEntryHdr, + pub mKey: *mut T, + } + pub type nsPtrHashKey_KeyType = *mut T; + pub type nsPtrHashKey_KeyTypePointer = *mut T; + pub const nsPtrHashKey_ALLOW_MEMMOVE: root::nsPtrHashKey__bindgen_ty_1 = + nsPtrHashKey__bindgen_ty_1::ALLOW_MEMMOVE; + #[repr(i32)] + #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] + pub enum nsPtrHashKey__bindgen_ty_1 { ALLOW_MEMMOVE = 0, } /** * A node of content in a document's content model. This interface * is supported by all content objects. @@ -16492,66 +16502,66 @@ pub mod root { #[repr(C)] #[derive(Debug, Copy, Clone)] pub struct nsDOMMutationObserver([u8; 0]); - pub const NODE_HAS_LISTENERMANAGER: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_HAS_LISTENERMANAGER; - pub const NODE_HAS_PROPERTIES: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_HAS_PROPERTIES; - pub const NODE_IS_ANONYMOUS_ROOT: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_IS_ANONYMOUS_ROOT; - pub const NODE_IS_IN_NATIVE_ANONYMOUS_SUBTREE: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_IS_IN_NATIVE_ANONYMOUS_SUBTREE; - pub const NODE_IS_NATIVE_ANONYMOUS_ROOT: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_IS_NATIVE_ANONYMOUS_ROOT; - pub const NODE_FORCE_XBL_BINDINGS: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_FORCE_XBL_BINDINGS; - pub const NODE_MAY_BE_IN_BINDING_MNGR: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_MAY_BE_IN_BINDING_MNGR; - pub const NODE_IS_EDITABLE: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_IS_EDITABLE; - pub const NODE_IS_NATIVE_ANONYMOUS: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_IS_NATIVE_ANONYMOUS; - pub const NODE_IS_IN_SHADOW_TREE: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_IS_IN_SHADOW_TREE; - pub const NODE_HAS_EMPTY_SELECTOR: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_HAS_EMPTY_SELECTOR; - pub const NODE_HAS_SLOW_SELECTOR: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_HAS_SLOW_SELECTOR; - pub const NODE_HAS_EDGE_CHILD_SELECTOR: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_HAS_EDGE_CHILD_SELECTOR; - pub const NODE_HAS_SLOW_SELECTOR_LATER_SIBLINGS: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_HAS_SLOW_SELECTOR_LATER_SIBLINGS; - pub const NODE_ALL_SELECTOR_FLAGS: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_ALL_SELECTOR_FLAGS; - pub const NODE_NEEDS_FRAME: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_NEEDS_FRAME; - pub const NODE_DESCENDANTS_NEED_FRAMES: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_DESCENDANTS_NEED_FRAMES; - pub const NODE_HAS_ACCESSKEY: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_HAS_ACCESSKEY; - pub const NODE_HAS_DIRECTION_RTL: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_HAS_DIRECTION_RTL; - pub const NODE_HAS_DIRECTION_LTR: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_HAS_DIRECTION_LTR; - pub const NODE_ALL_DIRECTION_FLAGS: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_ALL_DIRECTION_FLAGS; - pub const NODE_CHROME_ONLY_ACCESS: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_CHROME_ONLY_ACCESS; - pub const NODE_IS_ROOT_OF_CHROME_ONLY_ACCESS: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_IS_ROOT_OF_CHROME_ONLY_ACCESS; - pub const NODE_SHARED_RESTYLE_BIT_1: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_SHARED_RESTYLE_BIT_1; - pub const NODE_SHARED_RESTYLE_BIT_2: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_SHARED_RESTYLE_BIT_2; - pub const NODE_HAS_DIRTY_DESCENDANTS_FOR_SERVO: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_SHARED_RESTYLE_BIT_1; + pub const NODE_HAS_LISTENERMANAGER: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_HAS_LISTENERMANAGER; + pub const NODE_HAS_PROPERTIES: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_HAS_PROPERTIES; + pub const NODE_IS_ANONYMOUS_ROOT: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_IS_ANONYMOUS_ROOT; + pub const NODE_IS_IN_NATIVE_ANONYMOUS_SUBTREE: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_IS_IN_NATIVE_ANONYMOUS_SUBTREE; + pub const NODE_IS_NATIVE_ANONYMOUS_ROOT: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_IS_NATIVE_ANONYMOUS_ROOT; + pub const NODE_FORCE_XBL_BINDINGS: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_FORCE_XBL_BINDINGS; + pub const NODE_MAY_BE_IN_BINDING_MNGR: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_MAY_BE_IN_BINDING_MNGR; + pub const NODE_IS_EDITABLE: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_IS_EDITABLE; + pub const NODE_IS_NATIVE_ANONYMOUS: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_IS_NATIVE_ANONYMOUS; + pub const NODE_IS_IN_SHADOW_TREE: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_IS_IN_SHADOW_TREE; + pub const NODE_HAS_EMPTY_SELECTOR: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_HAS_EMPTY_SELECTOR; + pub const NODE_HAS_SLOW_SELECTOR: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_HAS_SLOW_SELECTOR; + pub const NODE_HAS_EDGE_CHILD_SELECTOR: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_HAS_EDGE_CHILD_SELECTOR; + pub const NODE_HAS_SLOW_SELECTOR_LATER_SIBLINGS: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_HAS_SLOW_SELECTOR_LATER_SIBLINGS; + pub const NODE_ALL_SELECTOR_FLAGS: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_ALL_SELECTOR_FLAGS; + pub const NODE_NEEDS_FRAME: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_NEEDS_FRAME; + pub const NODE_DESCENDANTS_NEED_FRAMES: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_DESCENDANTS_NEED_FRAMES; + pub const NODE_HAS_ACCESSKEY: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_HAS_ACCESSKEY; + pub const NODE_HAS_DIRECTION_RTL: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_HAS_DIRECTION_RTL; + pub const NODE_HAS_DIRECTION_LTR: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_HAS_DIRECTION_LTR; + pub const NODE_ALL_DIRECTION_FLAGS: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_ALL_DIRECTION_FLAGS; + pub const NODE_CHROME_ONLY_ACCESS: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_CHROME_ONLY_ACCESS; + pub const NODE_IS_ROOT_OF_CHROME_ONLY_ACCESS: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_IS_ROOT_OF_CHROME_ONLY_ACCESS; + pub const NODE_SHARED_RESTYLE_BIT_1: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_SHARED_RESTYLE_BIT_1; + pub const NODE_SHARED_RESTYLE_BIT_2: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_SHARED_RESTYLE_BIT_2; + pub const NODE_HAS_DIRTY_DESCENDANTS_FOR_SERVO: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_SHARED_RESTYLE_BIT_1; pub const NODE_HAS_ANIMATION_ONLY_DIRTY_DESCENDANTS_FOR_SERVO: - root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_SHARED_RESTYLE_BIT_2; - pub const NODE_TYPE_SPECIFIC_BITS_OFFSET: root::_bindgen_ty_104 = - _bindgen_ty_104::NODE_TYPE_SPECIFIC_BITS_OFFSET; + root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_SHARED_RESTYLE_BIT_2; + pub const NODE_TYPE_SPECIFIC_BITS_OFFSET: root::_bindgen_ty_114 = + _bindgen_ty_114::NODE_TYPE_SPECIFIC_BITS_OFFSET; #[repr(u32)] #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] - pub enum _bindgen_ty_104 { + pub enum _bindgen_ty_114 { NODE_HAS_LISTENERMANAGER = 4, NODE_HAS_PROPERTIES = 8, NODE_IS_ANONYMOUS_ROOT = 16, @@ -19779,781 +19789,780 @@ pub mod root { eCSSKeyword__moz_activehyperlinktext = 0, eCSSKeyword__moz_all = 1, eCSSKeyword__moz_alt_content = 2, - eCSSKeyword__moz_anchor_decoration = 3, - eCSSKeyword__moz_available = 4, - eCSSKeyword__moz_box = 5, - eCSSKeyword__moz_button = 6, - eCSSKeyword__moz_buttondefault = 7, - eCSSKeyword__moz_buttonhoverface = 8, - eCSSKeyword__moz_buttonhovertext = 9, - eCSSKeyword__moz_cellhighlight = 10, - eCSSKeyword__moz_cellhighlighttext = 11, - eCSSKeyword__moz_center = 12, - eCSSKeyword__moz_combobox = 13, - eCSSKeyword__moz_comboboxtext = 14, - eCSSKeyword__moz_block_height = 15, - eCSSKeyword__moz_deck = 16, - eCSSKeyword__moz_default_background_color = 17, - eCSSKeyword__moz_default_color = 18, - eCSSKeyword__moz_desktop = 19, - eCSSKeyword__moz_dialog = 20, - eCSSKeyword__moz_dialogtext = 21, - eCSSKeyword__moz_document = 22, - eCSSKeyword__moz_dragtargetzone = 23, - eCSSKeyword__moz_element = 24, - eCSSKeyword__moz_eventreerow = 25, - eCSSKeyword__moz_field = 26, - eCSSKeyword__moz_fieldtext = 27, - eCSSKeyword__moz_fit_content = 28, - eCSSKeyword__moz_fixed = 29, - eCSSKeyword__moz_grabbing = 30, - eCSSKeyword__moz_grab = 31, - eCSSKeyword__moz_grid_group = 32, - eCSSKeyword__moz_grid_line = 33, - eCSSKeyword__moz_grid = 34, - eCSSKeyword__moz_groupbox = 35, - eCSSKeyword__moz_gtk_info_bar = 36, - eCSSKeyword__moz_gtk_info_bar_text = 37, - eCSSKeyword__moz_hidden_unscrollable = 38, - eCSSKeyword__moz_hyperlinktext = 39, - eCSSKeyword__moz_html_cellhighlight = 40, - eCSSKeyword__moz_html_cellhighlighttext = 41, - eCSSKeyword__moz_image_rect = 42, - eCSSKeyword__moz_info = 43, - eCSSKeyword__moz_inline_box = 44, - eCSSKeyword__moz_inline_grid = 45, - eCSSKeyword__moz_inline_stack = 46, - eCSSKeyword__moz_left = 47, - eCSSKeyword__moz_list = 48, - eCSSKeyword__moz_mac_buttonactivetext = 49, - eCSSKeyword__moz_mac_chrome_active = 50, - eCSSKeyword__moz_mac_chrome_inactive = 51, - eCSSKeyword__moz_mac_defaultbuttontext = 52, - eCSSKeyword__moz_mac_focusring = 53, - eCSSKeyword__moz_mac_fullscreen_button = 54, - eCSSKeyword__moz_mac_menuselect = 55, - eCSSKeyword__moz_mac_menushadow = 56, - eCSSKeyword__moz_mac_menutextdisable = 57, - eCSSKeyword__moz_mac_menutextselect = 58, - eCSSKeyword__moz_mac_disabledtoolbartext = 59, - eCSSKeyword__moz_mac_secondaryhighlight = 60, - eCSSKeyword__moz_max_content = 61, - eCSSKeyword__moz_menuhover = 62, - eCSSKeyword__moz_menuhovertext = 63, - eCSSKeyword__moz_menubartext = 64, - eCSSKeyword__moz_menubarhovertext = 65, - eCSSKeyword__moz_middle_with_baseline = 66, - eCSSKeyword__moz_min_content = 67, - eCSSKeyword__moz_nativehyperlinktext = 68, - eCSSKeyword__moz_none = 69, - eCSSKeyword__moz_oddtreerow = 70, - eCSSKeyword__moz_popup = 71, - eCSSKeyword__moz_pre_space = 72, - eCSSKeyword__moz_pull_down_menu = 73, - eCSSKeyword__moz_right = 74, - eCSSKeyword__moz_scrollbars_horizontal = 75, - eCSSKeyword__moz_scrollbars_none = 76, - eCSSKeyword__moz_scrollbars_vertical = 77, - eCSSKeyword__moz_stack = 78, - eCSSKeyword__moz_text = 79, - eCSSKeyword__moz_use_system_font = 80, - eCSSKeyword__moz_visitedhyperlinktext = 81, - eCSSKeyword__moz_window = 82, - eCSSKeyword__moz_workspace = 83, - eCSSKeyword__moz_zoom_in = 84, - eCSSKeyword__moz_zoom_out = 85, - eCSSKeyword__webkit_box = 86, - eCSSKeyword__webkit_flex = 87, - eCSSKeyword__webkit_inline_box = 88, - eCSSKeyword__webkit_inline_flex = 89, - eCSSKeyword_absolute = 90, - eCSSKeyword_active = 91, - eCSSKeyword_activeborder = 92, - eCSSKeyword_activecaption = 93, - eCSSKeyword_add = 94, - eCSSKeyword_additive = 95, - eCSSKeyword_alias = 96, - eCSSKeyword_all = 97, - eCSSKeyword_all_petite_caps = 98, - eCSSKeyword_all_scroll = 99, - eCSSKeyword_all_small_caps = 100, - eCSSKeyword_alpha = 101, - eCSSKeyword_alternate = 102, - eCSSKeyword_alternate_reverse = 103, - eCSSKeyword_always = 104, - eCSSKeyword_annotation = 105, - eCSSKeyword_appworkspace = 106, - eCSSKeyword_auto = 107, - eCSSKeyword_auto_fill = 108, - eCSSKeyword_auto_fit = 109, - eCSSKeyword_auto_flow = 110, - eCSSKeyword_avoid = 111, - eCSSKeyword_background = 112, - eCSSKeyword_backwards = 113, - eCSSKeyword_balance = 114, - eCSSKeyword_baseline = 115, - eCSSKeyword_bidi_override = 116, - eCSSKeyword_blink = 117, - eCSSKeyword_block = 118, - eCSSKeyword_block_axis = 119, - eCSSKeyword_blur = 120, - eCSSKeyword_bold = 121, - eCSSKeyword_bold_fraktur = 122, - eCSSKeyword_bold_italic = 123, - eCSSKeyword_bold_sans_serif = 124, - eCSSKeyword_bold_script = 125, - eCSSKeyword_bolder = 126, - eCSSKeyword_border_box = 127, - eCSSKeyword_both = 128, - eCSSKeyword_bottom = 129, - eCSSKeyword_bottom_outside = 130, - eCSSKeyword_break_all = 131, - eCSSKeyword_break_word = 132, - eCSSKeyword_brightness = 133, - eCSSKeyword_browser = 134, - eCSSKeyword_bullets = 135, - eCSSKeyword_button = 136, - eCSSKeyword_buttonface = 137, - eCSSKeyword_buttonhighlight = 138, - eCSSKeyword_buttonshadow = 139, - eCSSKeyword_buttontext = 140, - eCSSKeyword_capitalize = 141, - eCSSKeyword_caption = 142, - eCSSKeyword_captiontext = 143, - eCSSKeyword_cell = 144, - eCSSKeyword_center = 145, - eCSSKeyword_ch = 146, - eCSSKeyword_character_variant = 147, - eCSSKeyword_circle = 148, - eCSSKeyword_cjk_decimal = 149, - eCSSKeyword_clip = 150, - eCSSKeyword_clone = 151, - eCSSKeyword_close_quote = 152, - eCSSKeyword_closest_corner = 153, - eCSSKeyword_closest_side = 154, - eCSSKeyword_cm = 155, - eCSSKeyword_col_resize = 156, - eCSSKeyword_collapse = 157, - eCSSKeyword_color = 158, - eCSSKeyword_color_burn = 159, - eCSSKeyword_color_dodge = 160, - eCSSKeyword_common_ligatures = 161, - eCSSKeyword_column = 162, - eCSSKeyword_column_reverse = 163, - eCSSKeyword_condensed = 164, - eCSSKeyword_contain = 165, - eCSSKeyword_content_box = 166, - eCSSKeyword_contents = 167, - eCSSKeyword_context_fill = 168, - eCSSKeyword_context_fill_opacity = 169, - eCSSKeyword_context_menu = 170, - eCSSKeyword_context_stroke = 171, - eCSSKeyword_context_stroke_opacity = 172, - eCSSKeyword_context_value = 173, - eCSSKeyword_continuous = 174, - eCSSKeyword_contrast = 175, - eCSSKeyword_copy = 176, - eCSSKeyword_contextual = 177, - eCSSKeyword_cover = 178, - eCSSKeyword_crop = 179, - eCSSKeyword_cross = 180, - eCSSKeyword_crosshair = 181, - eCSSKeyword_currentcolor = 182, - eCSSKeyword_cursive = 183, - eCSSKeyword_cyclic = 184, - eCSSKeyword_darken = 185, - eCSSKeyword_dashed = 186, - eCSSKeyword_dense = 187, - eCSSKeyword_decimal = 188, - eCSSKeyword_default = 189, - eCSSKeyword_deg = 190, - eCSSKeyword_diagonal_fractions = 191, - eCSSKeyword_dialog = 192, - eCSSKeyword_difference = 193, - eCSSKeyword_digits = 194, - eCSSKeyword_disabled = 195, - eCSSKeyword_disc = 196, - eCSSKeyword_disclosure_closed = 197, - eCSSKeyword_disclosure_open = 198, - eCSSKeyword_discretionary_ligatures = 199, - eCSSKeyword_distribute = 200, - eCSSKeyword_dot = 201, - eCSSKeyword_dotted = 202, - eCSSKeyword_double = 203, - eCSSKeyword_double_circle = 204, - eCSSKeyword_double_struck = 205, - eCSSKeyword_drag = 206, - eCSSKeyword_drop_shadow = 207, - eCSSKeyword_e_resize = 208, - eCSSKeyword_ease = 209, - eCSSKeyword_ease_in = 210, - eCSSKeyword_ease_in_out = 211, - eCSSKeyword_ease_out = 212, - eCSSKeyword_economy = 213, - eCSSKeyword_element = 214, - eCSSKeyword_elements = 215, - eCSSKeyword_ellipse = 216, - eCSSKeyword_ellipsis = 217, - eCSSKeyword_em = 218, - eCSSKeyword_embed = 219, - eCSSKeyword_enabled = 220, - eCSSKeyword_end = 221, - eCSSKeyword_ethiopic_numeric = 222, - eCSSKeyword_ex = 223, - eCSSKeyword_exact = 224, - eCSSKeyword_exclude = 225, - eCSSKeyword_exclusion = 226, - eCSSKeyword_expanded = 227, - eCSSKeyword_extends = 228, - eCSSKeyword_extra_condensed = 229, - eCSSKeyword_extra_expanded = 230, - eCSSKeyword_ew_resize = 231, - eCSSKeyword_fallback = 232, - eCSSKeyword_fantasy = 233, - eCSSKeyword_farthest_side = 234, - eCSSKeyword_farthest_corner = 235, - eCSSKeyword_fill = 236, - eCSSKeyword_filled = 237, - eCSSKeyword_fill_box = 238, - eCSSKeyword_first = 239, - eCSSKeyword_fit_content = 240, - eCSSKeyword_fixed = 241, - eCSSKeyword_flat = 242, - eCSSKeyword_flex = 243, - eCSSKeyword_flex_end = 244, - eCSSKeyword_flex_start = 245, - eCSSKeyword_flip = 246, - eCSSKeyword_flow_root = 247, - eCSSKeyword_forwards = 248, - eCSSKeyword_fraktur = 249, - eCSSKeyword_frames = 250, - eCSSKeyword_from_image = 251, - eCSSKeyword_full_width = 252, - eCSSKeyword_fullscreen = 253, - eCSSKeyword_grab = 254, - eCSSKeyword_grabbing = 255, - eCSSKeyword_grad = 256, - eCSSKeyword_grayscale = 257, - eCSSKeyword_graytext = 258, - eCSSKeyword_grid = 259, - eCSSKeyword_groove = 260, - eCSSKeyword_hard_light = 261, - eCSSKeyword_hebrew = 262, - eCSSKeyword_help = 263, - eCSSKeyword_hidden = 264, - eCSSKeyword_hide = 265, - eCSSKeyword_highlight = 266, - eCSSKeyword_highlighttext = 267, - eCSSKeyword_historical_forms = 268, - eCSSKeyword_historical_ligatures = 269, - eCSSKeyword_horizontal = 270, - eCSSKeyword_horizontal_tb = 271, - eCSSKeyword_hue = 272, - eCSSKeyword_hue_rotate = 273, - eCSSKeyword_hz = 274, - eCSSKeyword_icon = 275, - eCSSKeyword_ignore = 276, - eCSSKeyword_in = 277, - eCSSKeyword_interlace = 278, - eCSSKeyword_inactive = 279, - eCSSKeyword_inactiveborder = 280, - eCSSKeyword_inactivecaption = 281, - eCSSKeyword_inactivecaptiontext = 282, - eCSSKeyword_infinite = 283, - eCSSKeyword_infobackground = 284, - eCSSKeyword_infotext = 285, - eCSSKeyword_inherit = 286, - eCSSKeyword_initial = 287, - eCSSKeyword_inline = 288, - eCSSKeyword_inline_axis = 289, - eCSSKeyword_inline_block = 290, - eCSSKeyword_inline_end = 291, - eCSSKeyword_inline_flex = 292, - eCSSKeyword_inline_grid = 293, - eCSSKeyword_inline_start = 294, - eCSSKeyword_inline_table = 295, - eCSSKeyword_inset = 296, - eCSSKeyword_inside = 297, - eCSSKeyword_inter_character = 298, - eCSSKeyword_inter_word = 299, - eCSSKeyword_interpolatematrix = 300, - eCSSKeyword_accumulatematrix = 301, - eCSSKeyword_intersect = 302, - eCSSKeyword_isolate = 303, - eCSSKeyword_isolate_override = 304, - eCSSKeyword_invert = 305, - eCSSKeyword_italic = 306, - eCSSKeyword_japanese_formal = 307, - eCSSKeyword_japanese_informal = 308, - eCSSKeyword_jis78 = 309, - eCSSKeyword_jis83 = 310, - eCSSKeyword_jis90 = 311, - eCSSKeyword_jis04 = 312, - eCSSKeyword_justify = 313, - eCSSKeyword_keep_all = 314, - eCSSKeyword_khz = 315, - eCSSKeyword_korean_hangul_formal = 316, - eCSSKeyword_korean_hanja_formal = 317, - eCSSKeyword_korean_hanja_informal = 318, - eCSSKeyword_landscape = 319, - eCSSKeyword_large = 320, - eCSSKeyword_larger = 321, - eCSSKeyword_last = 322, - eCSSKeyword_last_baseline = 323, - eCSSKeyword_layout = 324, - eCSSKeyword_left = 325, - eCSSKeyword_legacy = 326, - eCSSKeyword_lighten = 327, - eCSSKeyword_lighter = 328, - eCSSKeyword_line_through = 329, - eCSSKeyword_linear = 330, - eCSSKeyword_lining_nums = 331, - eCSSKeyword_list_item = 332, - eCSSKeyword_local = 333, - eCSSKeyword_logical = 334, - eCSSKeyword_looped = 335, - eCSSKeyword_lowercase = 336, - eCSSKeyword_lr = 337, - eCSSKeyword_lr_tb = 338, - eCSSKeyword_ltr = 339, - eCSSKeyword_luminance = 340, - eCSSKeyword_luminosity = 341, - eCSSKeyword_mandatory = 342, - eCSSKeyword_manipulation = 343, - eCSSKeyword_manual = 344, - eCSSKeyword_margin_box = 345, - eCSSKeyword_markers = 346, - eCSSKeyword_match_parent = 347, - eCSSKeyword_match_source = 348, - eCSSKeyword_matrix = 349, - eCSSKeyword_matrix3d = 350, - eCSSKeyword_max_content = 351, - eCSSKeyword_medium = 352, - eCSSKeyword_menu = 353, - eCSSKeyword_menutext = 354, - eCSSKeyword_message_box = 355, - eCSSKeyword_middle = 356, - eCSSKeyword_min_content = 357, - eCSSKeyword_minmax = 358, - eCSSKeyword_mix = 359, - eCSSKeyword_mixed = 360, - eCSSKeyword_mm = 361, - eCSSKeyword_monospace = 362, - eCSSKeyword_move = 363, - eCSSKeyword_ms = 364, - eCSSKeyword_multiply = 365, - eCSSKeyword_n_resize = 366, - eCSSKeyword_narrower = 367, - eCSSKeyword_ne_resize = 368, - eCSSKeyword_nesw_resize = 369, - eCSSKeyword_no_clip = 370, - eCSSKeyword_no_close_quote = 371, - eCSSKeyword_no_common_ligatures = 372, - eCSSKeyword_no_contextual = 373, - eCSSKeyword_no_discretionary_ligatures = 374, - eCSSKeyword_no_drag = 375, - eCSSKeyword_no_drop = 376, - eCSSKeyword_no_historical_ligatures = 377, - eCSSKeyword_no_open_quote = 378, - eCSSKeyword_no_repeat = 379, - eCSSKeyword_none = 380, - eCSSKeyword_normal = 381, - eCSSKeyword_not_allowed = 382, - eCSSKeyword_nowrap = 383, - eCSSKeyword_numeric = 384, - eCSSKeyword_ns_resize = 385, - eCSSKeyword_nw_resize = 386, - eCSSKeyword_nwse_resize = 387, - eCSSKeyword_oblique = 388, - eCSSKeyword_oldstyle_nums = 389, - eCSSKeyword_opacity = 390, - eCSSKeyword_open = 391, - eCSSKeyword_open_quote = 392, - eCSSKeyword_optional = 393, - eCSSKeyword_ordinal = 394, - eCSSKeyword_ornaments = 395, - eCSSKeyword_outset = 396, - eCSSKeyword_outside = 397, - eCSSKeyword_over = 398, - eCSSKeyword_overlay = 399, - eCSSKeyword_overline = 400, - eCSSKeyword_paint = 401, - eCSSKeyword_padding_box = 402, - eCSSKeyword_painted = 403, - eCSSKeyword_pan_x = 404, - eCSSKeyword_pan_y = 405, - eCSSKeyword_paused = 406, - eCSSKeyword_pc = 407, - eCSSKeyword_perspective = 408, - eCSSKeyword_petite_caps = 409, - eCSSKeyword_physical = 410, - eCSSKeyword_plaintext = 411, - eCSSKeyword_pointer = 412, - eCSSKeyword_polygon = 413, - eCSSKeyword_portrait = 414, - eCSSKeyword_pre = 415, - eCSSKeyword_pre_wrap = 416, - eCSSKeyword_pre_line = 417, - eCSSKeyword_preserve_3d = 418, - eCSSKeyword_progress = 419, - eCSSKeyword_progressive = 420, - eCSSKeyword_proportional_nums = 421, - eCSSKeyword_proportional_width = 422, - eCSSKeyword_proximity = 423, - eCSSKeyword_pt = 424, - eCSSKeyword_px = 425, - eCSSKeyword_rad = 426, - eCSSKeyword_read_only = 427, - eCSSKeyword_read_write = 428, - eCSSKeyword_relative = 429, - eCSSKeyword_repeat = 430, - eCSSKeyword_repeat_x = 431, - eCSSKeyword_repeat_y = 432, - eCSSKeyword_reverse = 433, - eCSSKeyword_ridge = 434, - eCSSKeyword_right = 435, - eCSSKeyword_rl = 436, - eCSSKeyword_rl_tb = 437, - eCSSKeyword_rotate = 438, - eCSSKeyword_rotate3d = 439, - eCSSKeyword_rotatex = 440, - eCSSKeyword_rotatey = 441, - eCSSKeyword_rotatez = 442, - eCSSKeyword_round = 443, - eCSSKeyword_row = 444, - eCSSKeyword_row_resize = 445, - eCSSKeyword_row_reverse = 446, - eCSSKeyword_rtl = 447, - eCSSKeyword_ruby = 448, - eCSSKeyword_ruby_base = 449, - eCSSKeyword_ruby_base_container = 450, - eCSSKeyword_ruby_text = 451, - eCSSKeyword_ruby_text_container = 452, - eCSSKeyword_running = 453, - eCSSKeyword_s = 454, - eCSSKeyword_s_resize = 455, - eCSSKeyword_safe = 456, - eCSSKeyword_saturate = 457, - eCSSKeyword_saturation = 458, - eCSSKeyword_scale = 459, - eCSSKeyword_scale_down = 460, - eCSSKeyword_scale3d = 461, - eCSSKeyword_scalex = 462, - eCSSKeyword_scaley = 463, - eCSSKeyword_scalez = 464, - eCSSKeyword_screen = 465, - eCSSKeyword_script = 466, - eCSSKeyword_scroll = 467, - eCSSKeyword_scrollbar = 468, - eCSSKeyword_scrollbar_small = 469, - eCSSKeyword_scrollbar_horizontal = 470, - eCSSKeyword_scrollbar_vertical = 471, - eCSSKeyword_se_resize = 472, - eCSSKeyword_select_after = 473, - eCSSKeyword_select_all = 474, - eCSSKeyword_select_before = 475, - eCSSKeyword_select_menu = 476, - eCSSKeyword_select_same = 477, - eCSSKeyword_self_end = 478, - eCSSKeyword_self_start = 479, - eCSSKeyword_semi_condensed = 480, - eCSSKeyword_semi_expanded = 481, - eCSSKeyword_separate = 482, - eCSSKeyword_sepia = 483, - eCSSKeyword_serif = 484, - eCSSKeyword_sesame = 485, - eCSSKeyword_show = 486, - eCSSKeyword_sideways = 487, - eCSSKeyword_sideways_lr = 488, - eCSSKeyword_sideways_right = 489, - eCSSKeyword_sideways_rl = 490, - eCSSKeyword_simp_chinese_formal = 491, - eCSSKeyword_simp_chinese_informal = 492, - eCSSKeyword_simplified = 493, - eCSSKeyword_skew = 494, - eCSSKeyword_skewx = 495, - eCSSKeyword_skewy = 496, - eCSSKeyword_slashed_zero = 497, - eCSSKeyword_slice = 498, - eCSSKeyword_small = 499, - eCSSKeyword_small_caps = 500, - eCSSKeyword_small_caption = 501, - eCSSKeyword_smaller = 502, - eCSSKeyword_smooth = 503, - eCSSKeyword_soft = 504, - eCSSKeyword_soft_light = 505, - eCSSKeyword_solid = 506, - eCSSKeyword_space_around = 507, - eCSSKeyword_space_between = 508, - eCSSKeyword_space_evenly = 509, - eCSSKeyword_span = 510, - eCSSKeyword_spell_out = 511, - eCSSKeyword_square = 512, - eCSSKeyword_stacked_fractions = 513, - eCSSKeyword_start = 514, - eCSSKeyword_static = 515, - eCSSKeyword_standalone = 516, - eCSSKeyword_status_bar = 517, - eCSSKeyword_step_end = 518, - eCSSKeyword_step_start = 519, - eCSSKeyword_sticky = 520, - eCSSKeyword_stretch = 521, - eCSSKeyword_stretch_to_fit = 522, - eCSSKeyword_stretched = 523, - eCSSKeyword_strict = 524, - eCSSKeyword_stroke = 525, - eCSSKeyword_stroke_box = 526, - eCSSKeyword_style = 527, - eCSSKeyword_styleset = 528, - eCSSKeyword_stylistic = 529, - eCSSKeyword_sub = 530, - eCSSKeyword_subgrid = 531, - eCSSKeyword_subtract = 532, - eCSSKeyword_super = 533, - eCSSKeyword_sw_resize = 534, - eCSSKeyword_swash = 535, - eCSSKeyword_swap = 536, - eCSSKeyword_table = 537, - eCSSKeyword_table_caption = 538, - eCSSKeyword_table_cell = 539, - eCSSKeyword_table_column = 540, - eCSSKeyword_table_column_group = 541, - eCSSKeyword_table_footer_group = 542, - eCSSKeyword_table_header_group = 543, - eCSSKeyword_table_row = 544, - eCSSKeyword_table_row_group = 545, - eCSSKeyword_tabular_nums = 546, - eCSSKeyword_tailed = 547, - eCSSKeyword_tb = 548, - eCSSKeyword_tb_rl = 549, - eCSSKeyword_text = 550, - eCSSKeyword_text_bottom = 551, - eCSSKeyword_text_top = 552, - eCSSKeyword_thick = 553, - eCSSKeyword_thin = 554, - eCSSKeyword_threeddarkshadow = 555, - eCSSKeyword_threedface = 556, - eCSSKeyword_threedhighlight = 557, - eCSSKeyword_threedlightshadow = 558, - eCSSKeyword_threedshadow = 559, - eCSSKeyword_titling_caps = 560, - eCSSKeyword_toggle = 561, - eCSSKeyword_top = 562, - eCSSKeyword_top_outside = 563, - eCSSKeyword_trad_chinese_formal = 564, - eCSSKeyword_trad_chinese_informal = 565, - eCSSKeyword_traditional = 566, - eCSSKeyword_translate = 567, - eCSSKeyword_translate3d = 568, - eCSSKeyword_translatex = 569, - eCSSKeyword_translatey = 570, - eCSSKeyword_translatez = 571, - eCSSKeyword_transparent = 572, - eCSSKeyword_triangle = 573, - eCSSKeyword_tri_state = 574, - eCSSKeyword_ultra_condensed = 575, - eCSSKeyword_ultra_expanded = 576, - eCSSKeyword_under = 577, - eCSSKeyword_underline = 578, - eCSSKeyword_unicase = 579, - eCSSKeyword_unsafe = 580, - eCSSKeyword_unset = 581, - eCSSKeyword_uppercase = 582, - eCSSKeyword_upright = 583, - eCSSKeyword_vertical = 584, - eCSSKeyword_vertical_lr = 585, - eCSSKeyword_vertical_rl = 586, - eCSSKeyword_vertical_text = 587, - eCSSKeyword_view_box = 588, - eCSSKeyword_visible = 589, - eCSSKeyword_visiblefill = 590, - eCSSKeyword_visiblepainted = 591, - eCSSKeyword_visiblestroke = 592, - eCSSKeyword_w_resize = 593, - eCSSKeyword_wait = 594, - eCSSKeyword_wavy = 595, - eCSSKeyword_weight = 596, - eCSSKeyword_wider = 597, - eCSSKeyword_window = 598, - eCSSKeyword_windowframe = 599, - eCSSKeyword_windowtext = 600, - eCSSKeyword_words = 601, - eCSSKeyword_wrap = 602, - eCSSKeyword_wrap_reverse = 603, - eCSSKeyword_write_only = 604, - eCSSKeyword_x_large = 605, - eCSSKeyword_x_small = 606, - eCSSKeyword_xx_large = 607, - eCSSKeyword_xx_small = 608, - eCSSKeyword_zoom_in = 609, - eCSSKeyword_zoom_out = 610, - eCSSKeyword_radio = 611, - eCSSKeyword_checkbox = 612, - eCSSKeyword_button_bevel = 613, - eCSSKeyword_toolbox = 614, - eCSSKeyword_toolbar = 615, - eCSSKeyword_toolbarbutton = 616, - eCSSKeyword_toolbargripper = 617, - eCSSKeyword_dualbutton = 618, - eCSSKeyword_toolbarbutton_dropdown = 619, - eCSSKeyword_button_arrow_up = 620, - eCSSKeyword_button_arrow_down = 621, - eCSSKeyword_button_arrow_next = 622, - eCSSKeyword_button_arrow_previous = 623, - eCSSKeyword_separator = 624, - eCSSKeyword_splitter = 625, - eCSSKeyword_statusbar = 626, - eCSSKeyword_statusbarpanel = 627, - eCSSKeyword_resizerpanel = 628, - eCSSKeyword_resizer = 629, - eCSSKeyword_listbox = 630, - eCSSKeyword_listitem = 631, - eCSSKeyword_numbers = 632, - eCSSKeyword_number_input = 633, - eCSSKeyword_treeview = 634, - eCSSKeyword_treeitem = 635, - eCSSKeyword_treetwisty = 636, - eCSSKeyword_treetwistyopen = 637, - eCSSKeyword_treeline = 638, - eCSSKeyword_treeheader = 639, - eCSSKeyword_treeheadercell = 640, - eCSSKeyword_treeheadersortarrow = 641, - eCSSKeyword_progressbar = 642, - eCSSKeyword_progressbar_vertical = 643, - eCSSKeyword_progresschunk = 644, - eCSSKeyword_progresschunk_vertical = 645, - eCSSKeyword_tab = 646, - eCSSKeyword_tabpanels = 647, - eCSSKeyword_tabpanel = 648, - eCSSKeyword_tab_scroll_arrow_back = 649, - eCSSKeyword_tab_scroll_arrow_forward = 650, - eCSSKeyword_tooltip = 651, - eCSSKeyword_spinner = 652, - eCSSKeyword_spinner_upbutton = 653, - eCSSKeyword_spinner_downbutton = 654, - eCSSKeyword_spinner_textfield = 655, - eCSSKeyword_scrollbarbutton_up = 656, - eCSSKeyword_scrollbarbutton_down = 657, - eCSSKeyword_scrollbarbutton_left = 658, - eCSSKeyword_scrollbarbutton_right = 659, - eCSSKeyword_scrollbartrack_horizontal = 660, - eCSSKeyword_scrollbartrack_vertical = 661, - eCSSKeyword_scrollbarthumb_horizontal = 662, - eCSSKeyword_scrollbarthumb_vertical = 663, - eCSSKeyword_sheet = 664, - eCSSKeyword_textfield = 665, - eCSSKeyword_textfield_multiline = 666, - eCSSKeyword_caret = 667, - eCSSKeyword_searchfield = 668, - eCSSKeyword_menubar = 669, - eCSSKeyword_menupopup = 670, - eCSSKeyword_menuitem = 671, - eCSSKeyword_checkmenuitem = 672, - eCSSKeyword_radiomenuitem = 673, - eCSSKeyword_menucheckbox = 674, - eCSSKeyword_menuradio = 675, - eCSSKeyword_menuseparator = 676, - eCSSKeyword_menuarrow = 677, - eCSSKeyword_menuimage = 678, - eCSSKeyword_menuitemtext = 679, - eCSSKeyword_menulist = 680, - eCSSKeyword_menulist_button = 681, - eCSSKeyword_menulist_text = 682, - eCSSKeyword_menulist_textfield = 683, - eCSSKeyword_meterbar = 684, - eCSSKeyword_meterchunk = 685, - eCSSKeyword_minimal_ui = 686, - eCSSKeyword_range = 687, - eCSSKeyword_range_thumb = 688, - eCSSKeyword_sans_serif = 689, - eCSSKeyword_sans_serif_bold_italic = 690, - eCSSKeyword_sans_serif_italic = 691, - eCSSKeyword_scale_horizontal = 692, - eCSSKeyword_scale_vertical = 693, - eCSSKeyword_scalethumb_horizontal = 694, - eCSSKeyword_scalethumb_vertical = 695, - eCSSKeyword_scalethumbstart = 696, - eCSSKeyword_scalethumbend = 697, - eCSSKeyword_scalethumbtick = 698, - eCSSKeyword_groupbox = 699, - eCSSKeyword_checkbox_container = 700, - eCSSKeyword_radio_container = 701, - eCSSKeyword_checkbox_label = 702, - eCSSKeyword_radio_label = 703, - eCSSKeyword_button_focus = 704, - eCSSKeyword__moz_win_media_toolbox = 705, - eCSSKeyword__moz_win_communications_toolbox = 706, - eCSSKeyword__moz_win_browsertabbar_toolbox = 707, - eCSSKeyword__moz_win_mediatext = 708, - eCSSKeyword__moz_win_communicationstext = 709, - eCSSKeyword__moz_win_glass = 710, - eCSSKeyword__moz_win_borderless_glass = 711, - eCSSKeyword__moz_window_titlebar = 712, - eCSSKeyword__moz_window_titlebar_maximized = 713, - eCSSKeyword__moz_window_frame_left = 714, - eCSSKeyword__moz_window_frame_right = 715, - eCSSKeyword__moz_window_frame_bottom = 716, - eCSSKeyword__moz_window_button_close = 717, - eCSSKeyword__moz_window_button_minimize = 718, - eCSSKeyword__moz_window_button_maximize = 719, - eCSSKeyword__moz_window_button_restore = 720, - eCSSKeyword__moz_window_button_box = 721, - eCSSKeyword__moz_window_button_box_maximized = 722, - eCSSKeyword__moz_mac_help_button = 723, - eCSSKeyword__moz_win_exclude_glass = 724, - eCSSKeyword__moz_mac_vibrancy_light = 725, - eCSSKeyword__moz_mac_vibrancy_dark = 726, - eCSSKeyword__moz_mac_disclosure_button_closed = 727, - eCSSKeyword__moz_mac_disclosure_button_open = 728, - eCSSKeyword__moz_mac_source_list = 729, - eCSSKeyword__moz_mac_source_list_selection = 730, - eCSSKeyword__moz_mac_active_source_list_selection = 731, - eCSSKeyword_alphabetic = 732, - eCSSKeyword_bevel = 733, - eCSSKeyword_butt = 734, - eCSSKeyword_central = 735, - eCSSKeyword_crispedges = 736, - eCSSKeyword_evenodd = 737, - eCSSKeyword_geometricprecision = 738, - eCSSKeyword_hanging = 739, - eCSSKeyword_ideographic = 740, - eCSSKeyword_linearrgb = 741, - eCSSKeyword_mathematical = 742, - eCSSKeyword_miter = 743, - eCSSKeyword_no_change = 744, - eCSSKeyword_non_scaling_stroke = 745, - eCSSKeyword_nonzero = 746, - eCSSKeyword_optimizelegibility = 747, - eCSSKeyword_optimizequality = 748, - eCSSKeyword_optimizespeed = 749, - eCSSKeyword_reset_size = 750, - eCSSKeyword_srgb = 751, - eCSSKeyword_symbolic = 752, - eCSSKeyword_symbols = 753, - eCSSKeyword_text_after_edge = 754, - eCSSKeyword_text_before_edge = 755, - eCSSKeyword_use_script = 756, - eCSSKeyword__moz_crisp_edges = 757, - eCSSKeyword_space = 758, - eCSSKeyword_COUNT = 759, + eCSSKeyword__moz_available = 3, + eCSSKeyword__moz_box = 4, + eCSSKeyword__moz_button = 5, + eCSSKeyword__moz_buttondefault = 6, + eCSSKeyword__moz_buttonhoverface = 7, + eCSSKeyword__moz_buttonhovertext = 8, + eCSSKeyword__moz_cellhighlight = 9, + eCSSKeyword__moz_cellhighlighttext = 10, + eCSSKeyword__moz_center = 11, + eCSSKeyword__moz_combobox = 12, + eCSSKeyword__moz_comboboxtext = 13, + eCSSKeyword__moz_block_height = 14, + eCSSKeyword__moz_deck = 15, + eCSSKeyword__moz_default_background_color = 16, + eCSSKeyword__moz_default_color = 17, + eCSSKeyword__moz_desktop = 18, + eCSSKeyword__moz_dialog = 19, + eCSSKeyword__moz_dialogtext = 20, + eCSSKeyword__moz_document = 21, + eCSSKeyword__moz_dragtargetzone = 22, + eCSSKeyword__moz_element = 23, + eCSSKeyword__moz_eventreerow = 24, + eCSSKeyword__moz_field = 25, + eCSSKeyword__moz_fieldtext = 26, + eCSSKeyword__moz_fit_content = 27, + eCSSKeyword__moz_fixed = 28, + eCSSKeyword__moz_grabbing = 29, + eCSSKeyword__moz_grab = 30, + eCSSKeyword__moz_grid_group = 31, + eCSSKeyword__moz_grid_line = 32, + eCSSKeyword__moz_grid = 33, + eCSSKeyword__moz_groupbox = 34, + eCSSKeyword__moz_gtk_info_bar = 35, + eCSSKeyword__moz_gtk_info_bar_text = 36, + eCSSKeyword__moz_hidden_unscrollable = 37, + eCSSKeyword__moz_hyperlinktext = 38, + eCSSKeyword__moz_html_cellhighlight = 39, + eCSSKeyword__moz_html_cellhighlighttext = 40, + eCSSKeyword__moz_image_rect = 41, + eCSSKeyword__moz_info = 42, + eCSSKeyword__moz_inline_box = 43, + eCSSKeyword__moz_inline_grid = 44, + eCSSKeyword__moz_inline_stack = 45, + eCSSKeyword__moz_left = 46, + eCSSKeyword__moz_list = 47, + eCSSKeyword__moz_mac_buttonactivetext = 48, + eCSSKeyword__moz_mac_chrome_active = 49, + eCSSKeyword__moz_mac_chrome_inactive = 50, + eCSSKeyword__moz_mac_defaultbuttontext = 51, + eCSSKeyword__moz_mac_focusring = 52, + eCSSKeyword__moz_mac_fullscreen_button = 53, + eCSSKeyword__moz_mac_menuselect = 54, + eCSSKeyword__moz_mac_menushadow = 55, + eCSSKeyword__moz_mac_menutextdisable = 56, + eCSSKeyword__moz_mac_menutextselect = 57, + eCSSKeyword__moz_mac_disabledtoolbartext = 58, + eCSSKeyword__moz_mac_secondaryhighlight = 59, + eCSSKeyword__moz_max_content = 60, + eCSSKeyword__moz_menuhover = 61, + eCSSKeyword__moz_menuhovertext = 62, + eCSSKeyword__moz_menubartext = 63, + eCSSKeyword__moz_menubarhovertext = 64, + eCSSKeyword__moz_middle_with_baseline = 65, + eCSSKeyword__moz_min_content = 66, + eCSSKeyword__moz_nativehyperlinktext = 67, + eCSSKeyword__moz_none = 68, + eCSSKeyword__moz_oddtreerow = 69, + eCSSKeyword__moz_popup = 70, + eCSSKeyword__moz_pre_space = 71, + eCSSKeyword__moz_pull_down_menu = 72, + eCSSKeyword__moz_right = 73, + eCSSKeyword__moz_scrollbars_horizontal = 74, + eCSSKeyword__moz_scrollbars_none = 75, + eCSSKeyword__moz_scrollbars_vertical = 76, + eCSSKeyword__moz_stack = 77, + eCSSKeyword__moz_text = 78, + eCSSKeyword__moz_use_system_font = 79, + eCSSKeyword__moz_visitedhyperlinktext = 80, + eCSSKeyword__moz_window = 81, + eCSSKeyword__moz_workspace = 82, + eCSSKeyword__moz_zoom_in = 83, + eCSSKeyword__moz_zoom_out = 84, + eCSSKeyword__webkit_box = 85, + eCSSKeyword__webkit_flex = 86, + eCSSKeyword__webkit_inline_box = 87, + eCSSKeyword__webkit_inline_flex = 88, + eCSSKeyword_absolute = 89, + eCSSKeyword_active = 90, + eCSSKeyword_activeborder = 91, + eCSSKeyword_activecaption = 92, + eCSSKeyword_add = 93, + eCSSKeyword_additive = 94, + eCSSKeyword_alias = 95, + eCSSKeyword_all = 96, + eCSSKeyword_all_petite_caps = 97, + eCSSKeyword_all_scroll = 98, + eCSSKeyword_all_small_caps = 99, + eCSSKeyword_alpha = 100, + eCSSKeyword_alternate = 101, + eCSSKeyword_alternate_reverse = 102, + eCSSKeyword_always = 103, + eCSSKeyword_annotation = 104, + eCSSKeyword_appworkspace = 105, + eCSSKeyword_auto = 106, + eCSSKeyword_auto_fill = 107, + eCSSKeyword_auto_fit = 108, + eCSSKeyword_auto_flow = 109, + eCSSKeyword_avoid = 110, + eCSSKeyword_background = 111, + eCSSKeyword_backwards = 112, + eCSSKeyword_balance = 113, + eCSSKeyword_baseline = 114, + eCSSKeyword_bidi_override = 115, + eCSSKeyword_blink = 116, + eCSSKeyword_block = 117, + eCSSKeyword_block_axis = 118, + eCSSKeyword_blur = 119, + eCSSKeyword_bold = 120, + eCSSKeyword_bold_fraktur = 121, + eCSSKeyword_bold_italic = 122, + eCSSKeyword_bold_sans_serif = 123, + eCSSKeyword_bold_script = 124, + eCSSKeyword_bolder = 125, + eCSSKeyword_border_box = 126, + eCSSKeyword_both = 127, + eCSSKeyword_bottom = 128, + eCSSKeyword_bottom_outside = 129, + eCSSKeyword_break_all = 130, + eCSSKeyword_break_word = 131, + eCSSKeyword_brightness = 132, + eCSSKeyword_browser = 133, + eCSSKeyword_bullets = 134, + eCSSKeyword_button = 135, + eCSSKeyword_buttonface = 136, + eCSSKeyword_buttonhighlight = 137, + eCSSKeyword_buttonshadow = 138, + eCSSKeyword_buttontext = 139, + eCSSKeyword_capitalize = 140, + eCSSKeyword_caption = 141, + eCSSKeyword_captiontext = 142, + eCSSKeyword_cell = 143, + eCSSKeyword_center = 144, + eCSSKeyword_ch = 145, + eCSSKeyword_character_variant = 146, + eCSSKeyword_circle = 147, + eCSSKeyword_cjk_decimal = 148, + eCSSKeyword_clip = 149, + eCSSKeyword_clone = 150, + eCSSKeyword_close_quote = 151, + eCSSKeyword_closest_corner = 152, + eCSSKeyword_closest_side = 153, + eCSSKeyword_cm = 154, + eCSSKeyword_col_resize = 155, + eCSSKeyword_collapse = 156, + eCSSKeyword_color = 157, + eCSSKeyword_color_burn = 158, + eCSSKeyword_color_dodge = 159, + eCSSKeyword_common_ligatures = 160, + eCSSKeyword_column = 161, + eCSSKeyword_column_reverse = 162, + eCSSKeyword_condensed = 163, + eCSSKeyword_contain = 164, + eCSSKeyword_content_box = 165, + eCSSKeyword_contents = 166, + eCSSKeyword_context_fill = 167, + eCSSKeyword_context_fill_opacity = 168, + eCSSKeyword_context_menu = 169, + eCSSKeyword_context_stroke = 170, + eCSSKeyword_context_stroke_opacity = 171, + eCSSKeyword_context_value = 172, + eCSSKeyword_continuous = 173, + eCSSKeyword_contrast = 174, + eCSSKeyword_copy = 175, + eCSSKeyword_contextual = 176, + eCSSKeyword_cover = 177, + eCSSKeyword_crop = 178, + eCSSKeyword_cross = 179, + eCSSKeyword_crosshair = 180, + eCSSKeyword_currentcolor = 181, + eCSSKeyword_cursive = 182, + eCSSKeyword_cyclic = 183, + eCSSKeyword_darken = 184, + eCSSKeyword_dashed = 185, + eCSSKeyword_dense = 186, + eCSSKeyword_decimal = 187, + eCSSKeyword_default = 188, + eCSSKeyword_deg = 189, + eCSSKeyword_diagonal_fractions = 190, + eCSSKeyword_dialog = 191, + eCSSKeyword_difference = 192, + eCSSKeyword_digits = 193, + eCSSKeyword_disabled = 194, + eCSSKeyword_disc = 195, + eCSSKeyword_disclosure_closed = 196, + eCSSKeyword_disclosure_open = 197, + eCSSKeyword_discretionary_ligatures = 198, + eCSSKeyword_distribute = 199, + eCSSKeyword_dot = 200, + eCSSKeyword_dotted = 201, + eCSSKeyword_double = 202, + eCSSKeyword_double_circle = 203, + eCSSKeyword_double_struck = 204, + eCSSKeyword_drag = 205, + eCSSKeyword_drop_shadow = 206, + eCSSKeyword_e_resize = 207, + eCSSKeyword_ease = 208, + eCSSKeyword_ease_in = 209, + eCSSKeyword_ease_in_out = 210, + eCSSKeyword_ease_out = 211, + eCSSKeyword_economy = 212, + eCSSKeyword_element = 213, + eCSSKeyword_elements = 214, + eCSSKeyword_ellipse = 215, + eCSSKeyword_ellipsis = 216, + eCSSKeyword_em = 217, + eCSSKeyword_embed = 218, + eCSSKeyword_enabled = 219, + eCSSKeyword_end = 220, + eCSSKeyword_ethiopic_numeric = 221, + eCSSKeyword_ex = 222, + eCSSKeyword_exact = 223, + eCSSKeyword_exclude = 224, + eCSSKeyword_exclusion = 225, + eCSSKeyword_expanded = 226, + eCSSKeyword_extends = 227, + eCSSKeyword_extra_condensed = 228, + eCSSKeyword_extra_expanded = 229, + eCSSKeyword_ew_resize = 230, + eCSSKeyword_fallback = 231, + eCSSKeyword_fantasy = 232, + eCSSKeyword_farthest_side = 233, + eCSSKeyword_farthest_corner = 234, + eCSSKeyword_fill = 235, + eCSSKeyword_filled = 236, + eCSSKeyword_fill_box = 237, + eCSSKeyword_first = 238, + eCSSKeyword_fit_content = 239, + eCSSKeyword_fixed = 240, + eCSSKeyword_flat = 241, + eCSSKeyword_flex = 242, + eCSSKeyword_flex_end = 243, + eCSSKeyword_flex_start = 244, + eCSSKeyword_flip = 245, + eCSSKeyword_flow_root = 246, + eCSSKeyword_forwards = 247, + eCSSKeyword_fraktur = 248, + eCSSKeyword_frames = 249, + eCSSKeyword_from_image = 250, + eCSSKeyword_full_width = 251, + eCSSKeyword_fullscreen = 252, + eCSSKeyword_grab = 253, + eCSSKeyword_grabbing = 254, + eCSSKeyword_grad = 255, + eCSSKeyword_grayscale = 256, + eCSSKeyword_graytext = 257, + eCSSKeyword_grid = 258, + eCSSKeyword_groove = 259, + eCSSKeyword_hard_light = 260, + eCSSKeyword_hebrew = 261, + eCSSKeyword_help = 262, + eCSSKeyword_hidden = 263, + eCSSKeyword_hide = 264, + eCSSKeyword_highlight = 265, + eCSSKeyword_highlighttext = 266, + eCSSKeyword_historical_forms = 267, + eCSSKeyword_historical_ligatures = 268, + eCSSKeyword_horizontal = 269, + eCSSKeyword_horizontal_tb = 270, + eCSSKeyword_hue = 271, + eCSSKeyword_hue_rotate = 272, + eCSSKeyword_hz = 273, + eCSSKeyword_icon = 274, + eCSSKeyword_ignore = 275, + eCSSKeyword_in = 276, + eCSSKeyword_interlace = 277, + eCSSKeyword_inactive = 278, + eCSSKeyword_inactiveborder = 279, + eCSSKeyword_inactivecaption = 280, + eCSSKeyword_inactivecaptiontext = 281, + eCSSKeyword_infinite = 282, + eCSSKeyword_infobackground = 283, + eCSSKeyword_infotext = 284, + eCSSKeyword_inherit = 285, + eCSSKeyword_initial = 286, + eCSSKeyword_inline = 287, + eCSSKeyword_inline_axis = 288, + eCSSKeyword_inline_block = 289, + eCSSKeyword_inline_end = 290, + eCSSKeyword_inline_flex = 291, + eCSSKeyword_inline_grid = 292, + eCSSKeyword_inline_start = 293, + eCSSKeyword_inline_table = 294, + eCSSKeyword_inset = 295, + eCSSKeyword_inside = 296, + eCSSKeyword_inter_character = 297, + eCSSKeyword_inter_word = 298, + eCSSKeyword_interpolatematrix = 299, + eCSSKeyword_accumulatematrix = 300, + eCSSKeyword_intersect = 301, + eCSSKeyword_isolate = 302, + eCSSKeyword_isolate_override = 303, + eCSSKeyword_invert = 304, + eCSSKeyword_italic = 305, + eCSSKeyword_japanese_formal = 306, + eCSSKeyword_japanese_informal = 307, + eCSSKeyword_jis78 = 308, + eCSSKeyword_jis83 = 309, + eCSSKeyword_jis90 = 310, + eCSSKeyword_jis04 = 311, + eCSSKeyword_justify = 312, + eCSSKeyword_keep_all = 313, + eCSSKeyword_khz = 314, + eCSSKeyword_korean_hangul_formal = 315, + eCSSKeyword_korean_hanja_formal = 316, + eCSSKeyword_korean_hanja_informal = 317, + eCSSKeyword_landscape = 318, + eCSSKeyword_large = 319, + eCSSKeyword_larger = 320, + eCSSKeyword_last = 321, + eCSSKeyword_last_baseline = 322, + eCSSKeyword_layout = 323, + eCSSKeyword_left = 324, + eCSSKeyword_legacy = 325, + eCSSKeyword_lighten = 326, + eCSSKeyword_lighter = 327, + eCSSKeyword_line_through = 328, + eCSSKeyword_linear = 329, + eCSSKeyword_lining_nums = 330, + eCSSKeyword_list_item = 331, + eCSSKeyword_local = 332, + eCSSKeyword_logical = 333, + eCSSKeyword_looped = 334, + eCSSKeyword_lowercase = 335, + eCSSKeyword_lr = 336, + eCSSKeyword_lr_tb = 337, + eCSSKeyword_ltr = 338, + eCSSKeyword_luminance = 339, + eCSSKeyword_luminosity = 340, + eCSSKeyword_mandatory = 341, + eCSSKeyword_manipulation = 342, + eCSSKeyword_manual = 343, + eCSSKeyword_margin_box = 344, + eCSSKeyword_markers = 345, + eCSSKeyword_match_parent = 346, + eCSSKeyword_match_source = 347, + eCSSKeyword_matrix = 348, + eCSSKeyword_matrix3d = 349, + eCSSKeyword_max_content = 350, + eCSSKeyword_medium = 351, + eCSSKeyword_menu = 352, + eCSSKeyword_menutext = 353, + eCSSKeyword_message_box = 354, + eCSSKeyword_middle = 355, + eCSSKeyword_min_content = 356, + eCSSKeyword_minmax = 357, + eCSSKeyword_mix = 358, + eCSSKeyword_mixed = 359, + eCSSKeyword_mm = 360, + eCSSKeyword_monospace = 361, + eCSSKeyword_move = 362, + eCSSKeyword_ms = 363, + eCSSKeyword_multiply = 364, + eCSSKeyword_n_resize = 365, + eCSSKeyword_narrower = 366, + eCSSKeyword_ne_resize = 367, + eCSSKeyword_nesw_resize = 368, + eCSSKeyword_no_clip = 369, + eCSSKeyword_no_close_quote = 370, + eCSSKeyword_no_common_ligatures = 371, + eCSSKeyword_no_contextual = 372, + eCSSKeyword_no_discretionary_ligatures = 373, + eCSSKeyword_no_drag = 374, + eCSSKeyword_no_drop = 375, + eCSSKeyword_no_historical_ligatures = 376, + eCSSKeyword_no_open_quote = 377, + eCSSKeyword_no_repeat = 378, + eCSSKeyword_none = 379, + eCSSKeyword_normal = 380, + eCSSKeyword_not_allowed = 381, + eCSSKeyword_nowrap = 382, + eCSSKeyword_numeric = 383, + eCSSKeyword_ns_resize = 384, + eCSSKeyword_nw_resize = 385, + eCSSKeyword_nwse_resize = 386, + eCSSKeyword_oblique = 387, + eCSSKeyword_oldstyle_nums = 388, + eCSSKeyword_opacity = 389, + eCSSKeyword_open = 390, + eCSSKeyword_open_quote = 391, + eCSSKeyword_optional = 392, + eCSSKeyword_ordinal = 393, + eCSSKeyword_ornaments = 394, + eCSSKeyword_outset = 395, + eCSSKeyword_outside = 396, + eCSSKeyword_over = 397, + eCSSKeyword_overlay = 398, + eCSSKeyword_overline = 399, + eCSSKeyword_paint = 400, + eCSSKeyword_padding_box = 401, + eCSSKeyword_painted = 402, + eCSSKeyword_pan_x = 403, + eCSSKeyword_pan_y = 404, + eCSSKeyword_paused = 405, + eCSSKeyword_pc = 406, + eCSSKeyword_perspective = 407, + eCSSKeyword_petite_caps = 408, + eCSSKeyword_physical = 409, + eCSSKeyword_plaintext = 410, + eCSSKeyword_pointer = 411, + eCSSKeyword_polygon = 412, + eCSSKeyword_portrait = 413, + eCSSKeyword_pre = 414, + eCSSKeyword_pre_wrap = 415, + eCSSKeyword_pre_line = 416, + eCSSKeyword_preserve_3d = 417, + eCSSKeyword_progress = 418, + eCSSKeyword_progressive = 419, + eCSSKeyword_proportional_nums = 420, + eCSSKeyword_proportional_width = 421, + eCSSKeyword_proximity = 422, + eCSSKeyword_pt = 423, + eCSSKeyword_px = 424, + eCSSKeyword_rad = 425, + eCSSKeyword_read_only = 426, + eCSSKeyword_read_write = 427, + eCSSKeyword_relative = 428, + eCSSKeyword_repeat = 429, + eCSSKeyword_repeat_x = 430, + eCSSKeyword_repeat_y = 431, + eCSSKeyword_reverse = 432, + eCSSKeyword_ridge = 433, + eCSSKeyword_right = 434, + eCSSKeyword_rl = 435, + eCSSKeyword_rl_tb = 436, + eCSSKeyword_rotate = 437, + eCSSKeyword_rotate3d = 438, + eCSSKeyword_rotatex = 439, + eCSSKeyword_rotatey = 440, + eCSSKeyword_rotatez = 441, + eCSSKeyword_round = 442, + eCSSKeyword_row = 443, + eCSSKeyword_row_resize = 444, + eCSSKeyword_row_reverse = 445, + eCSSKeyword_rtl = 446, + eCSSKeyword_ruby = 447, + eCSSKeyword_ruby_base = 448, + eCSSKeyword_ruby_base_container = 449, + eCSSKeyword_ruby_text = 450, + eCSSKeyword_ruby_text_container = 451, + eCSSKeyword_running = 452, + eCSSKeyword_s = 453, + eCSSKeyword_s_resize = 454, + eCSSKeyword_safe = 455, + eCSSKeyword_saturate = 456, + eCSSKeyword_saturation = 457, + eCSSKeyword_scale = 458, + eCSSKeyword_scale_down = 459, + eCSSKeyword_scale3d = 460, + eCSSKeyword_scalex = 461, + eCSSKeyword_scaley = 462, + eCSSKeyword_scalez = 463, + eCSSKeyword_screen = 464, + eCSSKeyword_script = 465, + eCSSKeyword_scroll = 466, + eCSSKeyword_scrollbar = 467, + eCSSKeyword_scrollbar_small = 468, + eCSSKeyword_scrollbar_horizontal = 469, + eCSSKeyword_scrollbar_vertical = 470, + eCSSKeyword_se_resize = 471, + eCSSKeyword_select_after = 472, + eCSSKeyword_select_all = 473, + eCSSKeyword_select_before = 474, + eCSSKeyword_select_menu = 475, + eCSSKeyword_select_same = 476, + eCSSKeyword_self_end = 477, + eCSSKeyword_self_start = 478, + eCSSKeyword_semi_condensed = 479, + eCSSKeyword_semi_expanded = 480, + eCSSKeyword_separate = 481, + eCSSKeyword_sepia = 482, + eCSSKeyword_serif = 483, + eCSSKeyword_sesame = 484, + eCSSKeyword_show = 485, + eCSSKeyword_sideways = 486, + eCSSKeyword_sideways_lr = 487, + eCSSKeyword_sideways_right = 488, + eCSSKeyword_sideways_rl = 489, + eCSSKeyword_simp_chinese_formal = 490, + eCSSKeyword_simp_chinese_informal = 491, + eCSSKeyword_simplified = 492, + eCSSKeyword_skew = 493, + eCSSKeyword_skewx = 494, + eCSSKeyword_skewy = 495, + eCSSKeyword_slashed_zero = 496, + eCSSKeyword_slice = 497, + eCSSKeyword_small = 498, + eCSSKeyword_small_caps = 499, + eCSSKeyword_small_caption = 500, + eCSSKeyword_smaller = 501, + eCSSKeyword_smooth = 502, + eCSSKeyword_soft = 503, + eCSSKeyword_soft_light = 504, + eCSSKeyword_solid = 505, + eCSSKeyword_space_around = 506, + eCSSKeyword_space_between = 507, + eCSSKeyword_space_evenly = 508, + eCSSKeyword_span = 509, + eCSSKeyword_spell_out = 510, + eCSSKeyword_square = 511, + eCSSKeyword_stacked_fractions = 512, + eCSSKeyword_start = 513, + eCSSKeyword_static = 514, + eCSSKeyword_standalone = 515, + eCSSKeyword_status_bar = 516, + eCSSKeyword_step_end = 517, + eCSSKeyword_step_start = 518, + eCSSKeyword_sticky = 519, + eCSSKeyword_stretch = 520, + eCSSKeyword_stretch_to_fit = 521, + eCSSKeyword_stretched = 522, + eCSSKeyword_strict = 523, + eCSSKeyword_stroke = 524, + eCSSKeyword_stroke_box = 525, + eCSSKeyword_style = 526, + eCSSKeyword_styleset = 527, + eCSSKeyword_stylistic = 528, + eCSSKeyword_sub = 529, + eCSSKeyword_subgrid = 530, + eCSSKeyword_subtract = 531, + eCSSKeyword_super = 532, + eCSSKeyword_sw_resize = 533, + eCSSKeyword_swash = 534, + eCSSKeyword_swap = 535, + eCSSKeyword_table = 536, + eCSSKeyword_table_caption = 537, + eCSSKeyword_table_cell = 538, + eCSSKeyword_table_column = 539, + eCSSKeyword_table_column_group = 540, + eCSSKeyword_table_footer_group = 541, + eCSSKeyword_table_header_group = 542, + eCSSKeyword_table_row = 543, + eCSSKeyword_table_row_group = 544, + eCSSKeyword_tabular_nums = 545, + eCSSKeyword_tailed = 546, + eCSSKeyword_tb = 547, + eCSSKeyword_tb_rl = 548, + eCSSKeyword_text = 549, + eCSSKeyword_text_bottom = 550, + eCSSKeyword_text_top = 551, + eCSSKeyword_thick = 552, + eCSSKeyword_thin = 553, + eCSSKeyword_threeddarkshadow = 554, + eCSSKeyword_threedface = 555, + eCSSKeyword_threedhighlight = 556, + eCSSKeyword_threedlightshadow = 557, + eCSSKeyword_threedshadow = 558, + eCSSKeyword_titling_caps = 559, + eCSSKeyword_toggle = 560, + eCSSKeyword_top = 561, + eCSSKeyword_top_outside = 562, + eCSSKeyword_trad_chinese_formal = 563, + eCSSKeyword_trad_chinese_informal = 564, + eCSSKeyword_traditional = 565, + eCSSKeyword_translate = 566, + eCSSKeyword_translate3d = 567, + eCSSKeyword_translatex = 568, + eCSSKeyword_translatey = 569, + eCSSKeyword_translatez = 570, + eCSSKeyword_transparent = 571, + eCSSKeyword_triangle = 572, + eCSSKeyword_tri_state = 573, + eCSSKeyword_ultra_condensed = 574, + eCSSKeyword_ultra_expanded = 575, + eCSSKeyword_under = 576, + eCSSKeyword_underline = 577, + eCSSKeyword_unicase = 578, + eCSSKeyword_unsafe = 579, + eCSSKeyword_unset = 580, + eCSSKeyword_uppercase = 581, + eCSSKeyword_upright = 582, + eCSSKeyword_vertical = 583, + eCSSKeyword_vertical_lr = 584, + eCSSKeyword_vertical_rl = 585, + eCSSKeyword_vertical_text = 586, + eCSSKeyword_view_box = 587, + eCSSKeyword_visible = 588, + eCSSKeyword_visiblefill = 589, + eCSSKeyword_visiblepainted = 590, + eCSSKeyword_visiblestroke = 591, + eCSSKeyword_w_resize = 592, + eCSSKeyword_wait = 593, + eCSSKeyword_wavy = 594, + eCSSKeyword_weight = 595, + eCSSKeyword_wider = 596, + eCSSKeyword_window = 597, + eCSSKeyword_windowframe = 598, + eCSSKeyword_windowtext = 599, + eCSSKeyword_words = 600, + eCSSKeyword_wrap = 601, + eCSSKeyword_wrap_reverse = 602, + eCSSKeyword_write_only = 603, + eCSSKeyword_x_large = 604, + eCSSKeyword_x_small = 605, + eCSSKeyword_xx_large = 606, + eCSSKeyword_xx_small = 607, + eCSSKeyword_zoom_in = 608, + eCSSKeyword_zoom_out = 609, + eCSSKeyword_radio = 610, + eCSSKeyword_checkbox = 611, + eCSSKeyword_button_bevel = 612, + eCSSKeyword_toolbox = 613, + eCSSKeyword_toolbar = 614, + eCSSKeyword_toolbarbutton = 615, + eCSSKeyword_toolbargripper = 616, + eCSSKeyword_dualbutton = 617, + eCSSKeyword_toolbarbutton_dropdown = 618, + eCSSKeyword_button_arrow_up = 619, + eCSSKeyword_button_arrow_down = 620, + eCSSKeyword_button_arrow_next = 621, + eCSSKeyword_button_arrow_previous = 622, + eCSSKeyword_separator = 623, + eCSSKeyword_splitter = 624, + eCSSKeyword_statusbar = 625, + eCSSKeyword_statusbarpanel = 626, + eCSSKeyword_resizerpanel = 627, + eCSSKeyword_resizer = 628, + eCSSKeyword_listbox = 629, + eCSSKeyword_listitem = 630, + eCSSKeyword_numbers = 631, + eCSSKeyword_number_input = 632, + eCSSKeyword_treeview = 633, + eCSSKeyword_treeitem = 634, + eCSSKeyword_treetwisty = 635, + eCSSKeyword_treetwistyopen = 636, + eCSSKeyword_treeline = 637, + eCSSKeyword_treeheader = 638, + eCSSKeyword_treeheadercell = 639, + eCSSKeyword_treeheadersortarrow = 640, + eCSSKeyword_progressbar = 641, + eCSSKeyword_progressbar_vertical = 642, + eCSSKeyword_progresschunk = 643, + eCSSKeyword_progresschunk_vertical = 644, + eCSSKeyword_tab = 645, + eCSSKeyword_tabpanels = 646, + eCSSKeyword_tabpanel = 647, + eCSSKeyword_tab_scroll_arrow_back = 648, + eCSSKeyword_tab_scroll_arrow_forward = 649, + eCSSKeyword_tooltip = 650, + eCSSKeyword_spinner = 651, + eCSSKeyword_spinner_upbutton = 652, + eCSSKeyword_spinner_downbutton = 653, + eCSSKeyword_spinner_textfield = 654, + eCSSKeyword_scrollbarbutton_up = 655, + eCSSKeyword_scrollbarbutton_down = 656, + eCSSKeyword_scrollbarbutton_left = 657, + eCSSKeyword_scrollbarbutton_right = 658, + eCSSKeyword_scrollbartrack_horizontal = 659, + eCSSKeyword_scrollbartrack_vertical = 660, + eCSSKeyword_scrollbarthumb_horizontal = 661, + eCSSKeyword_scrollbarthumb_vertical = 662, + eCSSKeyword_sheet = 663, + eCSSKeyword_textfield = 664, + eCSSKeyword_textfield_multiline = 665, + eCSSKeyword_caret = 666, + eCSSKeyword_searchfield = 667, + eCSSKeyword_menubar = 668, + eCSSKeyword_menupopup = 669, + eCSSKeyword_menuitem = 670, + eCSSKeyword_checkmenuitem = 671, + eCSSKeyword_radiomenuitem = 672, + eCSSKeyword_menucheckbox = 673, + eCSSKeyword_menuradio = 674, + eCSSKeyword_menuseparator = 675, + eCSSKeyword_menuarrow = 676, + eCSSKeyword_menuimage = 677, + eCSSKeyword_menuitemtext = 678, + eCSSKeyword_menulist = 679, + eCSSKeyword_menulist_button = 680, + eCSSKeyword_menulist_text = 681, + eCSSKeyword_menulist_textfield = 682, + eCSSKeyword_meterbar = 683, + eCSSKeyword_meterchunk = 684, + eCSSKeyword_minimal_ui = 685, + eCSSKeyword_range = 686, + eCSSKeyword_range_thumb = 687, + eCSSKeyword_sans_serif = 688, + eCSSKeyword_sans_serif_bold_italic = 689, + eCSSKeyword_sans_serif_italic = 690, + eCSSKeyword_scale_horizontal = 691, + eCSSKeyword_scale_vertical = 692, + eCSSKeyword_scalethumb_horizontal = 693, + eCSSKeyword_scalethumb_vertical = 694, + eCSSKeyword_scalethumbstart = 695, + eCSSKeyword_scalethumbend = 696, + eCSSKeyword_scalethumbtick = 697, + eCSSKeyword_groupbox = 698, + eCSSKeyword_checkbox_container = 699, + eCSSKeyword_radio_container = 700, + eCSSKeyword_checkbox_label = 701, + eCSSKeyword_radio_label = 702, + eCSSKeyword_button_focus = 703, + eCSSKeyword__moz_win_media_toolbox = 704, + eCSSKeyword__moz_win_communications_toolbox = 705, + eCSSKeyword__moz_win_browsertabbar_toolbox = 706, + eCSSKeyword__moz_win_mediatext = 707, + eCSSKeyword__moz_win_communicationstext = 708, + eCSSKeyword__moz_win_glass = 709, + eCSSKeyword__moz_win_borderless_glass = 710, + eCSSKeyword__moz_window_titlebar = 711, + eCSSKeyword__moz_window_titlebar_maximized = 712, + eCSSKeyword__moz_window_frame_left = 713, + eCSSKeyword__moz_window_frame_right = 714, + eCSSKeyword__moz_window_frame_bottom = 715, + eCSSKeyword__moz_window_button_close = 716, + eCSSKeyword__moz_window_button_minimize = 717, + eCSSKeyword__moz_window_button_maximize = 718, + eCSSKeyword__moz_window_button_restore = 719, + eCSSKeyword__moz_window_button_box = 720, + eCSSKeyword__moz_window_button_box_maximized = 721, + eCSSKeyword__moz_mac_help_button = 722, + eCSSKeyword__moz_win_exclude_glass = 723, + eCSSKeyword__moz_mac_vibrancy_light = 724, + eCSSKeyword__moz_mac_vibrancy_dark = 725, + eCSSKeyword__moz_mac_disclosure_button_closed = 726, + eCSSKeyword__moz_mac_disclosure_button_open = 727, + eCSSKeyword__moz_mac_source_list = 728, + eCSSKeyword__moz_mac_source_list_selection = 729, + eCSSKeyword__moz_mac_active_source_list_selection = 730, + eCSSKeyword_alphabetic = 731, + eCSSKeyword_bevel = 732, + eCSSKeyword_butt = 733, + eCSSKeyword_central = 734, + eCSSKeyword_crispedges = 735, + eCSSKeyword_evenodd = 736, + eCSSKeyword_geometricprecision = 737, + eCSSKeyword_hanging = 738, + eCSSKeyword_ideographic = 739, + eCSSKeyword_linearrgb = 740, + eCSSKeyword_mathematical = 741, + eCSSKeyword_miter = 742, + eCSSKeyword_no_change = 743, + eCSSKeyword_non_scaling_stroke = 744, + eCSSKeyword_nonzero = 745, + eCSSKeyword_optimizelegibility = 746, + eCSSKeyword_optimizequality = 747, + eCSSKeyword_optimizespeed = 748, + eCSSKeyword_reset_size = 749, + eCSSKeyword_srgb = 750, + eCSSKeyword_symbolic = 751, + eCSSKeyword_symbols = 752, + eCSSKeyword_text_after_edge = 753, + eCSSKeyword_text_before_edge = 754, + eCSSKeyword_use_script = 755, + eCSSKeyword__moz_crisp_edges = 756, + eCSSKeyword_space = 757, + eCSSKeyword_COUNT = 758, } + pub const nsCSSPropertyID_eCSSProperty_COUNT_no_shorthands: + root::nsCSSPropertyID = + nsCSSPropertyID::eCSSProperty_all; pub const nsCSSPropertyID_eCSSProperty_COUNT_DUMMY: root::nsCSSPropertyID = nsCSSPropertyID::eCSSProperty_z_index; - pub const nsCSSPropertyID_eCSSProperty_all: root::nsCSSPropertyID = - nsCSSPropertyID::eCSSProperty_COUNT_no_shorthands; + pub const nsCSSPropertyID_eCSSProperty_COUNT: root::nsCSSPropertyID = + nsCSSPropertyID::eCSSPropertyAlias_WordWrap; pub const nsCSSPropertyID_eCSSProperty_COUNT_DUMMY2: root::nsCSSPropertyID = nsCSSPropertyID::eCSSProperty_transition; - pub const nsCSSPropertyID_eCSSPropertyAlias_WordWrap: + pub const nsCSSPropertyID_eCSSProperty_COUNT_with_aliases: root::nsCSSPropertyID = - nsCSSPropertyID::eCSSProperty_COUNT; + nsCSSPropertyID::eCSSPropertyExtra_no_properties; pub const nsCSSPropertyID_eCSSProperty_COUNT_DUMMY3: root::nsCSSPropertyID = nsCSSPropertyID::eCSSPropertyAlias_WebkitMaskSize; - pub const nsCSSPropertyID_eCSSPropertyExtra_no_properties: - root::nsCSSPropertyID = - nsCSSPropertyID::eCSSProperty_COUNT_with_aliases; #[repr(i32)] #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] pub enum nsCSSPropertyID { @@ -20877,7 +20886,7 @@ pub mod root { eCSSProperty_overflow_wrap = 316, eCSSProperty_writing_mode = 317, eCSSProperty_z_index = 318, - eCSSProperty_COUNT_no_shorthands = 319, + eCSSProperty_all = 319, eCSSProperty_animation = 320, eCSSProperty_background = 321, eCSSProperty_background_position = 322, @@ -20925,7 +20934,7 @@ pub mod root { eCSSProperty__webkit_text_stroke = 364, eCSSProperty__moz_transform = 365, eCSSProperty_transition = 366, - eCSSProperty_COUNT = 367, + eCSSPropertyAlias_WordWrap = 367, eCSSPropertyAlias_MozTransformOrigin = 368, eCSSPropertyAlias_MozPerspectiveOrigin = 369, eCSSPropertyAlias_MozPerspective = 370, @@ -21034,7 +21043,7 @@ pub mod root { eCSSPropertyAlias_WebkitMaskPositionY = 473, eCSSPropertyAlias_WebkitMaskRepeat = 474, eCSSPropertyAlias_WebkitMaskSize = 475, - eCSSProperty_COUNT_with_aliases = 476, + eCSSPropertyExtra_no_properties = 476, eCSSPropertyExtra_all_properties = 477, eCSSPropertyExtra_x_none_value = 478, eCSSPropertyExtra_x_auto_value = 479, @@ -28069,17 +28078,6 @@ pub mod root { } #[test] fn __bindgen_test_layout_template_36() { - assert_eq!(::std::mem::size_of::>() - , 8usize , concat ! ( - "Size of template specialization: " , stringify ! ( - root::nsCOMPtr ) )); - assert_eq!(::std::mem::align_of::>() - , 8usize , concat ! ( - "Alignment of template specialization: " , stringify ! ( - root::nsCOMPtr ) )); - } - #[test] - fn __bindgen_test_layout_template_37() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28090,7 +28088,7 @@ pub mod root { root::already_AddRefed ) )); } #[test] - fn __bindgen_test_layout_template_38() { + fn __bindgen_test_layout_template_37() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28101,7 +28099,7 @@ pub mod root { root::nsCOMPtr ) )); } #[test] - fn __bindgen_test_layout_template_39() { + fn __bindgen_test_layout_template_38() { assert_eq!(::std::mem::size_of::<[u64; 29usize]>() , 232usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28112,7 +28110,7 @@ pub mod root { [u64; 29usize] ) )); } #[test] - fn __bindgen_test_layout_template_40() { + fn __bindgen_test_layout_template_39() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28123,7 +28121,7 @@ pub mod root { root::already_AddRefed ) )); } #[test] - fn __bindgen_test_layout_template_41() { + fn __bindgen_test_layout_template_40() { assert_eq!(::std::mem::size_of::>>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28136,7 +28134,7 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_42() { + fn __bindgen_test_layout_template_41() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28147,7 +28145,7 @@ pub mod root { root::RefPtr ) )); } #[test] - fn __bindgen_test_layout_template_43() { + fn __bindgen_test_layout_template_42() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28158,7 +28156,7 @@ pub mod root { root::RefPtr ) )); } #[test] - fn __bindgen_test_layout_template_44() { + fn __bindgen_test_layout_template_43() { assert_eq!(::std::mem::size_of::>>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28171,7 +28169,7 @@ pub mod root { )); } #[test] - fn __bindgen_test_layout_template_45() { + fn __bindgen_test_layout_template_44() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28182,7 +28180,7 @@ pub mod root { root::nsCOMPtr ) )); } #[test] - fn __bindgen_test_layout_template_46() { + fn __bindgen_test_layout_template_45() { assert_eq!(::std::mem::size_of::>>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28193,7 +28191,7 @@ pub mod root { root::nsTArray> ) )); } #[test] - fn __bindgen_test_layout_template_47() { + fn __bindgen_test_layout_template_46() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28204,7 +28202,7 @@ pub mod root { root::already_AddRefed ) )); } #[test] - fn __bindgen_test_layout_template_48() { + fn __bindgen_test_layout_template_47() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28215,7 +28213,7 @@ pub mod root { root::already_AddRefed ) )); } #[test] - fn __bindgen_test_layout_template_49() { + fn __bindgen_test_layout_template_48() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28226,7 +28224,7 @@ pub mod root { root::already_AddRefed ) )); } #[test] - fn __bindgen_test_layout_template_50() { + fn __bindgen_test_layout_template_49() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28237,7 +28235,7 @@ pub mod root { root::nsCOMPtr ) )); } #[test] - fn __bindgen_test_layout_template_51() { + fn __bindgen_test_layout_template_50() { assert_eq!(::std::mem::size_of::() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( u64 ) )); @@ -28246,7 +28244,7 @@ pub mod root { u64 ) )); } #[test] - fn __bindgen_test_layout_template_52() { + fn __bindgen_test_layout_template_51() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28257,7 +28255,7 @@ pub mod root { root::nsTArray ) )); } #[test] - fn __bindgen_test_layout_template_53() { + fn __bindgen_test_layout_template_52() { assert_eq!(::std::mem::size_of::<[u64; 29usize]>() , 232usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28268,7 +28266,7 @@ pub mod root { [u64; 29usize] ) )); } #[test] - fn __bindgen_test_layout_template_54() { + fn __bindgen_test_layout_template_53() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28279,7 +28277,7 @@ pub mod root { root::nsTArray<*mut root::nsIContent> ) )); } #[test] - fn __bindgen_test_layout_template_55() { + fn __bindgen_test_layout_template_54() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28290,7 +28288,7 @@ pub mod root { root::already_AddRefed ) )); } #[test] - fn __bindgen_test_layout_template_56() { + fn __bindgen_test_layout_template_55() { assert_eq!(::std::mem::size_of::>() , 1usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28303,7 +28301,7 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_57() { + fn __bindgen_test_layout_template_56() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28314,6 +28312,17 @@ pub mod root { root::already_AddRefed ) )); } #[test] + fn __bindgen_test_layout_template_57() { + assert_eq!(::std::mem::size_of::>() + , 8usize , concat ! ( + "Size of template specialization: " , stringify ! ( + root::nsCOMPtr ) )); + assert_eq!(::std::mem::align_of::>() + , 8usize , concat ! ( + "Alignment of template specialization: " , stringify ! ( + root::nsCOMPtr ) )); + } + #[test] fn __bindgen_test_layout_template_58() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( diff --git a/components/style/gecko_bindings/structs_release.rs b/components/style/gecko_bindings/structs_release.rs index 59cbf3c54b5..e3dfdd704b4 100644 --- a/components/style/gecko_bindings/structs_release.rs +++ b/components/style/gecko_bindings/structs_release.rs @@ -799,12 +799,9 @@ pub mod root { ::std::os::raw::c_uint = 4; pub const NS_STYLE_TEXT_DECORATION_LINE_BLINK: ::std::os::raw::c_uint = 8; - pub const NS_STYLE_TEXT_DECORATION_LINE_PREF_ANCHORS: - ::std::os::raw::c_uint = - 16; pub const NS_STYLE_TEXT_DECORATION_LINE_OVERRIDE_ALL: ::std::os::raw::c_uint = - 32; + 16; pub const NS_STYLE_TEXT_DECORATION_LINE_LINES_MASK: ::std::os::raw::c_uint = 7; @@ -1913,6 +1910,9 @@ pub mod root { fn clone(&self) -> Self { *self } } #[repr(C)] + #[derive(Debug, Copy, Clone)] + pub struct Event([u8; 0]); + #[repr(C)] pub struct DispatcherTrait__bindgen_vtable { } #[repr(C)] @@ -1960,16 +1960,26 @@ pub mod root { pub struct AddEventListenerOptionsOrBoolean([u8; 0]); #[repr(C)] #[derive(Debug, Copy, Clone)] - pub struct Event([u8; 0]); - #[repr(C)] - #[derive(Debug, Copy, Clone)] pub struct EventListener([u8; 0]); #[repr(C)] #[derive(Debug, Copy, Clone)] pub struct EventListenerOptionsOrBoolean([u8; 0]); #[repr(C)] - #[derive(Debug, Copy, Clone)] - pub struct EventHandlerNonNull([u8; 0]); + #[derive(Debug)] + pub struct EventHandlerNonNull { + pub _base: root::mozilla::dom::CallbackFunction, + } + #[test] + fn bindgen_test_layout_EventHandlerNonNull() { + assert_eq!(::std::mem::size_of::() , + 48usize , concat ! ( + "Size of: " , stringify ! ( EventHandlerNonNull ) + )); + assert_eq! (::std::mem::align_of::() , + 8usize , concat ! ( + "Alignment of " , stringify ! ( + EventHandlerNonNull ) )); + } #[repr(C)] #[derive(Debug, Copy, Clone)] pub struct AudioContext([u8; 0]); @@ -2268,6 +2278,21 @@ pub mod root { impl Clone for CallbackObjectHolderBase { fn clone(&self) -> Self { *self } } + #[repr(C)] + #[derive(Debug)] + pub struct CallbackFunction { + pub _base: root::mozilla::dom::CallbackObject, + } + #[test] + fn bindgen_test_layout_CallbackFunction() { + assert_eq!(::std::mem::size_of::() , 48usize + , concat ! ( + "Size of: " , stringify ! ( CallbackFunction ) )); + assert_eq! (::std::mem::align_of::() , + 8usize , concat ! ( + "Alignment of " , stringify ! ( CallbackFunction ) + )); + } pub mod prototypes { #[allow(unused_imports)] use self::super::super::super::super::root; @@ -3097,21 +3122,6 @@ pub mod root { #[repr(C)] #[derive(Debug, Copy, Clone)] pub struct Selection([u8; 0]); - #[repr(C)] - #[derive(Debug)] - pub struct CallbackFunction { - pub _base: root::mozilla::dom::CallbackObject, - } - #[test] - fn bindgen_test_layout_CallbackFunction() { - assert_eq!(::std::mem::size_of::() , 48usize - , concat ! ( - "Size of: " , stringify ! ( CallbackFunction ) )); - assert_eq! (::std::mem::align_of::() , - 8usize , concat ! ( - "Alignment of " , stringify ! ( CallbackFunction ) - )); - } #[repr(u8)] #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] pub enum ScrollBehavior { @@ -11624,6 +11634,67 @@ pub mod root { "::" , stringify ! ( mFlags ) )); } #[repr(C)] + pub struct TraceCallbacks__bindgen_vtable { + } + #[repr(C)] + #[derive(Debug, Copy)] + pub struct TraceCallbacks { + pub vtable_: *const TraceCallbacks__bindgen_vtable, + } + #[test] + fn bindgen_test_layout_TraceCallbacks() { + assert_eq!(::std::mem::size_of::() , 8usize , concat ! + ( "Size of: " , stringify ! ( TraceCallbacks ) )); + assert_eq! (::std::mem::align_of::() , 8usize , concat + ! ( "Alignment of " , stringify ! ( TraceCallbacks ) )); + } + impl Clone for TraceCallbacks { + fn clone(&self) -> Self { *self } + } + #[repr(C)] + #[derive(Debug, Copy)] + pub struct nsScriptObjectTracer { + pub _base: root::nsCycleCollectionParticipant, + } + #[test] + fn bindgen_test_layout_nsScriptObjectTracer() { + assert_eq!(::std::mem::size_of::() , 16usize , + concat ! ( + "Size of: " , stringify ! ( nsScriptObjectTracer ) )); + assert_eq! (::std::mem::align_of::() , 8usize , + concat ! ( + "Alignment of " , stringify ! ( nsScriptObjectTracer ) )); + } + impl Clone for nsScriptObjectTracer { + fn clone(&self) -> Self { *self } + } + #[repr(C)] + #[derive(Debug, Copy)] + pub struct nsXPCOMCycleCollectionParticipant { + pub _base: root::nsScriptObjectTracer, + } + #[repr(C)] + #[derive(Debug, Copy, Clone)] + pub struct nsXPCOMCycleCollectionParticipant_COMTypeInfo { + pub _address: u8, + pub _phantom_0: ::std::marker::PhantomData, + pub _phantom_1: ::std::marker::PhantomData, + } + #[test] + fn bindgen_test_layout_nsXPCOMCycleCollectionParticipant() { + assert_eq!(::std::mem::size_of::() + , 16usize , concat ! ( + "Size of: " , stringify ! ( + nsXPCOMCycleCollectionParticipant ) )); + assert_eq! (::std::mem::align_of::() + , 8usize , concat ! ( + "Alignment of " , stringify ! ( + nsXPCOMCycleCollectionParticipant ) )); + } + impl Clone for nsXPCOMCycleCollectionParticipant { + fn clone(&self) -> Self { *self } + } + #[repr(C)] #[derive(Debug, Copy)] pub struct JSErrorFormatString { /** The error message name in ASCII. */ @@ -11776,350 +11847,6 @@ pub mod root { "::" , stringify ! ( notes_ ) )); } #[repr(C)] - pub struct TraceCallbacks__bindgen_vtable { - } - #[repr(C)] - #[derive(Debug, Copy)] - pub struct TraceCallbacks { - pub vtable_: *const TraceCallbacks__bindgen_vtable, - } - #[test] - fn bindgen_test_layout_TraceCallbacks() { - assert_eq!(::std::mem::size_of::() , 8usize , concat ! - ( "Size of: " , stringify ! ( TraceCallbacks ) )); - assert_eq! (::std::mem::align_of::() , 8usize , concat - ! ( "Alignment of " , stringify ! ( TraceCallbacks ) )); - } - impl Clone for TraceCallbacks { - fn clone(&self) -> Self { *self } - } - #[repr(C)] - #[derive(Debug, Copy)] - pub struct nsScriptObjectTracer { - pub _base: root::nsCycleCollectionParticipant, - } - #[test] - fn bindgen_test_layout_nsScriptObjectTracer() { - assert_eq!(::std::mem::size_of::() , 16usize , - concat ! ( - "Size of: " , stringify ! ( nsScriptObjectTracer ) )); - assert_eq! (::std::mem::align_of::() , 8usize , - concat ! ( - "Alignment of " , stringify ! ( nsScriptObjectTracer ) )); - } - impl Clone for nsScriptObjectTracer { - fn clone(&self) -> Self { *self } - } - #[repr(C)] - #[derive(Debug, Copy)] - pub struct nsXPCOMCycleCollectionParticipant { - pub _base: root::nsScriptObjectTracer, - } - #[repr(C)] - #[derive(Debug, Copy, Clone)] - pub struct nsXPCOMCycleCollectionParticipant_COMTypeInfo { - pub _address: u8, - pub _phantom_0: ::std::marker::PhantomData, - pub _phantom_1: ::std::marker::PhantomData, - } - #[test] - fn bindgen_test_layout_nsXPCOMCycleCollectionParticipant() { - assert_eq!(::std::mem::size_of::() - , 16usize , concat ! ( - "Size of: " , stringify ! ( - nsXPCOMCycleCollectionParticipant ) )); - assert_eq! (::std::mem::align_of::() - , 8usize , concat ! ( - "Alignment of " , stringify ! ( - nsXPCOMCycleCollectionParticipant ) )); - } - impl Clone for nsXPCOMCycleCollectionParticipant { - fn clone(&self) -> Self { *self } - } - pub type PLDHashNumber = u32; - #[repr(C)] - #[derive(Debug)] - pub struct PLDHashTable { - pub mOps: *const root::PLDHashTableOps, - pub mHashShift: i16, - pub mEntrySize: u32, - pub mEntryCount: u32, - pub mRemovedCount: u32, - pub mEntryStore: root::PLDHashTable_EntryStore, - } - #[repr(C)] - #[derive(Debug)] - pub struct PLDHashTable_EntryStore { - pub mEntryStore: *mut ::std::os::raw::c_char, - pub mGeneration: u32, - } - #[test] - fn bindgen_test_layout_PLDHashTable_EntryStore() { - assert_eq!(::std::mem::size_of::() , 16usize - , concat ! ( - "Size of: " , stringify ! ( PLDHashTable_EntryStore ) )); - assert_eq! (::std::mem::align_of::() , 8usize - , concat ! ( - "Alignment of " , stringify ! ( PLDHashTable_EntryStore ) - )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_EntryStore ) ) . - mEntryStore as * const _ as usize } , 0usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_EntryStore ) , "::" , stringify ! ( - mEntryStore ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_EntryStore ) ) . - mGeneration as * const _ as usize } , 8usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_EntryStore ) , "::" , stringify ! ( - mGeneration ) )); - } - #[repr(C)] - #[derive(Debug)] - pub struct PLDHashTable_Iterator { - pub mTable: *mut root::PLDHashTable, - pub mStart: *mut ::std::os::raw::c_char, - pub mLimit: *mut ::std::os::raw::c_char, - pub mCurrent: *mut ::std::os::raw::c_char, - pub mNexts: u32, - pub mNextsLimit: u32, - pub mHaveRemoved: bool, - } - #[test] - fn bindgen_test_layout_PLDHashTable_Iterator() { - assert_eq!(::std::mem::size_of::() , 48usize , - concat ! ( - "Size of: " , stringify ! ( PLDHashTable_Iterator ) )); - assert_eq! (::std::mem::align_of::() , 8usize , - concat ! ( - "Alignment of " , stringify ! ( PLDHashTable_Iterator ) - )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mTable as - * const _ as usize } , 0usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_Iterator ) , "::" , stringify ! ( mTable ) - )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mStart as - * const _ as usize } , 8usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_Iterator ) , "::" , stringify ! ( mStart ) - )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mLimit as - * const _ as usize } , 16usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_Iterator ) , "::" , stringify ! ( mLimit ) - )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mCurrent - as * const _ as usize } , 24usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_Iterator ) , "::" , stringify ! ( mCurrent ) - )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mNexts as - * const _ as usize } , 32usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_Iterator ) , "::" , stringify ! ( mNexts ) - )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_Iterator ) ) . - mNextsLimit as * const _ as usize } , 36usize , concat ! ( - "Alignment of field: " , stringify ! ( - PLDHashTable_Iterator ) , "::" , stringify ! ( mNextsLimit - ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable_Iterator ) ) . - mHaveRemoved as * const _ as usize } , 40usize , concat ! - ( - "Alignment of field: " , stringify ! ( - PLDHashTable_Iterator ) , "::" , stringify ! ( - mHaveRemoved ) )); - } - #[repr(u32)] - #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] - pub enum PLDHashTable_SearchReason { ForSearchOrRemove = 0, ForAdd = 1, } - pub const PLDHashTable_kMaxCapacity: u32 = 67108864; - pub const PLDHashTable_kMinCapacity: u32 = 8; - pub const PLDHashTable_kMaxInitialLength: u32 = 33554432; - pub const PLDHashTable_kDefaultInitialLength: u32 = 4; - pub const PLDHashTable_kHashBits: u32 = 32; - pub const PLDHashTable_kGoldenRatio: u32 = 2654435769; - pub const PLDHashTable_kCollisionFlag: root::PLDHashNumber = 1; - #[test] - fn bindgen_test_layout_PLDHashTable() { - assert_eq!(::std::mem::size_of::() , 40usize , concat ! - ( "Size of: " , stringify ! ( PLDHashTable ) )); - assert_eq! (::std::mem::align_of::() , 8usize , concat ! - ( "Alignment of " , stringify ! ( PLDHashTable ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable ) ) . mOps as * const _ - as usize } , 0usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTable ) , - "::" , stringify ! ( mOps ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable ) ) . mHashShift as * - const _ as usize } , 8usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTable ) , - "::" , stringify ! ( mHashShift ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable ) ) . mEntrySize as * - const _ as usize } , 12usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTable ) , - "::" , stringify ! ( mEntrySize ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable ) ) . mEntryCount as * - const _ as usize } , 16usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTable ) , - "::" , stringify ! ( mEntryCount ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable ) ) . mRemovedCount as * - const _ as usize } , 20usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTable ) , - "::" , stringify ! ( mRemovedCount ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTable ) ) . mEntryStore as * - const _ as usize } , 24usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTable ) , - "::" , stringify ! ( mEntryStore ) )); - } - #[repr(C)] - #[derive(Debug, Copy)] - pub struct PLDHashTableOps { - pub hashKey: root::PLDHashHashKey, - pub matchEntry: root::PLDHashMatchEntry, - pub moveEntry: root::PLDHashMoveEntry, - pub clearEntry: root::PLDHashClearEntry, - pub initEntry: root::PLDHashInitEntry, - } - #[test] - fn bindgen_test_layout_PLDHashTableOps() { - assert_eq!(::std::mem::size_of::() , 40usize , concat - ! ( "Size of: " , stringify ! ( PLDHashTableOps ) )); - assert_eq! (::std::mem::align_of::() , 8usize , - concat ! ( - "Alignment of " , stringify ! ( PLDHashTableOps ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTableOps ) ) . hashKey as * - const _ as usize } , 0usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTableOps ) , - "::" , stringify ! ( hashKey ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTableOps ) ) . matchEntry as * - const _ as usize } , 8usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTableOps ) , - "::" , stringify ! ( matchEntry ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTableOps ) ) . moveEntry as * - const _ as usize } , 16usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTableOps ) , - "::" , stringify ! ( moveEntry ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTableOps ) ) . clearEntry as * - const _ as usize } , 24usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTableOps ) , - "::" , stringify ! ( clearEntry ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashTableOps ) ) . initEntry as * - const _ as usize } , 32usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashTableOps ) , - "::" , stringify ! ( initEntry ) )); - } - impl Clone for PLDHashTableOps { - fn clone(&self) -> Self { *self } - } - #[repr(C)] - #[derive(Debug, Copy)] - pub struct PLDHashEntryHdr { - pub mKeyHash: root::PLDHashNumber, - } - #[test] - fn bindgen_test_layout_PLDHashEntryHdr() { - assert_eq!(::std::mem::size_of::() , 4usize , concat - ! ( "Size of: " , stringify ! ( PLDHashEntryHdr ) )); - assert_eq! (::std::mem::align_of::() , 4usize , - concat ! ( - "Alignment of " , stringify ! ( PLDHashEntryHdr ) )); - assert_eq! (unsafe { - & ( * ( 0 as * const PLDHashEntryHdr ) ) . mKeyHash as * - const _ as usize } , 0usize , concat ! ( - "Alignment of field: " , stringify ! ( PLDHashEntryHdr ) , - "::" , stringify ! ( mKeyHash ) )); - } - impl Clone for PLDHashEntryHdr { - fn clone(&self) -> Self { *self } - } - pub type PLDHashHashKey = - ::std::option::Option ::std::os::raw::c_uint>; - pub type PLDHashMatchEntry = - ::std::option::Option bool>; - pub type PLDHashMoveEntry = - ::std::option::Option; - pub type PLDHashClearEntry = - ::std::option::Option; - pub type PLDHashInitEntry = - ::std::option::Option; - /** - * hashkey wrapper using T* KeyType - * - * @see nsTHashtable::EntryType for specification - */ - #[repr(C)] - #[derive(Debug)] - pub struct nsPtrHashKey { - pub _base: root::PLDHashEntryHdr, - pub mKey: *mut T, - } - pub type nsPtrHashKey_KeyType = *mut T; - pub type nsPtrHashKey_KeyTypePointer = *mut T; - pub const nsPtrHashKey_ALLOW_MEMMOVE: root::nsPtrHashKey__bindgen_ty_1 = - nsPtrHashKey__bindgen_ty_1::ALLOW_MEMMOVE; - #[repr(i32)] - #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] - pub enum nsPtrHashKey__bindgen_ty_1 { ALLOW_MEMMOVE = 0, } - #[repr(C)] - #[derive(Debug, Copy)] - pub struct nsIRunnable { - pub _base: root::nsISupports, - } - #[repr(C)] - #[derive(Debug, Copy, Clone)] - pub struct nsIRunnable_COMTypeInfo { - pub _address: u8, - pub _phantom_0: ::std::marker::PhantomData, - pub _phantom_1: ::std::marker::PhantomData, - } - #[test] - fn bindgen_test_layout_nsIRunnable() { - assert_eq!(::std::mem::size_of::() , 8usize , concat ! ( - "Size of: " , stringify ! ( nsIRunnable ) )); - assert_eq! (::std::mem::align_of::() , 8usize , concat ! - ( "Alignment of " , stringify ! ( nsIRunnable ) )); - } - impl Clone for nsIRunnable { - fn clone(&self) -> Self { *self } - } - #[repr(C)] #[derive(Debug, Copy)] pub struct nsIEventTarget { pub _base: root::nsISupports, @@ -12158,6 +11885,28 @@ pub mod root { fn clone(&self) -> Self { *self } } #[repr(C)] + #[derive(Debug, Copy)] + pub struct nsIRunnable { + pub _base: root::nsISupports, + } + #[repr(C)] + #[derive(Debug, Copy, Clone)] + pub struct nsIRunnable_COMTypeInfo { + pub _address: u8, + pub _phantom_0: ::std::marker::PhantomData, + pub _phantom_1: ::std::marker::PhantomData, + } + #[test] + fn bindgen_test_layout_nsIRunnable() { + assert_eq!(::std::mem::size_of::() , 8usize , concat ! ( + "Size of: " , stringify ! ( nsIRunnable ) )); + assert_eq! (::std::mem::align_of::() , 8usize , concat ! + ( "Alignment of " , stringify ! ( nsIRunnable ) )); + } + impl Clone for nsIRunnable { + fn clone(&self) -> Self { *self } + } + #[repr(C)] #[derive(Debug)] pub struct nsIGlobalObject { pub _base: root::nsISupports, @@ -13867,6 +13616,267 @@ pub mod root { concat ! ( "Alignment of " , stringify ! ( nsPIDOMWindowOuter ) )); } + pub type PLDHashNumber = u32; + #[repr(C)] + #[derive(Debug)] + pub struct PLDHashTable { + pub mOps: *const root::PLDHashTableOps, + pub mHashShift: i16, + pub mEntrySize: u32, + pub mEntryCount: u32, + pub mRemovedCount: u32, + pub mEntryStore: root::PLDHashTable_EntryStore, + } + #[repr(C)] + #[derive(Debug)] + pub struct PLDHashTable_EntryStore { + pub mEntryStore: *mut ::std::os::raw::c_char, + pub mGeneration: u32, + } + #[test] + fn bindgen_test_layout_PLDHashTable_EntryStore() { + assert_eq!(::std::mem::size_of::() , 16usize + , concat ! ( + "Size of: " , stringify ! ( PLDHashTable_EntryStore ) )); + assert_eq! (::std::mem::align_of::() , 8usize + , concat ! ( + "Alignment of " , stringify ! ( PLDHashTable_EntryStore ) + )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_EntryStore ) ) . + mEntryStore as * const _ as usize } , 0usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_EntryStore ) , "::" , stringify ! ( + mEntryStore ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_EntryStore ) ) . + mGeneration as * const _ as usize } , 8usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_EntryStore ) , "::" , stringify ! ( + mGeneration ) )); + } + #[repr(C)] + #[derive(Debug)] + pub struct PLDHashTable_Iterator { + pub mTable: *mut root::PLDHashTable, + pub mStart: *mut ::std::os::raw::c_char, + pub mLimit: *mut ::std::os::raw::c_char, + pub mCurrent: *mut ::std::os::raw::c_char, + pub mNexts: u32, + pub mNextsLimit: u32, + pub mHaveRemoved: bool, + } + #[test] + fn bindgen_test_layout_PLDHashTable_Iterator() { + assert_eq!(::std::mem::size_of::() , 48usize , + concat ! ( + "Size of: " , stringify ! ( PLDHashTable_Iterator ) )); + assert_eq! (::std::mem::align_of::() , 8usize , + concat ! ( + "Alignment of " , stringify ! ( PLDHashTable_Iterator ) + )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mTable as + * const _ as usize } , 0usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_Iterator ) , "::" , stringify ! ( mTable ) + )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mStart as + * const _ as usize } , 8usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_Iterator ) , "::" , stringify ! ( mStart ) + )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mLimit as + * const _ as usize } , 16usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_Iterator ) , "::" , stringify ! ( mLimit ) + )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mCurrent + as * const _ as usize } , 24usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_Iterator ) , "::" , stringify ! ( mCurrent ) + )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_Iterator ) ) . mNexts as + * const _ as usize } , 32usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_Iterator ) , "::" , stringify ! ( mNexts ) + )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_Iterator ) ) . + mNextsLimit as * const _ as usize } , 36usize , concat ! ( + "Alignment of field: " , stringify ! ( + PLDHashTable_Iterator ) , "::" , stringify ! ( mNextsLimit + ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable_Iterator ) ) . + mHaveRemoved as * const _ as usize } , 40usize , concat ! + ( + "Alignment of field: " , stringify ! ( + PLDHashTable_Iterator ) , "::" , stringify ! ( + mHaveRemoved ) )); + } + #[repr(u32)] + #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] + pub enum PLDHashTable_SearchReason { ForSearchOrRemove = 0, ForAdd = 1, } + pub const PLDHashTable_kMaxCapacity: u32 = 67108864; + pub const PLDHashTable_kMinCapacity: u32 = 8; + pub const PLDHashTable_kMaxInitialLength: u32 = 33554432; + pub const PLDHashTable_kDefaultInitialLength: u32 = 4; + pub const PLDHashTable_kHashBits: u32 = 32; + pub const PLDHashTable_kGoldenRatio: u32 = 2654435769; + pub const PLDHashTable_kCollisionFlag: root::PLDHashNumber = 1; + #[test] + fn bindgen_test_layout_PLDHashTable() { + assert_eq!(::std::mem::size_of::() , 40usize , concat ! + ( "Size of: " , stringify ! ( PLDHashTable ) )); + assert_eq! (::std::mem::align_of::() , 8usize , concat ! + ( "Alignment of " , stringify ! ( PLDHashTable ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable ) ) . mOps as * const _ + as usize } , 0usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTable ) , + "::" , stringify ! ( mOps ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable ) ) . mHashShift as * + const _ as usize } , 8usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTable ) , + "::" , stringify ! ( mHashShift ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable ) ) . mEntrySize as * + const _ as usize } , 12usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTable ) , + "::" , stringify ! ( mEntrySize ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable ) ) . mEntryCount as * + const _ as usize } , 16usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTable ) , + "::" , stringify ! ( mEntryCount ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable ) ) . mRemovedCount as * + const _ as usize } , 20usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTable ) , + "::" , stringify ! ( mRemovedCount ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTable ) ) . mEntryStore as * + const _ as usize } , 24usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTable ) , + "::" , stringify ! ( mEntryStore ) )); + } + #[repr(C)] + #[derive(Debug, Copy)] + pub struct PLDHashTableOps { + pub hashKey: root::PLDHashHashKey, + pub matchEntry: root::PLDHashMatchEntry, + pub moveEntry: root::PLDHashMoveEntry, + pub clearEntry: root::PLDHashClearEntry, + pub initEntry: root::PLDHashInitEntry, + } + #[test] + fn bindgen_test_layout_PLDHashTableOps() { + assert_eq!(::std::mem::size_of::() , 40usize , concat + ! ( "Size of: " , stringify ! ( PLDHashTableOps ) )); + assert_eq! (::std::mem::align_of::() , 8usize , + concat ! ( + "Alignment of " , stringify ! ( PLDHashTableOps ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTableOps ) ) . hashKey as * + const _ as usize } , 0usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTableOps ) , + "::" , stringify ! ( hashKey ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTableOps ) ) . matchEntry as * + const _ as usize } , 8usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTableOps ) , + "::" , stringify ! ( matchEntry ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTableOps ) ) . moveEntry as * + const _ as usize } , 16usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTableOps ) , + "::" , stringify ! ( moveEntry ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTableOps ) ) . clearEntry as * + const _ as usize } , 24usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTableOps ) , + "::" , stringify ! ( clearEntry ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashTableOps ) ) . initEntry as * + const _ as usize } , 32usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashTableOps ) , + "::" , stringify ! ( initEntry ) )); + } + impl Clone for PLDHashTableOps { + fn clone(&self) -> Self { *self } + } + #[repr(C)] + #[derive(Debug, Copy)] + pub struct PLDHashEntryHdr { + pub mKeyHash: root::PLDHashNumber, + } + #[test] + fn bindgen_test_layout_PLDHashEntryHdr() { + assert_eq!(::std::mem::size_of::() , 4usize , concat + ! ( "Size of: " , stringify ! ( PLDHashEntryHdr ) )); + assert_eq! (::std::mem::align_of::() , 4usize , + concat ! ( + "Alignment of " , stringify ! ( PLDHashEntryHdr ) )); + assert_eq! (unsafe { + & ( * ( 0 as * const PLDHashEntryHdr ) ) . mKeyHash as * + const _ as usize } , 0usize , concat ! ( + "Alignment of field: " , stringify ! ( PLDHashEntryHdr ) , + "::" , stringify ! ( mKeyHash ) )); + } + impl Clone for PLDHashEntryHdr { + fn clone(&self) -> Self { *self } + } + pub type PLDHashHashKey = + ::std::option::Option ::std::os::raw::c_uint>; + pub type PLDHashMatchEntry = + ::std::option::Option bool>; + pub type PLDHashMoveEntry = + ::std::option::Option; + pub type PLDHashClearEntry = + ::std::option::Option; + pub type PLDHashInitEntry = + ::std::option::Option; + /** + * hashkey wrapper using T* KeyType + * + * @see nsTHashtable::EntryType for specification + */ + #[repr(C)] + #[derive(Debug)] + pub struct nsPtrHashKey { + pub _base: root::PLDHashEntryHdr, + pub mKey: *mut T, + } + pub type nsPtrHashKey_KeyType = *mut T; + pub type nsPtrHashKey_KeyTypePointer = *mut T; + pub const nsPtrHashKey_ALLOW_MEMMOVE: root::nsPtrHashKey__bindgen_ty_1 = + nsPtrHashKey__bindgen_ty_1::ALLOW_MEMMOVE; + #[repr(i32)] + #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] + pub enum nsPtrHashKey__bindgen_ty_1 { ALLOW_MEMMOVE = 0, } /** * A node of content in a document's content model. This interface * is supported by all content objects. @@ -15934,66 +15944,66 @@ pub mod root { #[repr(C)] #[derive(Debug, Copy, Clone)] pub struct nsDOMMutationObserver([u8; 0]); - pub const NODE_HAS_LISTENERMANAGER: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_HAS_LISTENERMANAGER; - pub const NODE_HAS_PROPERTIES: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_HAS_PROPERTIES; - pub const NODE_IS_ANONYMOUS_ROOT: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_IS_ANONYMOUS_ROOT; - pub const NODE_IS_IN_NATIVE_ANONYMOUS_SUBTREE: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_IS_IN_NATIVE_ANONYMOUS_SUBTREE; - pub const NODE_IS_NATIVE_ANONYMOUS_ROOT: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_IS_NATIVE_ANONYMOUS_ROOT; - pub const NODE_FORCE_XBL_BINDINGS: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_FORCE_XBL_BINDINGS; - pub const NODE_MAY_BE_IN_BINDING_MNGR: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_MAY_BE_IN_BINDING_MNGR; - pub const NODE_IS_EDITABLE: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_IS_EDITABLE; - pub const NODE_IS_NATIVE_ANONYMOUS: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_IS_NATIVE_ANONYMOUS; - pub const NODE_IS_IN_SHADOW_TREE: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_IS_IN_SHADOW_TREE; - pub const NODE_HAS_EMPTY_SELECTOR: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_HAS_EMPTY_SELECTOR; - pub const NODE_HAS_SLOW_SELECTOR: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_HAS_SLOW_SELECTOR; - pub const NODE_HAS_EDGE_CHILD_SELECTOR: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_HAS_EDGE_CHILD_SELECTOR; - pub const NODE_HAS_SLOW_SELECTOR_LATER_SIBLINGS: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_HAS_SLOW_SELECTOR_LATER_SIBLINGS; - pub const NODE_ALL_SELECTOR_FLAGS: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_ALL_SELECTOR_FLAGS; - pub const NODE_NEEDS_FRAME: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_NEEDS_FRAME; - pub const NODE_DESCENDANTS_NEED_FRAMES: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_DESCENDANTS_NEED_FRAMES; - pub const NODE_HAS_ACCESSKEY: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_HAS_ACCESSKEY; - pub const NODE_HAS_DIRECTION_RTL: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_HAS_DIRECTION_RTL; - pub const NODE_HAS_DIRECTION_LTR: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_HAS_DIRECTION_LTR; - pub const NODE_ALL_DIRECTION_FLAGS: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_ALL_DIRECTION_FLAGS; - pub const NODE_CHROME_ONLY_ACCESS: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_CHROME_ONLY_ACCESS; - pub const NODE_IS_ROOT_OF_CHROME_ONLY_ACCESS: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_IS_ROOT_OF_CHROME_ONLY_ACCESS; - pub const NODE_SHARED_RESTYLE_BIT_1: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_SHARED_RESTYLE_BIT_1; - pub const NODE_SHARED_RESTYLE_BIT_2: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_SHARED_RESTYLE_BIT_2; - pub const NODE_HAS_DIRTY_DESCENDANTS_FOR_SERVO: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_SHARED_RESTYLE_BIT_1; + pub const NODE_HAS_LISTENERMANAGER: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_HAS_LISTENERMANAGER; + pub const NODE_HAS_PROPERTIES: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_HAS_PROPERTIES; + pub const NODE_IS_ANONYMOUS_ROOT: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_IS_ANONYMOUS_ROOT; + pub const NODE_IS_IN_NATIVE_ANONYMOUS_SUBTREE: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_IS_IN_NATIVE_ANONYMOUS_SUBTREE; + pub const NODE_IS_NATIVE_ANONYMOUS_ROOT: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_IS_NATIVE_ANONYMOUS_ROOT; + pub const NODE_FORCE_XBL_BINDINGS: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_FORCE_XBL_BINDINGS; + pub const NODE_MAY_BE_IN_BINDING_MNGR: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_MAY_BE_IN_BINDING_MNGR; + pub const NODE_IS_EDITABLE: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_IS_EDITABLE; + pub const NODE_IS_NATIVE_ANONYMOUS: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_IS_NATIVE_ANONYMOUS; + pub const NODE_IS_IN_SHADOW_TREE: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_IS_IN_SHADOW_TREE; + pub const NODE_HAS_EMPTY_SELECTOR: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_HAS_EMPTY_SELECTOR; + pub const NODE_HAS_SLOW_SELECTOR: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_HAS_SLOW_SELECTOR; + pub const NODE_HAS_EDGE_CHILD_SELECTOR: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_HAS_EDGE_CHILD_SELECTOR; + pub const NODE_HAS_SLOW_SELECTOR_LATER_SIBLINGS: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_HAS_SLOW_SELECTOR_LATER_SIBLINGS; + pub const NODE_ALL_SELECTOR_FLAGS: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_ALL_SELECTOR_FLAGS; + pub const NODE_NEEDS_FRAME: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_NEEDS_FRAME; + pub const NODE_DESCENDANTS_NEED_FRAMES: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_DESCENDANTS_NEED_FRAMES; + pub const NODE_HAS_ACCESSKEY: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_HAS_ACCESSKEY; + pub const NODE_HAS_DIRECTION_RTL: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_HAS_DIRECTION_RTL; + pub const NODE_HAS_DIRECTION_LTR: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_HAS_DIRECTION_LTR; + pub const NODE_ALL_DIRECTION_FLAGS: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_ALL_DIRECTION_FLAGS; + pub const NODE_CHROME_ONLY_ACCESS: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_CHROME_ONLY_ACCESS; + pub const NODE_IS_ROOT_OF_CHROME_ONLY_ACCESS: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_IS_ROOT_OF_CHROME_ONLY_ACCESS; + pub const NODE_SHARED_RESTYLE_BIT_1: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_SHARED_RESTYLE_BIT_1; + pub const NODE_SHARED_RESTYLE_BIT_2: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_SHARED_RESTYLE_BIT_2; + pub const NODE_HAS_DIRTY_DESCENDANTS_FOR_SERVO: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_SHARED_RESTYLE_BIT_1; pub const NODE_HAS_ANIMATION_ONLY_DIRTY_DESCENDANTS_FOR_SERVO: - root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_SHARED_RESTYLE_BIT_2; - pub const NODE_TYPE_SPECIFIC_BITS_OFFSET: root::_bindgen_ty_99 = - _bindgen_ty_99::NODE_TYPE_SPECIFIC_BITS_OFFSET; + root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_SHARED_RESTYLE_BIT_2; + pub const NODE_TYPE_SPECIFIC_BITS_OFFSET: root::_bindgen_ty_101 = + _bindgen_ty_101::NODE_TYPE_SPECIFIC_BITS_OFFSET; #[repr(u32)] #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] - pub enum _bindgen_ty_99 { + pub enum _bindgen_ty_101 { NODE_HAS_LISTENERMANAGER = 4, NODE_HAS_PROPERTIES = 8, NODE_IS_ANONYMOUS_ROOT = 16, @@ -19213,781 +19223,780 @@ pub mod root { eCSSKeyword__moz_activehyperlinktext = 0, eCSSKeyword__moz_all = 1, eCSSKeyword__moz_alt_content = 2, - eCSSKeyword__moz_anchor_decoration = 3, - eCSSKeyword__moz_available = 4, - eCSSKeyword__moz_box = 5, - eCSSKeyword__moz_button = 6, - eCSSKeyword__moz_buttondefault = 7, - eCSSKeyword__moz_buttonhoverface = 8, - eCSSKeyword__moz_buttonhovertext = 9, - eCSSKeyword__moz_cellhighlight = 10, - eCSSKeyword__moz_cellhighlighttext = 11, - eCSSKeyword__moz_center = 12, - eCSSKeyword__moz_combobox = 13, - eCSSKeyword__moz_comboboxtext = 14, - eCSSKeyword__moz_block_height = 15, - eCSSKeyword__moz_deck = 16, - eCSSKeyword__moz_default_background_color = 17, - eCSSKeyword__moz_default_color = 18, - eCSSKeyword__moz_desktop = 19, - eCSSKeyword__moz_dialog = 20, - eCSSKeyword__moz_dialogtext = 21, - eCSSKeyword__moz_document = 22, - eCSSKeyword__moz_dragtargetzone = 23, - eCSSKeyword__moz_element = 24, - eCSSKeyword__moz_eventreerow = 25, - eCSSKeyword__moz_field = 26, - eCSSKeyword__moz_fieldtext = 27, - eCSSKeyword__moz_fit_content = 28, - eCSSKeyword__moz_fixed = 29, - eCSSKeyword__moz_grabbing = 30, - eCSSKeyword__moz_grab = 31, - eCSSKeyword__moz_grid_group = 32, - eCSSKeyword__moz_grid_line = 33, - eCSSKeyword__moz_grid = 34, - eCSSKeyword__moz_groupbox = 35, - eCSSKeyword__moz_gtk_info_bar = 36, - eCSSKeyword__moz_gtk_info_bar_text = 37, - eCSSKeyword__moz_hidden_unscrollable = 38, - eCSSKeyword__moz_hyperlinktext = 39, - eCSSKeyword__moz_html_cellhighlight = 40, - eCSSKeyword__moz_html_cellhighlighttext = 41, - eCSSKeyword__moz_image_rect = 42, - eCSSKeyword__moz_info = 43, - eCSSKeyword__moz_inline_box = 44, - eCSSKeyword__moz_inline_grid = 45, - eCSSKeyword__moz_inline_stack = 46, - eCSSKeyword__moz_left = 47, - eCSSKeyword__moz_list = 48, - eCSSKeyword__moz_mac_buttonactivetext = 49, - eCSSKeyword__moz_mac_chrome_active = 50, - eCSSKeyword__moz_mac_chrome_inactive = 51, - eCSSKeyword__moz_mac_defaultbuttontext = 52, - eCSSKeyword__moz_mac_focusring = 53, - eCSSKeyword__moz_mac_fullscreen_button = 54, - eCSSKeyword__moz_mac_menuselect = 55, - eCSSKeyword__moz_mac_menushadow = 56, - eCSSKeyword__moz_mac_menutextdisable = 57, - eCSSKeyword__moz_mac_menutextselect = 58, - eCSSKeyword__moz_mac_disabledtoolbartext = 59, - eCSSKeyword__moz_mac_secondaryhighlight = 60, - eCSSKeyword__moz_max_content = 61, - eCSSKeyword__moz_menuhover = 62, - eCSSKeyword__moz_menuhovertext = 63, - eCSSKeyword__moz_menubartext = 64, - eCSSKeyword__moz_menubarhovertext = 65, - eCSSKeyword__moz_middle_with_baseline = 66, - eCSSKeyword__moz_min_content = 67, - eCSSKeyword__moz_nativehyperlinktext = 68, - eCSSKeyword__moz_none = 69, - eCSSKeyword__moz_oddtreerow = 70, - eCSSKeyword__moz_popup = 71, - eCSSKeyword__moz_pre_space = 72, - eCSSKeyword__moz_pull_down_menu = 73, - eCSSKeyword__moz_right = 74, - eCSSKeyword__moz_scrollbars_horizontal = 75, - eCSSKeyword__moz_scrollbars_none = 76, - eCSSKeyword__moz_scrollbars_vertical = 77, - eCSSKeyword__moz_stack = 78, - eCSSKeyword__moz_text = 79, - eCSSKeyword__moz_use_system_font = 80, - eCSSKeyword__moz_visitedhyperlinktext = 81, - eCSSKeyword__moz_window = 82, - eCSSKeyword__moz_workspace = 83, - eCSSKeyword__moz_zoom_in = 84, - eCSSKeyword__moz_zoom_out = 85, - eCSSKeyword__webkit_box = 86, - eCSSKeyword__webkit_flex = 87, - eCSSKeyword__webkit_inline_box = 88, - eCSSKeyword__webkit_inline_flex = 89, - eCSSKeyword_absolute = 90, - eCSSKeyword_active = 91, - eCSSKeyword_activeborder = 92, - eCSSKeyword_activecaption = 93, - eCSSKeyword_add = 94, - eCSSKeyword_additive = 95, - eCSSKeyword_alias = 96, - eCSSKeyword_all = 97, - eCSSKeyword_all_petite_caps = 98, - eCSSKeyword_all_scroll = 99, - eCSSKeyword_all_small_caps = 100, - eCSSKeyword_alpha = 101, - eCSSKeyword_alternate = 102, - eCSSKeyword_alternate_reverse = 103, - eCSSKeyword_always = 104, - eCSSKeyword_annotation = 105, - eCSSKeyword_appworkspace = 106, - eCSSKeyword_auto = 107, - eCSSKeyword_auto_fill = 108, - eCSSKeyword_auto_fit = 109, - eCSSKeyword_auto_flow = 110, - eCSSKeyword_avoid = 111, - eCSSKeyword_background = 112, - eCSSKeyword_backwards = 113, - eCSSKeyword_balance = 114, - eCSSKeyword_baseline = 115, - eCSSKeyword_bidi_override = 116, - eCSSKeyword_blink = 117, - eCSSKeyword_block = 118, - eCSSKeyword_block_axis = 119, - eCSSKeyword_blur = 120, - eCSSKeyword_bold = 121, - eCSSKeyword_bold_fraktur = 122, - eCSSKeyword_bold_italic = 123, - eCSSKeyword_bold_sans_serif = 124, - eCSSKeyword_bold_script = 125, - eCSSKeyword_bolder = 126, - eCSSKeyword_border_box = 127, - eCSSKeyword_both = 128, - eCSSKeyword_bottom = 129, - eCSSKeyword_bottom_outside = 130, - eCSSKeyword_break_all = 131, - eCSSKeyword_break_word = 132, - eCSSKeyword_brightness = 133, - eCSSKeyword_browser = 134, - eCSSKeyword_bullets = 135, - eCSSKeyword_button = 136, - eCSSKeyword_buttonface = 137, - eCSSKeyword_buttonhighlight = 138, - eCSSKeyword_buttonshadow = 139, - eCSSKeyword_buttontext = 140, - eCSSKeyword_capitalize = 141, - eCSSKeyword_caption = 142, - eCSSKeyword_captiontext = 143, - eCSSKeyword_cell = 144, - eCSSKeyword_center = 145, - eCSSKeyword_ch = 146, - eCSSKeyword_character_variant = 147, - eCSSKeyword_circle = 148, - eCSSKeyword_cjk_decimal = 149, - eCSSKeyword_clip = 150, - eCSSKeyword_clone = 151, - eCSSKeyword_close_quote = 152, - eCSSKeyword_closest_corner = 153, - eCSSKeyword_closest_side = 154, - eCSSKeyword_cm = 155, - eCSSKeyword_col_resize = 156, - eCSSKeyword_collapse = 157, - eCSSKeyword_color = 158, - eCSSKeyword_color_burn = 159, - eCSSKeyword_color_dodge = 160, - eCSSKeyword_common_ligatures = 161, - eCSSKeyword_column = 162, - eCSSKeyword_column_reverse = 163, - eCSSKeyword_condensed = 164, - eCSSKeyword_contain = 165, - eCSSKeyword_content_box = 166, - eCSSKeyword_contents = 167, - eCSSKeyword_context_fill = 168, - eCSSKeyword_context_fill_opacity = 169, - eCSSKeyword_context_menu = 170, - eCSSKeyword_context_stroke = 171, - eCSSKeyword_context_stroke_opacity = 172, - eCSSKeyword_context_value = 173, - eCSSKeyword_continuous = 174, - eCSSKeyword_contrast = 175, - eCSSKeyword_copy = 176, - eCSSKeyword_contextual = 177, - eCSSKeyword_cover = 178, - eCSSKeyword_crop = 179, - eCSSKeyword_cross = 180, - eCSSKeyword_crosshair = 181, - eCSSKeyword_currentcolor = 182, - eCSSKeyword_cursive = 183, - eCSSKeyword_cyclic = 184, - eCSSKeyword_darken = 185, - eCSSKeyword_dashed = 186, - eCSSKeyword_dense = 187, - eCSSKeyword_decimal = 188, - eCSSKeyword_default = 189, - eCSSKeyword_deg = 190, - eCSSKeyword_diagonal_fractions = 191, - eCSSKeyword_dialog = 192, - eCSSKeyword_difference = 193, - eCSSKeyword_digits = 194, - eCSSKeyword_disabled = 195, - eCSSKeyword_disc = 196, - eCSSKeyword_disclosure_closed = 197, - eCSSKeyword_disclosure_open = 198, - eCSSKeyword_discretionary_ligatures = 199, - eCSSKeyword_distribute = 200, - eCSSKeyword_dot = 201, - eCSSKeyword_dotted = 202, - eCSSKeyword_double = 203, - eCSSKeyword_double_circle = 204, - eCSSKeyword_double_struck = 205, - eCSSKeyword_drag = 206, - eCSSKeyword_drop_shadow = 207, - eCSSKeyword_e_resize = 208, - eCSSKeyword_ease = 209, - eCSSKeyword_ease_in = 210, - eCSSKeyword_ease_in_out = 211, - eCSSKeyword_ease_out = 212, - eCSSKeyword_economy = 213, - eCSSKeyword_element = 214, - eCSSKeyword_elements = 215, - eCSSKeyword_ellipse = 216, - eCSSKeyword_ellipsis = 217, - eCSSKeyword_em = 218, - eCSSKeyword_embed = 219, - eCSSKeyword_enabled = 220, - eCSSKeyword_end = 221, - eCSSKeyword_ethiopic_numeric = 222, - eCSSKeyword_ex = 223, - eCSSKeyword_exact = 224, - eCSSKeyword_exclude = 225, - eCSSKeyword_exclusion = 226, - eCSSKeyword_expanded = 227, - eCSSKeyword_extends = 228, - eCSSKeyword_extra_condensed = 229, - eCSSKeyword_extra_expanded = 230, - eCSSKeyword_ew_resize = 231, - eCSSKeyword_fallback = 232, - eCSSKeyword_fantasy = 233, - eCSSKeyword_farthest_side = 234, - eCSSKeyword_farthest_corner = 235, - eCSSKeyword_fill = 236, - eCSSKeyword_filled = 237, - eCSSKeyword_fill_box = 238, - eCSSKeyword_first = 239, - eCSSKeyword_fit_content = 240, - eCSSKeyword_fixed = 241, - eCSSKeyword_flat = 242, - eCSSKeyword_flex = 243, - eCSSKeyword_flex_end = 244, - eCSSKeyword_flex_start = 245, - eCSSKeyword_flip = 246, - eCSSKeyword_flow_root = 247, - eCSSKeyword_forwards = 248, - eCSSKeyword_fraktur = 249, - eCSSKeyword_frames = 250, - eCSSKeyword_from_image = 251, - eCSSKeyword_full_width = 252, - eCSSKeyword_fullscreen = 253, - eCSSKeyword_grab = 254, - eCSSKeyword_grabbing = 255, - eCSSKeyword_grad = 256, - eCSSKeyword_grayscale = 257, - eCSSKeyword_graytext = 258, - eCSSKeyword_grid = 259, - eCSSKeyword_groove = 260, - eCSSKeyword_hard_light = 261, - eCSSKeyword_hebrew = 262, - eCSSKeyword_help = 263, - eCSSKeyword_hidden = 264, - eCSSKeyword_hide = 265, - eCSSKeyword_highlight = 266, - eCSSKeyword_highlighttext = 267, - eCSSKeyword_historical_forms = 268, - eCSSKeyword_historical_ligatures = 269, - eCSSKeyword_horizontal = 270, - eCSSKeyword_horizontal_tb = 271, - eCSSKeyword_hue = 272, - eCSSKeyword_hue_rotate = 273, - eCSSKeyword_hz = 274, - eCSSKeyword_icon = 275, - eCSSKeyword_ignore = 276, - eCSSKeyword_in = 277, - eCSSKeyword_interlace = 278, - eCSSKeyword_inactive = 279, - eCSSKeyword_inactiveborder = 280, - eCSSKeyword_inactivecaption = 281, - eCSSKeyword_inactivecaptiontext = 282, - eCSSKeyword_infinite = 283, - eCSSKeyword_infobackground = 284, - eCSSKeyword_infotext = 285, - eCSSKeyword_inherit = 286, - eCSSKeyword_initial = 287, - eCSSKeyword_inline = 288, - eCSSKeyword_inline_axis = 289, - eCSSKeyword_inline_block = 290, - eCSSKeyword_inline_end = 291, - eCSSKeyword_inline_flex = 292, - eCSSKeyword_inline_grid = 293, - eCSSKeyword_inline_start = 294, - eCSSKeyword_inline_table = 295, - eCSSKeyword_inset = 296, - eCSSKeyword_inside = 297, - eCSSKeyword_inter_character = 298, - eCSSKeyword_inter_word = 299, - eCSSKeyword_interpolatematrix = 300, - eCSSKeyword_accumulatematrix = 301, - eCSSKeyword_intersect = 302, - eCSSKeyword_isolate = 303, - eCSSKeyword_isolate_override = 304, - eCSSKeyword_invert = 305, - eCSSKeyword_italic = 306, - eCSSKeyword_japanese_formal = 307, - eCSSKeyword_japanese_informal = 308, - eCSSKeyword_jis78 = 309, - eCSSKeyword_jis83 = 310, - eCSSKeyword_jis90 = 311, - eCSSKeyword_jis04 = 312, - eCSSKeyword_justify = 313, - eCSSKeyword_keep_all = 314, - eCSSKeyword_khz = 315, - eCSSKeyword_korean_hangul_formal = 316, - eCSSKeyword_korean_hanja_formal = 317, - eCSSKeyword_korean_hanja_informal = 318, - eCSSKeyword_landscape = 319, - eCSSKeyword_large = 320, - eCSSKeyword_larger = 321, - eCSSKeyword_last = 322, - eCSSKeyword_last_baseline = 323, - eCSSKeyword_layout = 324, - eCSSKeyword_left = 325, - eCSSKeyword_legacy = 326, - eCSSKeyword_lighten = 327, - eCSSKeyword_lighter = 328, - eCSSKeyword_line_through = 329, - eCSSKeyword_linear = 330, - eCSSKeyword_lining_nums = 331, - eCSSKeyword_list_item = 332, - eCSSKeyword_local = 333, - eCSSKeyword_logical = 334, - eCSSKeyword_looped = 335, - eCSSKeyword_lowercase = 336, - eCSSKeyword_lr = 337, - eCSSKeyword_lr_tb = 338, - eCSSKeyword_ltr = 339, - eCSSKeyword_luminance = 340, - eCSSKeyword_luminosity = 341, - eCSSKeyword_mandatory = 342, - eCSSKeyword_manipulation = 343, - eCSSKeyword_manual = 344, - eCSSKeyword_margin_box = 345, - eCSSKeyword_markers = 346, - eCSSKeyword_match_parent = 347, - eCSSKeyword_match_source = 348, - eCSSKeyword_matrix = 349, - eCSSKeyword_matrix3d = 350, - eCSSKeyword_max_content = 351, - eCSSKeyword_medium = 352, - eCSSKeyword_menu = 353, - eCSSKeyword_menutext = 354, - eCSSKeyword_message_box = 355, - eCSSKeyword_middle = 356, - eCSSKeyword_min_content = 357, - eCSSKeyword_minmax = 358, - eCSSKeyword_mix = 359, - eCSSKeyword_mixed = 360, - eCSSKeyword_mm = 361, - eCSSKeyword_monospace = 362, - eCSSKeyword_move = 363, - eCSSKeyword_ms = 364, - eCSSKeyword_multiply = 365, - eCSSKeyword_n_resize = 366, - eCSSKeyword_narrower = 367, - eCSSKeyword_ne_resize = 368, - eCSSKeyword_nesw_resize = 369, - eCSSKeyword_no_clip = 370, - eCSSKeyword_no_close_quote = 371, - eCSSKeyword_no_common_ligatures = 372, - eCSSKeyword_no_contextual = 373, - eCSSKeyword_no_discretionary_ligatures = 374, - eCSSKeyword_no_drag = 375, - eCSSKeyword_no_drop = 376, - eCSSKeyword_no_historical_ligatures = 377, - eCSSKeyword_no_open_quote = 378, - eCSSKeyword_no_repeat = 379, - eCSSKeyword_none = 380, - eCSSKeyword_normal = 381, - eCSSKeyword_not_allowed = 382, - eCSSKeyword_nowrap = 383, - eCSSKeyword_numeric = 384, - eCSSKeyword_ns_resize = 385, - eCSSKeyword_nw_resize = 386, - eCSSKeyword_nwse_resize = 387, - eCSSKeyword_oblique = 388, - eCSSKeyword_oldstyle_nums = 389, - eCSSKeyword_opacity = 390, - eCSSKeyword_open = 391, - eCSSKeyword_open_quote = 392, - eCSSKeyword_optional = 393, - eCSSKeyword_ordinal = 394, - eCSSKeyword_ornaments = 395, - eCSSKeyword_outset = 396, - eCSSKeyword_outside = 397, - eCSSKeyword_over = 398, - eCSSKeyword_overlay = 399, - eCSSKeyword_overline = 400, - eCSSKeyword_paint = 401, - eCSSKeyword_padding_box = 402, - eCSSKeyword_painted = 403, - eCSSKeyword_pan_x = 404, - eCSSKeyword_pan_y = 405, - eCSSKeyword_paused = 406, - eCSSKeyword_pc = 407, - eCSSKeyword_perspective = 408, - eCSSKeyword_petite_caps = 409, - eCSSKeyword_physical = 410, - eCSSKeyword_plaintext = 411, - eCSSKeyword_pointer = 412, - eCSSKeyword_polygon = 413, - eCSSKeyword_portrait = 414, - eCSSKeyword_pre = 415, - eCSSKeyword_pre_wrap = 416, - eCSSKeyword_pre_line = 417, - eCSSKeyword_preserve_3d = 418, - eCSSKeyword_progress = 419, - eCSSKeyword_progressive = 420, - eCSSKeyword_proportional_nums = 421, - eCSSKeyword_proportional_width = 422, - eCSSKeyword_proximity = 423, - eCSSKeyword_pt = 424, - eCSSKeyword_px = 425, - eCSSKeyword_rad = 426, - eCSSKeyword_read_only = 427, - eCSSKeyword_read_write = 428, - eCSSKeyword_relative = 429, - eCSSKeyword_repeat = 430, - eCSSKeyword_repeat_x = 431, - eCSSKeyword_repeat_y = 432, - eCSSKeyword_reverse = 433, - eCSSKeyword_ridge = 434, - eCSSKeyword_right = 435, - eCSSKeyword_rl = 436, - eCSSKeyword_rl_tb = 437, - eCSSKeyword_rotate = 438, - eCSSKeyword_rotate3d = 439, - eCSSKeyword_rotatex = 440, - eCSSKeyword_rotatey = 441, - eCSSKeyword_rotatez = 442, - eCSSKeyword_round = 443, - eCSSKeyword_row = 444, - eCSSKeyword_row_resize = 445, - eCSSKeyword_row_reverse = 446, - eCSSKeyword_rtl = 447, - eCSSKeyword_ruby = 448, - eCSSKeyword_ruby_base = 449, - eCSSKeyword_ruby_base_container = 450, - eCSSKeyword_ruby_text = 451, - eCSSKeyword_ruby_text_container = 452, - eCSSKeyword_running = 453, - eCSSKeyword_s = 454, - eCSSKeyword_s_resize = 455, - eCSSKeyword_safe = 456, - eCSSKeyword_saturate = 457, - eCSSKeyword_saturation = 458, - eCSSKeyword_scale = 459, - eCSSKeyword_scale_down = 460, - eCSSKeyword_scale3d = 461, - eCSSKeyword_scalex = 462, - eCSSKeyword_scaley = 463, - eCSSKeyword_scalez = 464, - eCSSKeyword_screen = 465, - eCSSKeyword_script = 466, - eCSSKeyword_scroll = 467, - eCSSKeyword_scrollbar = 468, - eCSSKeyword_scrollbar_small = 469, - eCSSKeyword_scrollbar_horizontal = 470, - eCSSKeyword_scrollbar_vertical = 471, - eCSSKeyword_se_resize = 472, - eCSSKeyword_select_after = 473, - eCSSKeyword_select_all = 474, - eCSSKeyword_select_before = 475, - eCSSKeyword_select_menu = 476, - eCSSKeyword_select_same = 477, - eCSSKeyword_self_end = 478, - eCSSKeyword_self_start = 479, - eCSSKeyword_semi_condensed = 480, - eCSSKeyword_semi_expanded = 481, - eCSSKeyword_separate = 482, - eCSSKeyword_sepia = 483, - eCSSKeyword_serif = 484, - eCSSKeyword_sesame = 485, - eCSSKeyword_show = 486, - eCSSKeyword_sideways = 487, - eCSSKeyword_sideways_lr = 488, - eCSSKeyword_sideways_right = 489, - eCSSKeyword_sideways_rl = 490, - eCSSKeyword_simp_chinese_formal = 491, - eCSSKeyword_simp_chinese_informal = 492, - eCSSKeyword_simplified = 493, - eCSSKeyword_skew = 494, - eCSSKeyword_skewx = 495, - eCSSKeyword_skewy = 496, - eCSSKeyword_slashed_zero = 497, - eCSSKeyword_slice = 498, - eCSSKeyword_small = 499, - eCSSKeyword_small_caps = 500, - eCSSKeyword_small_caption = 501, - eCSSKeyword_smaller = 502, - eCSSKeyword_smooth = 503, - eCSSKeyword_soft = 504, - eCSSKeyword_soft_light = 505, - eCSSKeyword_solid = 506, - eCSSKeyword_space_around = 507, - eCSSKeyword_space_between = 508, - eCSSKeyword_space_evenly = 509, - eCSSKeyword_span = 510, - eCSSKeyword_spell_out = 511, - eCSSKeyword_square = 512, - eCSSKeyword_stacked_fractions = 513, - eCSSKeyword_start = 514, - eCSSKeyword_static = 515, - eCSSKeyword_standalone = 516, - eCSSKeyword_status_bar = 517, - eCSSKeyword_step_end = 518, - eCSSKeyword_step_start = 519, - eCSSKeyword_sticky = 520, - eCSSKeyword_stretch = 521, - eCSSKeyword_stretch_to_fit = 522, - eCSSKeyword_stretched = 523, - eCSSKeyword_strict = 524, - eCSSKeyword_stroke = 525, - eCSSKeyword_stroke_box = 526, - eCSSKeyword_style = 527, - eCSSKeyword_styleset = 528, - eCSSKeyword_stylistic = 529, - eCSSKeyword_sub = 530, - eCSSKeyword_subgrid = 531, - eCSSKeyword_subtract = 532, - eCSSKeyword_super = 533, - eCSSKeyword_sw_resize = 534, - eCSSKeyword_swash = 535, - eCSSKeyword_swap = 536, - eCSSKeyword_table = 537, - eCSSKeyword_table_caption = 538, - eCSSKeyword_table_cell = 539, - eCSSKeyword_table_column = 540, - eCSSKeyword_table_column_group = 541, - eCSSKeyword_table_footer_group = 542, - eCSSKeyword_table_header_group = 543, - eCSSKeyword_table_row = 544, - eCSSKeyword_table_row_group = 545, - eCSSKeyword_tabular_nums = 546, - eCSSKeyword_tailed = 547, - eCSSKeyword_tb = 548, - eCSSKeyword_tb_rl = 549, - eCSSKeyword_text = 550, - eCSSKeyword_text_bottom = 551, - eCSSKeyword_text_top = 552, - eCSSKeyword_thick = 553, - eCSSKeyword_thin = 554, - eCSSKeyword_threeddarkshadow = 555, - eCSSKeyword_threedface = 556, - eCSSKeyword_threedhighlight = 557, - eCSSKeyword_threedlightshadow = 558, - eCSSKeyword_threedshadow = 559, - eCSSKeyword_titling_caps = 560, - eCSSKeyword_toggle = 561, - eCSSKeyword_top = 562, - eCSSKeyword_top_outside = 563, - eCSSKeyword_trad_chinese_formal = 564, - eCSSKeyword_trad_chinese_informal = 565, - eCSSKeyword_traditional = 566, - eCSSKeyword_translate = 567, - eCSSKeyword_translate3d = 568, - eCSSKeyword_translatex = 569, - eCSSKeyword_translatey = 570, - eCSSKeyword_translatez = 571, - eCSSKeyword_transparent = 572, - eCSSKeyword_triangle = 573, - eCSSKeyword_tri_state = 574, - eCSSKeyword_ultra_condensed = 575, - eCSSKeyword_ultra_expanded = 576, - eCSSKeyword_under = 577, - eCSSKeyword_underline = 578, - eCSSKeyword_unicase = 579, - eCSSKeyword_unsafe = 580, - eCSSKeyword_unset = 581, - eCSSKeyword_uppercase = 582, - eCSSKeyword_upright = 583, - eCSSKeyword_vertical = 584, - eCSSKeyword_vertical_lr = 585, - eCSSKeyword_vertical_rl = 586, - eCSSKeyword_vertical_text = 587, - eCSSKeyword_view_box = 588, - eCSSKeyword_visible = 589, - eCSSKeyword_visiblefill = 590, - eCSSKeyword_visiblepainted = 591, - eCSSKeyword_visiblestroke = 592, - eCSSKeyword_w_resize = 593, - eCSSKeyword_wait = 594, - eCSSKeyword_wavy = 595, - eCSSKeyword_weight = 596, - eCSSKeyword_wider = 597, - eCSSKeyword_window = 598, - eCSSKeyword_windowframe = 599, - eCSSKeyword_windowtext = 600, - eCSSKeyword_words = 601, - eCSSKeyword_wrap = 602, - eCSSKeyword_wrap_reverse = 603, - eCSSKeyword_write_only = 604, - eCSSKeyword_x_large = 605, - eCSSKeyword_x_small = 606, - eCSSKeyword_xx_large = 607, - eCSSKeyword_xx_small = 608, - eCSSKeyword_zoom_in = 609, - eCSSKeyword_zoom_out = 610, - eCSSKeyword_radio = 611, - eCSSKeyword_checkbox = 612, - eCSSKeyword_button_bevel = 613, - eCSSKeyword_toolbox = 614, - eCSSKeyword_toolbar = 615, - eCSSKeyword_toolbarbutton = 616, - eCSSKeyword_toolbargripper = 617, - eCSSKeyword_dualbutton = 618, - eCSSKeyword_toolbarbutton_dropdown = 619, - eCSSKeyword_button_arrow_up = 620, - eCSSKeyword_button_arrow_down = 621, - eCSSKeyword_button_arrow_next = 622, - eCSSKeyword_button_arrow_previous = 623, - eCSSKeyword_separator = 624, - eCSSKeyword_splitter = 625, - eCSSKeyword_statusbar = 626, - eCSSKeyword_statusbarpanel = 627, - eCSSKeyword_resizerpanel = 628, - eCSSKeyword_resizer = 629, - eCSSKeyword_listbox = 630, - eCSSKeyword_listitem = 631, - eCSSKeyword_numbers = 632, - eCSSKeyword_number_input = 633, - eCSSKeyword_treeview = 634, - eCSSKeyword_treeitem = 635, - eCSSKeyword_treetwisty = 636, - eCSSKeyword_treetwistyopen = 637, - eCSSKeyword_treeline = 638, - eCSSKeyword_treeheader = 639, - eCSSKeyword_treeheadercell = 640, - eCSSKeyword_treeheadersortarrow = 641, - eCSSKeyword_progressbar = 642, - eCSSKeyword_progressbar_vertical = 643, - eCSSKeyword_progresschunk = 644, - eCSSKeyword_progresschunk_vertical = 645, - eCSSKeyword_tab = 646, - eCSSKeyword_tabpanels = 647, - eCSSKeyword_tabpanel = 648, - eCSSKeyword_tab_scroll_arrow_back = 649, - eCSSKeyword_tab_scroll_arrow_forward = 650, - eCSSKeyword_tooltip = 651, - eCSSKeyword_spinner = 652, - eCSSKeyword_spinner_upbutton = 653, - eCSSKeyword_spinner_downbutton = 654, - eCSSKeyword_spinner_textfield = 655, - eCSSKeyword_scrollbarbutton_up = 656, - eCSSKeyword_scrollbarbutton_down = 657, - eCSSKeyword_scrollbarbutton_left = 658, - eCSSKeyword_scrollbarbutton_right = 659, - eCSSKeyword_scrollbartrack_horizontal = 660, - eCSSKeyword_scrollbartrack_vertical = 661, - eCSSKeyword_scrollbarthumb_horizontal = 662, - eCSSKeyword_scrollbarthumb_vertical = 663, - eCSSKeyword_sheet = 664, - eCSSKeyword_textfield = 665, - eCSSKeyword_textfield_multiline = 666, - eCSSKeyword_caret = 667, - eCSSKeyword_searchfield = 668, - eCSSKeyword_menubar = 669, - eCSSKeyword_menupopup = 670, - eCSSKeyword_menuitem = 671, - eCSSKeyword_checkmenuitem = 672, - eCSSKeyword_radiomenuitem = 673, - eCSSKeyword_menucheckbox = 674, - eCSSKeyword_menuradio = 675, - eCSSKeyword_menuseparator = 676, - eCSSKeyword_menuarrow = 677, - eCSSKeyword_menuimage = 678, - eCSSKeyword_menuitemtext = 679, - eCSSKeyword_menulist = 680, - eCSSKeyword_menulist_button = 681, - eCSSKeyword_menulist_text = 682, - eCSSKeyword_menulist_textfield = 683, - eCSSKeyword_meterbar = 684, - eCSSKeyword_meterchunk = 685, - eCSSKeyword_minimal_ui = 686, - eCSSKeyword_range = 687, - eCSSKeyword_range_thumb = 688, - eCSSKeyword_sans_serif = 689, - eCSSKeyword_sans_serif_bold_italic = 690, - eCSSKeyword_sans_serif_italic = 691, - eCSSKeyword_scale_horizontal = 692, - eCSSKeyword_scale_vertical = 693, - eCSSKeyword_scalethumb_horizontal = 694, - eCSSKeyword_scalethumb_vertical = 695, - eCSSKeyword_scalethumbstart = 696, - eCSSKeyword_scalethumbend = 697, - eCSSKeyword_scalethumbtick = 698, - eCSSKeyword_groupbox = 699, - eCSSKeyword_checkbox_container = 700, - eCSSKeyword_radio_container = 701, - eCSSKeyword_checkbox_label = 702, - eCSSKeyword_radio_label = 703, - eCSSKeyword_button_focus = 704, - eCSSKeyword__moz_win_media_toolbox = 705, - eCSSKeyword__moz_win_communications_toolbox = 706, - eCSSKeyword__moz_win_browsertabbar_toolbox = 707, - eCSSKeyword__moz_win_mediatext = 708, - eCSSKeyword__moz_win_communicationstext = 709, - eCSSKeyword__moz_win_glass = 710, - eCSSKeyword__moz_win_borderless_glass = 711, - eCSSKeyword__moz_window_titlebar = 712, - eCSSKeyword__moz_window_titlebar_maximized = 713, - eCSSKeyword__moz_window_frame_left = 714, - eCSSKeyword__moz_window_frame_right = 715, - eCSSKeyword__moz_window_frame_bottom = 716, - eCSSKeyword__moz_window_button_close = 717, - eCSSKeyword__moz_window_button_minimize = 718, - eCSSKeyword__moz_window_button_maximize = 719, - eCSSKeyword__moz_window_button_restore = 720, - eCSSKeyword__moz_window_button_box = 721, - eCSSKeyword__moz_window_button_box_maximized = 722, - eCSSKeyword__moz_mac_help_button = 723, - eCSSKeyword__moz_win_exclude_glass = 724, - eCSSKeyword__moz_mac_vibrancy_light = 725, - eCSSKeyword__moz_mac_vibrancy_dark = 726, - eCSSKeyword__moz_mac_disclosure_button_closed = 727, - eCSSKeyword__moz_mac_disclosure_button_open = 728, - eCSSKeyword__moz_mac_source_list = 729, - eCSSKeyword__moz_mac_source_list_selection = 730, - eCSSKeyword__moz_mac_active_source_list_selection = 731, - eCSSKeyword_alphabetic = 732, - eCSSKeyword_bevel = 733, - eCSSKeyword_butt = 734, - eCSSKeyword_central = 735, - eCSSKeyword_crispedges = 736, - eCSSKeyword_evenodd = 737, - eCSSKeyword_geometricprecision = 738, - eCSSKeyword_hanging = 739, - eCSSKeyword_ideographic = 740, - eCSSKeyword_linearrgb = 741, - eCSSKeyword_mathematical = 742, - eCSSKeyword_miter = 743, - eCSSKeyword_no_change = 744, - eCSSKeyword_non_scaling_stroke = 745, - eCSSKeyword_nonzero = 746, - eCSSKeyword_optimizelegibility = 747, - eCSSKeyword_optimizequality = 748, - eCSSKeyword_optimizespeed = 749, - eCSSKeyword_reset_size = 750, - eCSSKeyword_srgb = 751, - eCSSKeyword_symbolic = 752, - eCSSKeyword_symbols = 753, - eCSSKeyword_text_after_edge = 754, - eCSSKeyword_text_before_edge = 755, - eCSSKeyword_use_script = 756, - eCSSKeyword__moz_crisp_edges = 757, - eCSSKeyword_space = 758, - eCSSKeyword_COUNT = 759, + eCSSKeyword__moz_available = 3, + eCSSKeyword__moz_box = 4, + eCSSKeyword__moz_button = 5, + eCSSKeyword__moz_buttondefault = 6, + eCSSKeyword__moz_buttonhoverface = 7, + eCSSKeyword__moz_buttonhovertext = 8, + eCSSKeyword__moz_cellhighlight = 9, + eCSSKeyword__moz_cellhighlighttext = 10, + eCSSKeyword__moz_center = 11, + eCSSKeyword__moz_combobox = 12, + eCSSKeyword__moz_comboboxtext = 13, + eCSSKeyword__moz_block_height = 14, + eCSSKeyword__moz_deck = 15, + eCSSKeyword__moz_default_background_color = 16, + eCSSKeyword__moz_default_color = 17, + eCSSKeyword__moz_desktop = 18, + eCSSKeyword__moz_dialog = 19, + eCSSKeyword__moz_dialogtext = 20, + eCSSKeyword__moz_document = 21, + eCSSKeyword__moz_dragtargetzone = 22, + eCSSKeyword__moz_element = 23, + eCSSKeyword__moz_eventreerow = 24, + eCSSKeyword__moz_field = 25, + eCSSKeyword__moz_fieldtext = 26, + eCSSKeyword__moz_fit_content = 27, + eCSSKeyword__moz_fixed = 28, + eCSSKeyword__moz_grabbing = 29, + eCSSKeyword__moz_grab = 30, + eCSSKeyword__moz_grid_group = 31, + eCSSKeyword__moz_grid_line = 32, + eCSSKeyword__moz_grid = 33, + eCSSKeyword__moz_groupbox = 34, + eCSSKeyword__moz_gtk_info_bar = 35, + eCSSKeyword__moz_gtk_info_bar_text = 36, + eCSSKeyword__moz_hidden_unscrollable = 37, + eCSSKeyword__moz_hyperlinktext = 38, + eCSSKeyword__moz_html_cellhighlight = 39, + eCSSKeyword__moz_html_cellhighlighttext = 40, + eCSSKeyword__moz_image_rect = 41, + eCSSKeyword__moz_info = 42, + eCSSKeyword__moz_inline_box = 43, + eCSSKeyword__moz_inline_grid = 44, + eCSSKeyword__moz_inline_stack = 45, + eCSSKeyword__moz_left = 46, + eCSSKeyword__moz_list = 47, + eCSSKeyword__moz_mac_buttonactivetext = 48, + eCSSKeyword__moz_mac_chrome_active = 49, + eCSSKeyword__moz_mac_chrome_inactive = 50, + eCSSKeyword__moz_mac_defaultbuttontext = 51, + eCSSKeyword__moz_mac_focusring = 52, + eCSSKeyword__moz_mac_fullscreen_button = 53, + eCSSKeyword__moz_mac_menuselect = 54, + eCSSKeyword__moz_mac_menushadow = 55, + eCSSKeyword__moz_mac_menutextdisable = 56, + eCSSKeyword__moz_mac_menutextselect = 57, + eCSSKeyword__moz_mac_disabledtoolbartext = 58, + eCSSKeyword__moz_mac_secondaryhighlight = 59, + eCSSKeyword__moz_max_content = 60, + eCSSKeyword__moz_menuhover = 61, + eCSSKeyword__moz_menuhovertext = 62, + eCSSKeyword__moz_menubartext = 63, + eCSSKeyword__moz_menubarhovertext = 64, + eCSSKeyword__moz_middle_with_baseline = 65, + eCSSKeyword__moz_min_content = 66, + eCSSKeyword__moz_nativehyperlinktext = 67, + eCSSKeyword__moz_none = 68, + eCSSKeyword__moz_oddtreerow = 69, + eCSSKeyword__moz_popup = 70, + eCSSKeyword__moz_pre_space = 71, + eCSSKeyword__moz_pull_down_menu = 72, + eCSSKeyword__moz_right = 73, + eCSSKeyword__moz_scrollbars_horizontal = 74, + eCSSKeyword__moz_scrollbars_none = 75, + eCSSKeyword__moz_scrollbars_vertical = 76, + eCSSKeyword__moz_stack = 77, + eCSSKeyword__moz_text = 78, + eCSSKeyword__moz_use_system_font = 79, + eCSSKeyword__moz_visitedhyperlinktext = 80, + eCSSKeyword__moz_window = 81, + eCSSKeyword__moz_workspace = 82, + eCSSKeyword__moz_zoom_in = 83, + eCSSKeyword__moz_zoom_out = 84, + eCSSKeyword__webkit_box = 85, + eCSSKeyword__webkit_flex = 86, + eCSSKeyword__webkit_inline_box = 87, + eCSSKeyword__webkit_inline_flex = 88, + eCSSKeyword_absolute = 89, + eCSSKeyword_active = 90, + eCSSKeyword_activeborder = 91, + eCSSKeyword_activecaption = 92, + eCSSKeyword_add = 93, + eCSSKeyword_additive = 94, + eCSSKeyword_alias = 95, + eCSSKeyword_all = 96, + eCSSKeyword_all_petite_caps = 97, + eCSSKeyword_all_scroll = 98, + eCSSKeyword_all_small_caps = 99, + eCSSKeyword_alpha = 100, + eCSSKeyword_alternate = 101, + eCSSKeyword_alternate_reverse = 102, + eCSSKeyword_always = 103, + eCSSKeyword_annotation = 104, + eCSSKeyword_appworkspace = 105, + eCSSKeyword_auto = 106, + eCSSKeyword_auto_fill = 107, + eCSSKeyword_auto_fit = 108, + eCSSKeyword_auto_flow = 109, + eCSSKeyword_avoid = 110, + eCSSKeyword_background = 111, + eCSSKeyword_backwards = 112, + eCSSKeyword_balance = 113, + eCSSKeyword_baseline = 114, + eCSSKeyword_bidi_override = 115, + eCSSKeyword_blink = 116, + eCSSKeyword_block = 117, + eCSSKeyword_block_axis = 118, + eCSSKeyword_blur = 119, + eCSSKeyword_bold = 120, + eCSSKeyword_bold_fraktur = 121, + eCSSKeyword_bold_italic = 122, + eCSSKeyword_bold_sans_serif = 123, + eCSSKeyword_bold_script = 124, + eCSSKeyword_bolder = 125, + eCSSKeyword_border_box = 126, + eCSSKeyword_both = 127, + eCSSKeyword_bottom = 128, + eCSSKeyword_bottom_outside = 129, + eCSSKeyword_break_all = 130, + eCSSKeyword_break_word = 131, + eCSSKeyword_brightness = 132, + eCSSKeyword_browser = 133, + eCSSKeyword_bullets = 134, + eCSSKeyword_button = 135, + eCSSKeyword_buttonface = 136, + eCSSKeyword_buttonhighlight = 137, + eCSSKeyword_buttonshadow = 138, + eCSSKeyword_buttontext = 139, + eCSSKeyword_capitalize = 140, + eCSSKeyword_caption = 141, + eCSSKeyword_captiontext = 142, + eCSSKeyword_cell = 143, + eCSSKeyword_center = 144, + eCSSKeyword_ch = 145, + eCSSKeyword_character_variant = 146, + eCSSKeyword_circle = 147, + eCSSKeyword_cjk_decimal = 148, + eCSSKeyword_clip = 149, + eCSSKeyword_clone = 150, + eCSSKeyword_close_quote = 151, + eCSSKeyword_closest_corner = 152, + eCSSKeyword_closest_side = 153, + eCSSKeyword_cm = 154, + eCSSKeyword_col_resize = 155, + eCSSKeyword_collapse = 156, + eCSSKeyword_color = 157, + eCSSKeyword_color_burn = 158, + eCSSKeyword_color_dodge = 159, + eCSSKeyword_common_ligatures = 160, + eCSSKeyword_column = 161, + eCSSKeyword_column_reverse = 162, + eCSSKeyword_condensed = 163, + eCSSKeyword_contain = 164, + eCSSKeyword_content_box = 165, + eCSSKeyword_contents = 166, + eCSSKeyword_context_fill = 167, + eCSSKeyword_context_fill_opacity = 168, + eCSSKeyword_context_menu = 169, + eCSSKeyword_context_stroke = 170, + eCSSKeyword_context_stroke_opacity = 171, + eCSSKeyword_context_value = 172, + eCSSKeyword_continuous = 173, + eCSSKeyword_contrast = 174, + eCSSKeyword_copy = 175, + eCSSKeyword_contextual = 176, + eCSSKeyword_cover = 177, + eCSSKeyword_crop = 178, + eCSSKeyword_cross = 179, + eCSSKeyword_crosshair = 180, + eCSSKeyword_currentcolor = 181, + eCSSKeyword_cursive = 182, + eCSSKeyword_cyclic = 183, + eCSSKeyword_darken = 184, + eCSSKeyword_dashed = 185, + eCSSKeyword_dense = 186, + eCSSKeyword_decimal = 187, + eCSSKeyword_default = 188, + eCSSKeyword_deg = 189, + eCSSKeyword_diagonal_fractions = 190, + eCSSKeyword_dialog = 191, + eCSSKeyword_difference = 192, + eCSSKeyword_digits = 193, + eCSSKeyword_disabled = 194, + eCSSKeyword_disc = 195, + eCSSKeyword_disclosure_closed = 196, + eCSSKeyword_disclosure_open = 197, + eCSSKeyword_discretionary_ligatures = 198, + eCSSKeyword_distribute = 199, + eCSSKeyword_dot = 200, + eCSSKeyword_dotted = 201, + eCSSKeyword_double = 202, + eCSSKeyword_double_circle = 203, + eCSSKeyword_double_struck = 204, + eCSSKeyword_drag = 205, + eCSSKeyword_drop_shadow = 206, + eCSSKeyword_e_resize = 207, + eCSSKeyword_ease = 208, + eCSSKeyword_ease_in = 209, + eCSSKeyword_ease_in_out = 210, + eCSSKeyword_ease_out = 211, + eCSSKeyword_economy = 212, + eCSSKeyword_element = 213, + eCSSKeyword_elements = 214, + eCSSKeyword_ellipse = 215, + eCSSKeyword_ellipsis = 216, + eCSSKeyword_em = 217, + eCSSKeyword_embed = 218, + eCSSKeyword_enabled = 219, + eCSSKeyword_end = 220, + eCSSKeyword_ethiopic_numeric = 221, + eCSSKeyword_ex = 222, + eCSSKeyword_exact = 223, + eCSSKeyword_exclude = 224, + eCSSKeyword_exclusion = 225, + eCSSKeyword_expanded = 226, + eCSSKeyword_extends = 227, + eCSSKeyword_extra_condensed = 228, + eCSSKeyword_extra_expanded = 229, + eCSSKeyword_ew_resize = 230, + eCSSKeyword_fallback = 231, + eCSSKeyword_fantasy = 232, + eCSSKeyword_farthest_side = 233, + eCSSKeyword_farthest_corner = 234, + eCSSKeyword_fill = 235, + eCSSKeyword_filled = 236, + eCSSKeyword_fill_box = 237, + eCSSKeyword_first = 238, + eCSSKeyword_fit_content = 239, + eCSSKeyword_fixed = 240, + eCSSKeyword_flat = 241, + eCSSKeyword_flex = 242, + eCSSKeyword_flex_end = 243, + eCSSKeyword_flex_start = 244, + eCSSKeyword_flip = 245, + eCSSKeyword_flow_root = 246, + eCSSKeyword_forwards = 247, + eCSSKeyword_fraktur = 248, + eCSSKeyword_frames = 249, + eCSSKeyword_from_image = 250, + eCSSKeyword_full_width = 251, + eCSSKeyword_fullscreen = 252, + eCSSKeyword_grab = 253, + eCSSKeyword_grabbing = 254, + eCSSKeyword_grad = 255, + eCSSKeyword_grayscale = 256, + eCSSKeyword_graytext = 257, + eCSSKeyword_grid = 258, + eCSSKeyword_groove = 259, + eCSSKeyword_hard_light = 260, + eCSSKeyword_hebrew = 261, + eCSSKeyword_help = 262, + eCSSKeyword_hidden = 263, + eCSSKeyword_hide = 264, + eCSSKeyword_highlight = 265, + eCSSKeyword_highlighttext = 266, + eCSSKeyword_historical_forms = 267, + eCSSKeyword_historical_ligatures = 268, + eCSSKeyword_horizontal = 269, + eCSSKeyword_horizontal_tb = 270, + eCSSKeyword_hue = 271, + eCSSKeyword_hue_rotate = 272, + eCSSKeyword_hz = 273, + eCSSKeyword_icon = 274, + eCSSKeyword_ignore = 275, + eCSSKeyword_in = 276, + eCSSKeyword_interlace = 277, + eCSSKeyword_inactive = 278, + eCSSKeyword_inactiveborder = 279, + eCSSKeyword_inactivecaption = 280, + eCSSKeyword_inactivecaptiontext = 281, + eCSSKeyword_infinite = 282, + eCSSKeyword_infobackground = 283, + eCSSKeyword_infotext = 284, + eCSSKeyword_inherit = 285, + eCSSKeyword_initial = 286, + eCSSKeyword_inline = 287, + eCSSKeyword_inline_axis = 288, + eCSSKeyword_inline_block = 289, + eCSSKeyword_inline_end = 290, + eCSSKeyword_inline_flex = 291, + eCSSKeyword_inline_grid = 292, + eCSSKeyword_inline_start = 293, + eCSSKeyword_inline_table = 294, + eCSSKeyword_inset = 295, + eCSSKeyword_inside = 296, + eCSSKeyword_inter_character = 297, + eCSSKeyword_inter_word = 298, + eCSSKeyword_interpolatematrix = 299, + eCSSKeyword_accumulatematrix = 300, + eCSSKeyword_intersect = 301, + eCSSKeyword_isolate = 302, + eCSSKeyword_isolate_override = 303, + eCSSKeyword_invert = 304, + eCSSKeyword_italic = 305, + eCSSKeyword_japanese_formal = 306, + eCSSKeyword_japanese_informal = 307, + eCSSKeyword_jis78 = 308, + eCSSKeyword_jis83 = 309, + eCSSKeyword_jis90 = 310, + eCSSKeyword_jis04 = 311, + eCSSKeyword_justify = 312, + eCSSKeyword_keep_all = 313, + eCSSKeyword_khz = 314, + eCSSKeyword_korean_hangul_formal = 315, + eCSSKeyword_korean_hanja_formal = 316, + eCSSKeyword_korean_hanja_informal = 317, + eCSSKeyword_landscape = 318, + eCSSKeyword_large = 319, + eCSSKeyword_larger = 320, + eCSSKeyword_last = 321, + eCSSKeyword_last_baseline = 322, + eCSSKeyword_layout = 323, + eCSSKeyword_left = 324, + eCSSKeyword_legacy = 325, + eCSSKeyword_lighten = 326, + eCSSKeyword_lighter = 327, + eCSSKeyword_line_through = 328, + eCSSKeyword_linear = 329, + eCSSKeyword_lining_nums = 330, + eCSSKeyword_list_item = 331, + eCSSKeyword_local = 332, + eCSSKeyword_logical = 333, + eCSSKeyword_looped = 334, + eCSSKeyword_lowercase = 335, + eCSSKeyword_lr = 336, + eCSSKeyword_lr_tb = 337, + eCSSKeyword_ltr = 338, + eCSSKeyword_luminance = 339, + eCSSKeyword_luminosity = 340, + eCSSKeyword_mandatory = 341, + eCSSKeyword_manipulation = 342, + eCSSKeyword_manual = 343, + eCSSKeyword_margin_box = 344, + eCSSKeyword_markers = 345, + eCSSKeyword_match_parent = 346, + eCSSKeyword_match_source = 347, + eCSSKeyword_matrix = 348, + eCSSKeyword_matrix3d = 349, + eCSSKeyword_max_content = 350, + eCSSKeyword_medium = 351, + eCSSKeyword_menu = 352, + eCSSKeyword_menutext = 353, + eCSSKeyword_message_box = 354, + eCSSKeyword_middle = 355, + eCSSKeyword_min_content = 356, + eCSSKeyword_minmax = 357, + eCSSKeyword_mix = 358, + eCSSKeyword_mixed = 359, + eCSSKeyword_mm = 360, + eCSSKeyword_monospace = 361, + eCSSKeyword_move = 362, + eCSSKeyword_ms = 363, + eCSSKeyword_multiply = 364, + eCSSKeyword_n_resize = 365, + eCSSKeyword_narrower = 366, + eCSSKeyword_ne_resize = 367, + eCSSKeyword_nesw_resize = 368, + eCSSKeyword_no_clip = 369, + eCSSKeyword_no_close_quote = 370, + eCSSKeyword_no_common_ligatures = 371, + eCSSKeyword_no_contextual = 372, + eCSSKeyword_no_discretionary_ligatures = 373, + eCSSKeyword_no_drag = 374, + eCSSKeyword_no_drop = 375, + eCSSKeyword_no_historical_ligatures = 376, + eCSSKeyword_no_open_quote = 377, + eCSSKeyword_no_repeat = 378, + eCSSKeyword_none = 379, + eCSSKeyword_normal = 380, + eCSSKeyword_not_allowed = 381, + eCSSKeyword_nowrap = 382, + eCSSKeyword_numeric = 383, + eCSSKeyword_ns_resize = 384, + eCSSKeyword_nw_resize = 385, + eCSSKeyword_nwse_resize = 386, + eCSSKeyword_oblique = 387, + eCSSKeyword_oldstyle_nums = 388, + eCSSKeyword_opacity = 389, + eCSSKeyword_open = 390, + eCSSKeyword_open_quote = 391, + eCSSKeyword_optional = 392, + eCSSKeyword_ordinal = 393, + eCSSKeyword_ornaments = 394, + eCSSKeyword_outset = 395, + eCSSKeyword_outside = 396, + eCSSKeyword_over = 397, + eCSSKeyword_overlay = 398, + eCSSKeyword_overline = 399, + eCSSKeyword_paint = 400, + eCSSKeyword_padding_box = 401, + eCSSKeyword_painted = 402, + eCSSKeyword_pan_x = 403, + eCSSKeyword_pan_y = 404, + eCSSKeyword_paused = 405, + eCSSKeyword_pc = 406, + eCSSKeyword_perspective = 407, + eCSSKeyword_petite_caps = 408, + eCSSKeyword_physical = 409, + eCSSKeyword_plaintext = 410, + eCSSKeyword_pointer = 411, + eCSSKeyword_polygon = 412, + eCSSKeyword_portrait = 413, + eCSSKeyword_pre = 414, + eCSSKeyword_pre_wrap = 415, + eCSSKeyword_pre_line = 416, + eCSSKeyword_preserve_3d = 417, + eCSSKeyword_progress = 418, + eCSSKeyword_progressive = 419, + eCSSKeyword_proportional_nums = 420, + eCSSKeyword_proportional_width = 421, + eCSSKeyword_proximity = 422, + eCSSKeyword_pt = 423, + eCSSKeyword_px = 424, + eCSSKeyword_rad = 425, + eCSSKeyword_read_only = 426, + eCSSKeyword_read_write = 427, + eCSSKeyword_relative = 428, + eCSSKeyword_repeat = 429, + eCSSKeyword_repeat_x = 430, + eCSSKeyword_repeat_y = 431, + eCSSKeyword_reverse = 432, + eCSSKeyword_ridge = 433, + eCSSKeyword_right = 434, + eCSSKeyword_rl = 435, + eCSSKeyword_rl_tb = 436, + eCSSKeyword_rotate = 437, + eCSSKeyword_rotate3d = 438, + eCSSKeyword_rotatex = 439, + eCSSKeyword_rotatey = 440, + eCSSKeyword_rotatez = 441, + eCSSKeyword_round = 442, + eCSSKeyword_row = 443, + eCSSKeyword_row_resize = 444, + eCSSKeyword_row_reverse = 445, + eCSSKeyword_rtl = 446, + eCSSKeyword_ruby = 447, + eCSSKeyword_ruby_base = 448, + eCSSKeyword_ruby_base_container = 449, + eCSSKeyword_ruby_text = 450, + eCSSKeyword_ruby_text_container = 451, + eCSSKeyword_running = 452, + eCSSKeyword_s = 453, + eCSSKeyword_s_resize = 454, + eCSSKeyword_safe = 455, + eCSSKeyword_saturate = 456, + eCSSKeyword_saturation = 457, + eCSSKeyword_scale = 458, + eCSSKeyword_scale_down = 459, + eCSSKeyword_scale3d = 460, + eCSSKeyword_scalex = 461, + eCSSKeyword_scaley = 462, + eCSSKeyword_scalez = 463, + eCSSKeyword_screen = 464, + eCSSKeyword_script = 465, + eCSSKeyword_scroll = 466, + eCSSKeyword_scrollbar = 467, + eCSSKeyword_scrollbar_small = 468, + eCSSKeyword_scrollbar_horizontal = 469, + eCSSKeyword_scrollbar_vertical = 470, + eCSSKeyword_se_resize = 471, + eCSSKeyword_select_after = 472, + eCSSKeyword_select_all = 473, + eCSSKeyword_select_before = 474, + eCSSKeyword_select_menu = 475, + eCSSKeyword_select_same = 476, + eCSSKeyword_self_end = 477, + eCSSKeyword_self_start = 478, + eCSSKeyword_semi_condensed = 479, + eCSSKeyword_semi_expanded = 480, + eCSSKeyword_separate = 481, + eCSSKeyword_sepia = 482, + eCSSKeyword_serif = 483, + eCSSKeyword_sesame = 484, + eCSSKeyword_show = 485, + eCSSKeyword_sideways = 486, + eCSSKeyword_sideways_lr = 487, + eCSSKeyword_sideways_right = 488, + eCSSKeyword_sideways_rl = 489, + eCSSKeyword_simp_chinese_formal = 490, + eCSSKeyword_simp_chinese_informal = 491, + eCSSKeyword_simplified = 492, + eCSSKeyword_skew = 493, + eCSSKeyword_skewx = 494, + eCSSKeyword_skewy = 495, + eCSSKeyword_slashed_zero = 496, + eCSSKeyword_slice = 497, + eCSSKeyword_small = 498, + eCSSKeyword_small_caps = 499, + eCSSKeyword_small_caption = 500, + eCSSKeyword_smaller = 501, + eCSSKeyword_smooth = 502, + eCSSKeyword_soft = 503, + eCSSKeyword_soft_light = 504, + eCSSKeyword_solid = 505, + eCSSKeyword_space_around = 506, + eCSSKeyword_space_between = 507, + eCSSKeyword_space_evenly = 508, + eCSSKeyword_span = 509, + eCSSKeyword_spell_out = 510, + eCSSKeyword_square = 511, + eCSSKeyword_stacked_fractions = 512, + eCSSKeyword_start = 513, + eCSSKeyword_static = 514, + eCSSKeyword_standalone = 515, + eCSSKeyword_status_bar = 516, + eCSSKeyword_step_end = 517, + eCSSKeyword_step_start = 518, + eCSSKeyword_sticky = 519, + eCSSKeyword_stretch = 520, + eCSSKeyword_stretch_to_fit = 521, + eCSSKeyword_stretched = 522, + eCSSKeyword_strict = 523, + eCSSKeyword_stroke = 524, + eCSSKeyword_stroke_box = 525, + eCSSKeyword_style = 526, + eCSSKeyword_styleset = 527, + eCSSKeyword_stylistic = 528, + eCSSKeyword_sub = 529, + eCSSKeyword_subgrid = 530, + eCSSKeyword_subtract = 531, + eCSSKeyword_super = 532, + eCSSKeyword_sw_resize = 533, + eCSSKeyword_swash = 534, + eCSSKeyword_swap = 535, + eCSSKeyword_table = 536, + eCSSKeyword_table_caption = 537, + eCSSKeyword_table_cell = 538, + eCSSKeyword_table_column = 539, + eCSSKeyword_table_column_group = 540, + eCSSKeyword_table_footer_group = 541, + eCSSKeyword_table_header_group = 542, + eCSSKeyword_table_row = 543, + eCSSKeyword_table_row_group = 544, + eCSSKeyword_tabular_nums = 545, + eCSSKeyword_tailed = 546, + eCSSKeyword_tb = 547, + eCSSKeyword_tb_rl = 548, + eCSSKeyword_text = 549, + eCSSKeyword_text_bottom = 550, + eCSSKeyword_text_top = 551, + eCSSKeyword_thick = 552, + eCSSKeyword_thin = 553, + eCSSKeyword_threeddarkshadow = 554, + eCSSKeyword_threedface = 555, + eCSSKeyword_threedhighlight = 556, + eCSSKeyword_threedlightshadow = 557, + eCSSKeyword_threedshadow = 558, + eCSSKeyword_titling_caps = 559, + eCSSKeyword_toggle = 560, + eCSSKeyword_top = 561, + eCSSKeyword_top_outside = 562, + eCSSKeyword_trad_chinese_formal = 563, + eCSSKeyword_trad_chinese_informal = 564, + eCSSKeyword_traditional = 565, + eCSSKeyword_translate = 566, + eCSSKeyword_translate3d = 567, + eCSSKeyword_translatex = 568, + eCSSKeyword_translatey = 569, + eCSSKeyword_translatez = 570, + eCSSKeyword_transparent = 571, + eCSSKeyword_triangle = 572, + eCSSKeyword_tri_state = 573, + eCSSKeyword_ultra_condensed = 574, + eCSSKeyword_ultra_expanded = 575, + eCSSKeyword_under = 576, + eCSSKeyword_underline = 577, + eCSSKeyword_unicase = 578, + eCSSKeyword_unsafe = 579, + eCSSKeyword_unset = 580, + eCSSKeyword_uppercase = 581, + eCSSKeyword_upright = 582, + eCSSKeyword_vertical = 583, + eCSSKeyword_vertical_lr = 584, + eCSSKeyword_vertical_rl = 585, + eCSSKeyword_vertical_text = 586, + eCSSKeyword_view_box = 587, + eCSSKeyword_visible = 588, + eCSSKeyword_visiblefill = 589, + eCSSKeyword_visiblepainted = 590, + eCSSKeyword_visiblestroke = 591, + eCSSKeyword_w_resize = 592, + eCSSKeyword_wait = 593, + eCSSKeyword_wavy = 594, + eCSSKeyword_weight = 595, + eCSSKeyword_wider = 596, + eCSSKeyword_window = 597, + eCSSKeyword_windowframe = 598, + eCSSKeyword_windowtext = 599, + eCSSKeyword_words = 600, + eCSSKeyword_wrap = 601, + eCSSKeyword_wrap_reverse = 602, + eCSSKeyword_write_only = 603, + eCSSKeyword_x_large = 604, + eCSSKeyword_x_small = 605, + eCSSKeyword_xx_large = 606, + eCSSKeyword_xx_small = 607, + eCSSKeyword_zoom_in = 608, + eCSSKeyword_zoom_out = 609, + eCSSKeyword_radio = 610, + eCSSKeyword_checkbox = 611, + eCSSKeyword_button_bevel = 612, + eCSSKeyword_toolbox = 613, + eCSSKeyword_toolbar = 614, + eCSSKeyword_toolbarbutton = 615, + eCSSKeyword_toolbargripper = 616, + eCSSKeyword_dualbutton = 617, + eCSSKeyword_toolbarbutton_dropdown = 618, + eCSSKeyword_button_arrow_up = 619, + eCSSKeyword_button_arrow_down = 620, + eCSSKeyword_button_arrow_next = 621, + eCSSKeyword_button_arrow_previous = 622, + eCSSKeyword_separator = 623, + eCSSKeyword_splitter = 624, + eCSSKeyword_statusbar = 625, + eCSSKeyword_statusbarpanel = 626, + eCSSKeyword_resizerpanel = 627, + eCSSKeyword_resizer = 628, + eCSSKeyword_listbox = 629, + eCSSKeyword_listitem = 630, + eCSSKeyword_numbers = 631, + eCSSKeyword_number_input = 632, + eCSSKeyword_treeview = 633, + eCSSKeyword_treeitem = 634, + eCSSKeyword_treetwisty = 635, + eCSSKeyword_treetwistyopen = 636, + eCSSKeyword_treeline = 637, + eCSSKeyword_treeheader = 638, + eCSSKeyword_treeheadercell = 639, + eCSSKeyword_treeheadersortarrow = 640, + eCSSKeyword_progressbar = 641, + eCSSKeyword_progressbar_vertical = 642, + eCSSKeyword_progresschunk = 643, + eCSSKeyword_progresschunk_vertical = 644, + eCSSKeyword_tab = 645, + eCSSKeyword_tabpanels = 646, + eCSSKeyword_tabpanel = 647, + eCSSKeyword_tab_scroll_arrow_back = 648, + eCSSKeyword_tab_scroll_arrow_forward = 649, + eCSSKeyword_tooltip = 650, + eCSSKeyword_spinner = 651, + eCSSKeyword_spinner_upbutton = 652, + eCSSKeyword_spinner_downbutton = 653, + eCSSKeyword_spinner_textfield = 654, + eCSSKeyword_scrollbarbutton_up = 655, + eCSSKeyword_scrollbarbutton_down = 656, + eCSSKeyword_scrollbarbutton_left = 657, + eCSSKeyword_scrollbarbutton_right = 658, + eCSSKeyword_scrollbartrack_horizontal = 659, + eCSSKeyword_scrollbartrack_vertical = 660, + eCSSKeyword_scrollbarthumb_horizontal = 661, + eCSSKeyword_scrollbarthumb_vertical = 662, + eCSSKeyword_sheet = 663, + eCSSKeyword_textfield = 664, + eCSSKeyword_textfield_multiline = 665, + eCSSKeyword_caret = 666, + eCSSKeyword_searchfield = 667, + eCSSKeyword_menubar = 668, + eCSSKeyword_menupopup = 669, + eCSSKeyword_menuitem = 670, + eCSSKeyword_checkmenuitem = 671, + eCSSKeyword_radiomenuitem = 672, + eCSSKeyword_menucheckbox = 673, + eCSSKeyword_menuradio = 674, + eCSSKeyword_menuseparator = 675, + eCSSKeyword_menuarrow = 676, + eCSSKeyword_menuimage = 677, + eCSSKeyword_menuitemtext = 678, + eCSSKeyword_menulist = 679, + eCSSKeyword_menulist_button = 680, + eCSSKeyword_menulist_text = 681, + eCSSKeyword_menulist_textfield = 682, + eCSSKeyword_meterbar = 683, + eCSSKeyword_meterchunk = 684, + eCSSKeyword_minimal_ui = 685, + eCSSKeyword_range = 686, + eCSSKeyword_range_thumb = 687, + eCSSKeyword_sans_serif = 688, + eCSSKeyword_sans_serif_bold_italic = 689, + eCSSKeyword_sans_serif_italic = 690, + eCSSKeyword_scale_horizontal = 691, + eCSSKeyword_scale_vertical = 692, + eCSSKeyword_scalethumb_horizontal = 693, + eCSSKeyword_scalethumb_vertical = 694, + eCSSKeyword_scalethumbstart = 695, + eCSSKeyword_scalethumbend = 696, + eCSSKeyword_scalethumbtick = 697, + eCSSKeyword_groupbox = 698, + eCSSKeyword_checkbox_container = 699, + eCSSKeyword_radio_container = 700, + eCSSKeyword_checkbox_label = 701, + eCSSKeyword_radio_label = 702, + eCSSKeyword_button_focus = 703, + eCSSKeyword__moz_win_media_toolbox = 704, + eCSSKeyword__moz_win_communications_toolbox = 705, + eCSSKeyword__moz_win_browsertabbar_toolbox = 706, + eCSSKeyword__moz_win_mediatext = 707, + eCSSKeyword__moz_win_communicationstext = 708, + eCSSKeyword__moz_win_glass = 709, + eCSSKeyword__moz_win_borderless_glass = 710, + eCSSKeyword__moz_window_titlebar = 711, + eCSSKeyword__moz_window_titlebar_maximized = 712, + eCSSKeyword__moz_window_frame_left = 713, + eCSSKeyword__moz_window_frame_right = 714, + eCSSKeyword__moz_window_frame_bottom = 715, + eCSSKeyword__moz_window_button_close = 716, + eCSSKeyword__moz_window_button_minimize = 717, + eCSSKeyword__moz_window_button_maximize = 718, + eCSSKeyword__moz_window_button_restore = 719, + eCSSKeyword__moz_window_button_box = 720, + eCSSKeyword__moz_window_button_box_maximized = 721, + eCSSKeyword__moz_mac_help_button = 722, + eCSSKeyword__moz_win_exclude_glass = 723, + eCSSKeyword__moz_mac_vibrancy_light = 724, + eCSSKeyword__moz_mac_vibrancy_dark = 725, + eCSSKeyword__moz_mac_disclosure_button_closed = 726, + eCSSKeyword__moz_mac_disclosure_button_open = 727, + eCSSKeyword__moz_mac_source_list = 728, + eCSSKeyword__moz_mac_source_list_selection = 729, + eCSSKeyword__moz_mac_active_source_list_selection = 730, + eCSSKeyword_alphabetic = 731, + eCSSKeyword_bevel = 732, + eCSSKeyword_butt = 733, + eCSSKeyword_central = 734, + eCSSKeyword_crispedges = 735, + eCSSKeyword_evenodd = 736, + eCSSKeyword_geometricprecision = 737, + eCSSKeyword_hanging = 738, + eCSSKeyword_ideographic = 739, + eCSSKeyword_linearrgb = 740, + eCSSKeyword_mathematical = 741, + eCSSKeyword_miter = 742, + eCSSKeyword_no_change = 743, + eCSSKeyword_non_scaling_stroke = 744, + eCSSKeyword_nonzero = 745, + eCSSKeyword_optimizelegibility = 746, + eCSSKeyword_optimizequality = 747, + eCSSKeyword_optimizespeed = 748, + eCSSKeyword_reset_size = 749, + eCSSKeyword_srgb = 750, + eCSSKeyword_symbolic = 751, + eCSSKeyword_symbols = 752, + eCSSKeyword_text_after_edge = 753, + eCSSKeyword_text_before_edge = 754, + eCSSKeyword_use_script = 755, + eCSSKeyword__moz_crisp_edges = 756, + eCSSKeyword_space = 757, + eCSSKeyword_COUNT = 758, } + pub const nsCSSPropertyID_eCSSProperty_COUNT_no_shorthands: + root::nsCSSPropertyID = + nsCSSPropertyID::eCSSProperty_all; pub const nsCSSPropertyID_eCSSProperty_COUNT_DUMMY: root::nsCSSPropertyID = nsCSSPropertyID::eCSSProperty_z_index; - pub const nsCSSPropertyID_eCSSProperty_all: root::nsCSSPropertyID = - nsCSSPropertyID::eCSSProperty_COUNT_no_shorthands; + pub const nsCSSPropertyID_eCSSProperty_COUNT: root::nsCSSPropertyID = + nsCSSPropertyID::eCSSPropertyAlias_WordWrap; pub const nsCSSPropertyID_eCSSProperty_COUNT_DUMMY2: root::nsCSSPropertyID = nsCSSPropertyID::eCSSProperty_transition; - pub const nsCSSPropertyID_eCSSPropertyAlias_WordWrap: + pub const nsCSSPropertyID_eCSSProperty_COUNT_with_aliases: root::nsCSSPropertyID = - nsCSSPropertyID::eCSSProperty_COUNT; + nsCSSPropertyID::eCSSPropertyExtra_no_properties; pub const nsCSSPropertyID_eCSSProperty_COUNT_DUMMY3: root::nsCSSPropertyID = nsCSSPropertyID::eCSSPropertyAlias_WebkitMaskSize; - pub const nsCSSPropertyID_eCSSPropertyExtra_no_properties: - root::nsCSSPropertyID = - nsCSSPropertyID::eCSSProperty_COUNT_with_aliases; #[repr(i32)] #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] pub enum nsCSSPropertyID { @@ -20311,7 +20320,7 @@ pub mod root { eCSSProperty_overflow_wrap = 316, eCSSProperty_writing_mode = 317, eCSSProperty_z_index = 318, - eCSSProperty_COUNT_no_shorthands = 319, + eCSSProperty_all = 319, eCSSProperty_animation = 320, eCSSProperty_background = 321, eCSSProperty_background_position = 322, @@ -20359,7 +20368,7 @@ pub mod root { eCSSProperty__webkit_text_stroke = 364, eCSSProperty__moz_transform = 365, eCSSProperty_transition = 366, - eCSSProperty_COUNT = 367, + eCSSPropertyAlias_WordWrap = 367, eCSSPropertyAlias_MozTransformOrigin = 368, eCSSPropertyAlias_MozPerspectiveOrigin = 369, eCSSPropertyAlias_MozPerspective = 370, @@ -20468,7 +20477,7 @@ pub mod root { eCSSPropertyAlias_WebkitMaskPositionY = 473, eCSSPropertyAlias_WebkitMaskRepeat = 474, eCSSPropertyAlias_WebkitMaskSize = 475, - eCSSProperty_COUNT_with_aliases = 476, + eCSSPropertyExtra_no_properties = 476, eCSSPropertyExtra_all_properties = 477, eCSSPropertyExtra_x_none_value = 478, eCSSPropertyExtra_x_auto_value = 479, @@ -27330,6 +27339,17 @@ pub mod root { } #[test] fn __bindgen_test_layout_template_32() { + assert_eq!(::std::mem::size_of::>() , + 8usize , concat ! ( + "Size of template specialization: " , stringify ! ( + root::JS::Heap ) )); + assert_eq!(::std::mem::align_of::>() , + 8usize , concat ! ( + "Alignment of template specialization: " , stringify ! ( + root::JS::Heap ) )); + } + #[test] + fn __bindgen_test_layout_template_33() { assert_eq!(::std::mem::size_of::>() , 1usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27340,7 +27360,7 @@ pub mod root { root::JS::DeletePolicy ) )); } #[test] - fn __bindgen_test_layout_template_33() { + fn __bindgen_test_layout_template_34() { assert_eq!(::std::mem::size_of::>>() , 8usize , concat ! ( @@ -27357,7 +27377,7 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_34() { + fn __bindgen_test_layout_template_35() { assert_eq!(::std::mem::size_of::>, @@ -27398,17 +27418,6 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_35() { - assert_eq!(::std::mem::size_of::>() - , 8usize , concat ! ( - "Size of template specialization: " , stringify ! ( - root::nsCOMPtr ) )); - assert_eq!(::std::mem::align_of::>() - , 8usize , concat ! ( - "Alignment of template specialization: " , stringify ! ( - root::nsCOMPtr ) )); - } - #[test] fn __bindgen_test_layout_template_36() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( @@ -27645,6 +27654,17 @@ pub mod root { } #[test] fn __bindgen_test_layout_template_57() { + assert_eq!(::std::mem::size_of::>() + , 8usize , concat ! ( + "Size of template specialization: " , stringify ! ( + root::nsCOMPtr ) )); + assert_eq!(::std::mem::align_of::>() + , 8usize , concat ! ( + "Alignment of template specialization: " , stringify ! ( + root::nsCOMPtr ) )); + } + #[test] + fn __bindgen_test_layout_template_58() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27655,7 +27675,7 @@ pub mod root { root::already_AddRefed ) )); } #[test] - fn __bindgen_test_layout_template_58() { + fn __bindgen_test_layout_template_59() { assert_eq!(::std::mem::size_of::<[u64; 5usize]>() , 40usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27666,7 +27686,7 @@ pub mod root { [u64; 5usize] ) )); } #[test] - fn __bindgen_test_layout_template_59() { + fn __bindgen_test_layout_template_60() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27677,17 +27697,6 @@ pub mod root { root::mozilla::OwningNonNull ) )); } #[test] - fn __bindgen_test_layout_template_60() { - assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat ! - ( - "Size of template specialization: " , stringify ! ( - [u32; 2usize] ) )); - assert_eq!(::std::mem::align_of::<[u32; 2usize]>() , 4usize , concat ! - ( - "Alignment of template specialization: " , stringify ! ( - [u32; 2usize] ) )); - } - #[test] fn __bindgen_test_layout_template_61() { assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat ! ( @@ -27711,17 +27720,6 @@ pub mod root { } #[test] fn __bindgen_test_layout_template_63() { - assert_eq!(::std::mem::size_of::<[u32; 4usize]>() , 16usize , concat ! - ( - "Size of template specialization: " , stringify ! ( - [u32; 4usize] ) )); - assert_eq!(::std::mem::align_of::<[u32; 4usize]>() , 4usize , concat ! - ( - "Alignment of template specialization: " , stringify ! ( - [u32; 4usize] ) )); - } - #[test] - fn __bindgen_test_layout_template_64() { assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27732,6 +27730,17 @@ pub mod root { [u32; 2usize] ) )); } #[test] + fn __bindgen_test_layout_template_64() { + assert_eq!(::std::mem::size_of::<[u32; 4usize]>() , 16usize , concat ! + ( + "Size of template specialization: " , stringify ! ( + [u32; 4usize] ) )); + assert_eq!(::std::mem::align_of::<[u32; 4usize]>() , 4usize , concat ! + ( + "Alignment of template specialization: " , stringify ! ( + [u32; 4usize] ) )); + } + #[test] fn __bindgen_test_layout_template_65() { assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat ! ( @@ -27744,14 +27753,14 @@ pub mod root { } #[test] fn __bindgen_test_layout_template_66() { - assert_eq!(::std::mem::size_of::<[u32; 4usize]>() , 16usize , concat ! + assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( - [u32; 4usize] ) )); - assert_eq!(::std::mem::align_of::<[u32; 4usize]>() , 4usize , concat ! + [u32; 2usize] ) )); + assert_eq!(::std::mem::align_of::<[u32; 2usize]>() , 4usize , concat ! ( "Alignment of template specialization: " , stringify ! ( - [u32; 4usize] ) )); + [u32; 2usize] ) )); } #[test] fn __bindgen_test_layout_template_67() { @@ -27777,6 +27786,17 @@ pub mod root { } #[test] fn __bindgen_test_layout_template_69() { + assert_eq!(::std::mem::size_of::<[u32; 4usize]>() , 16usize , concat ! + ( + "Size of template specialization: " , stringify ! ( + [u32; 4usize] ) )); + assert_eq!(::std::mem::align_of::<[u32; 4usize]>() , 4usize , concat ! + ( + "Alignment of template specialization: " , stringify ! ( + [u32; 4usize] ) )); + } + #[test] + fn __bindgen_test_layout_template_70() { assert_eq!(::std::mem::size_of::() , 4usize , concat ! ( "Size of template specialization: " , stringify ! ( u32 ) )); @@ -27785,17 +27805,6 @@ pub mod root { u32 ) )); } #[test] - fn __bindgen_test_layout_template_70() { - assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat ! - ( - "Size of template specialization: " , stringify ! ( - [u32; 2usize] ) )); - assert_eq!(::std::mem::align_of::<[u32; 2usize]>() , 4usize , concat ! - ( - "Alignment of template specialization: " , stringify ! ( - [u32; 2usize] ) )); - } - #[test] fn __bindgen_test_layout_template_71() { assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat ! ( @@ -27819,6 +27828,17 @@ pub mod root { } #[test] fn __bindgen_test_layout_template_73() { + assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat ! + ( + "Size of template specialization: " , stringify ! ( + [u32; 2usize] ) )); + assert_eq!(::std::mem::align_of::<[u32; 2usize]>() , 4usize , concat ! + ( + "Alignment of template specialization: " , stringify ! ( + [u32; 2usize] ) )); + } + #[test] + fn __bindgen_test_layout_template_74() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27829,7 +27849,7 @@ pub mod root { root::nsTArray ) )); } #[test] - fn __bindgen_test_layout_template_74() { + fn __bindgen_test_layout_template_75() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27842,7 +27862,7 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_75() { + fn __bindgen_test_layout_template_76() { assert_eq!(::std::mem::size_of::>>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27855,7 +27875,7 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_76() { + fn __bindgen_test_layout_template_77() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( @@ -27872,7 +27892,7 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_77() { + fn __bindgen_test_layout_template_78() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27883,7 +27903,7 @@ pub mod root { root::nsTArray ) )); } #[test] - fn __bindgen_test_layout_template_78() { + fn __bindgen_test_layout_template_79() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27894,7 +27914,7 @@ pub mod root { root::nsTArray<::std::os::raw::c_uint> ) )); } #[test] - fn __bindgen_test_layout_template_79() { + fn __bindgen_test_layout_template_80() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27907,7 +27927,7 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_80() { + fn __bindgen_test_layout_template_81() { assert_eq!(::std::mem::size_of::>() , 16usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27918,7 +27938,7 @@ pub mod root { root::nsPtrHashKey ) )); } #[test] - fn __bindgen_test_layout_template_81() { + fn __bindgen_test_layout_template_82() { assert_eq!(::std::mem::size_of::<[u64; 5usize]>() , 40usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27929,7 +27949,7 @@ pub mod root { [u64; 5usize] ) )); } #[test] - fn __bindgen_test_layout_template_82() { + fn __bindgen_test_layout_template_83() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27942,7 +27962,7 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_83() { + fn __bindgen_test_layout_template_84() { assert_eq!(::std::mem::size_of::>() , 1usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27953,7 +27973,7 @@ pub mod root { root::mozilla::DefaultDelete ) )); } #[test] - fn __bindgen_test_layout_template_84() { + fn __bindgen_test_layout_template_85() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27964,7 +27984,7 @@ pub mod root { root::already_AddRefed ) )); } #[test] - fn __bindgen_test_layout_template_85() { + fn __bindgen_test_layout_template_86() { assert_eq!(::std::mem::size_of::>() , 24usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27975,7 +27995,7 @@ pub mod root { root::nsMainThreadPtrHolder ) )); } #[test] - fn __bindgen_test_layout_template_86() { + fn __bindgen_test_layout_template_87() { assert_eq!(::std::mem::size_of::>() , 1usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -27986,7 +28006,7 @@ pub mod root { root::mozilla::DefaultDelete ) )); } #[test] - fn __bindgen_test_layout_template_87() { + fn __bindgen_test_layout_template_88() { assert_eq!(::std::mem::size_of::>>() , 8usize , concat ! ( @@ -28003,7 +28023,7 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_88() { + fn __bindgen_test_layout_template_89() { assert_eq!(::std::mem::size_of::>() , 1usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28016,7 +28036,7 @@ pub mod root { )); } #[test] - fn __bindgen_test_layout_template_89() { + fn __bindgen_test_layout_template_90() { assert_eq!(::std::mem::size_of::>>() , 8usize , concat ! ( @@ -28033,7 +28053,7 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_90() { + fn __bindgen_test_layout_template_91() { assert_eq!(::std::mem::size_of::<[u64; 2usize]>() , 16usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28044,7 +28064,7 @@ pub mod root { [u64; 2usize] ) )); } #[test] - fn __bindgen_test_layout_template_91() { + fn __bindgen_test_layout_template_92() { assert_eq!(::std::mem::size_of::() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( u64 ) )); @@ -28053,7 +28073,7 @@ pub mod root { u64 ) )); } #[test] - fn __bindgen_test_layout_template_92() { + fn __bindgen_test_layout_template_93() { assert_eq!(::std::mem::size_of::<[u32; 3usize]>() , 12usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28064,7 +28084,7 @@ pub mod root { [u32; 3usize] ) )); } #[test] - fn __bindgen_test_layout_template_93() { + fn __bindgen_test_layout_template_94() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28075,7 +28095,7 @@ pub mod root { root::already_AddRefed ) )); } #[test] - fn __bindgen_test_layout_template_94() { + fn __bindgen_test_layout_template_95() { assert_eq!(::std::mem::size_of::>() , 1usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28086,7 +28106,7 @@ pub mod root { root::mozilla::DefaultDelete ) )); } #[test] - fn __bindgen_test_layout_template_95() { + fn __bindgen_test_layout_template_96() { assert_eq!(::std::mem::size_of::>>() , 8usize , concat ! ( @@ -28103,7 +28123,7 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_96() { + fn __bindgen_test_layout_template_97() { assert_eq!(::std::mem::size_of::>() , 1usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28116,7 +28136,7 @@ pub mod root { )); } #[test] - fn __bindgen_test_layout_template_97() { + fn __bindgen_test_layout_template_98() { assert_eq!(::std::mem::size_of::>() , 32usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28127,7 +28147,7 @@ pub mod root { root::std::pair<::nsstring::nsStringRepr, ::nsstring::nsStringRepr> ) )); } #[test] - fn __bindgen_test_layout_template_98() { + fn __bindgen_test_layout_template_99() { assert_eq!(::std::mem::size_of::>>() , 8usize , concat ! ( @@ -28142,7 +28162,7 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_99() { + fn __bindgen_test_layout_template_100() { assert_eq!(::std::mem::size_of::<[u64; 18usize]>() , 144usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28153,7 +28173,7 @@ pub mod root { [u64; 18usize] ) )); } #[test] - fn __bindgen_test_layout_template_100() { + fn __bindgen_test_layout_template_101() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28166,7 +28186,7 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_101() { + fn __bindgen_test_layout_template_102() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28179,7 +28199,7 @@ pub mod root { ) )); } #[test] - fn __bindgen_test_layout_template_102() { + fn __bindgen_test_layout_template_103() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28190,7 +28210,7 @@ pub mod root { root::RefPtr ) )); } #[test] - fn __bindgen_test_layout_template_103() { + fn __bindgen_test_layout_template_104() { assert_eq!(::std::mem::size_of::() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( u64 ) )); @@ -28199,7 +28219,7 @@ pub mod root { u64 ) )); } #[test] - fn __bindgen_test_layout_template_104() { + fn __bindgen_test_layout_template_105() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! ( @@ -28210,7 +28230,7 @@ pub mod root { root::nsTArray<*mut root::mozilla::css::DocumentRule> ) )); } #[test] - fn __bindgen_test_layout_template_105() { + fn __bindgen_test_layout_template_106() { assert_eq!(::std::mem::size_of::>() , 8usize , concat ! ( "Size of template specialization: " , stringify ! (