| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2012 Google, Inc. All rights reserved. | 2 * Copyright (C) 2012 Google, Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
| 8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
| 9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
| 10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 kDocumentCreateEventAnimationEvent = 1162, | 888 kDocumentCreateEventAnimationEvent = 1162, |
| 889 kDocumentCreateEventBeforeUnloadEvent = 1166, | 889 kDocumentCreateEventBeforeUnloadEvent = 1166, |
| 890 kDocumentCreateEventCompositionEvent = 1168, | 890 kDocumentCreateEventCompositionEvent = 1168, |
| 891 kDocumentCreateEventDragEvent = 1169, | 891 kDocumentCreateEventDragEvent = 1169, |
| 892 kDocumentCreateEventErrorEvent = 1170, | 892 kDocumentCreateEventErrorEvent = 1170, |
| 893 kDocumentCreateEventFocusEvent = 1171, | 893 kDocumentCreateEventFocusEvent = 1171, |
| 894 kDocumentCreateEventHashChangeEvent = 1172, | 894 kDocumentCreateEventHashChangeEvent = 1172, |
| 895 kDocumentCreateEventMutationEvent = 1173, | 895 kDocumentCreateEventMutationEvent = 1173, |
| 896 kDocumentCreateEventPageTransitionEvent = 1174, | 896 kDocumentCreateEventPageTransitionEvent = 1174, |
| 897 kDocumentCreateEventPopStateEvent = 1176, | 897 kDocumentCreateEventPopStateEvent = 1176, |
| 898 kDocumentCreateEventProgressEvent = 1177, | |
| 899 kDocumentCreateEventTextEvent = 1182, | 898 kDocumentCreateEventTextEvent = 1182, |
| 900 kDocumentCreateEventTransitionEvent = 1183, | 899 kDocumentCreateEventTransitionEvent = 1183, |
| 901 kDocumentCreateEventWheelEvent = 1184, | 900 kDocumentCreateEventWheelEvent = 1184, |
| 902 kDocumentCreateEventTrackEvent = 1186, | 901 kDocumentCreateEventTrackEvent = 1186, |
| 903 kDocumentCreateEventWebKitAnimationEvent = 1187, | 902 kDocumentCreateEventWebKitAnimationEvent = 1187, |
| 904 kDocumentCreateEventMutationEvents = 1188, | 903 kDocumentCreateEventMutationEvents = 1188, |
| 905 kDocumentCreateEventSVGEvents = 1190, | 904 kDocumentCreateEventSVGEvents = 1190, |
| 906 kDocumentCreateEventWebKitTransitionEvent = 1191, | 905 kDocumentCreateEventWebKitTransitionEvent = 1191, |
| 907 kDocumentCreateEventDeviceMotionEvent = 1195, | 906 kDocumentCreateEventDeviceMotionEvent = 1195, |
| 908 kDocumentCreateEventDeviceOrientationEvent = 1196, | 907 kDocumentCreateEventDeviceOrientationEvent = 1196, |
| (...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1644 // Tracks what features/properties need to be reported to the legacy | 1643 // Tracks what features/properties need to be reported to the legacy |
| 1645 // histograms. | 1644 // histograms. |
| 1646 BitVector feature_bits_; | 1645 BitVector feature_bits_; |
| 1647 BitVector css_bits_; | 1646 BitVector css_bits_; |
| 1648 } legacy_counter_; | 1647 } legacy_counter_; |
| 1649 }; | 1648 }; |
| 1650 | 1649 |
| 1651 } // namespace blink | 1650 } // namespace blink |
| 1652 | 1651 |
| 1653 #endif // UseCounter_h | 1652 #endif // UseCounter_h |
| OLD | NEW |