| 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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 kDocumentCreateEventTextEvent = 1182, | 898 kDocumentCreateEventTextEvent = 1182, |
| 899 kDocumentCreateEventTransitionEvent = 1183, | 899 kDocumentCreateEventTransitionEvent = 1183, |
| 900 kDocumentCreateEventWheelEvent = 1184, | 900 kDocumentCreateEventWheelEvent = 1184, |
| 901 kDocumentCreateEventTrackEvent = 1186, | 901 kDocumentCreateEventTrackEvent = 1186, |
| 902 kDocumentCreateEventMutationEvents = 1188, | 902 kDocumentCreateEventMutationEvents = 1188, |
| 903 kDocumentCreateEventSVGEvents = 1190, | 903 kDocumentCreateEventSVGEvents = 1190, |
| 904 kDocumentCreateEventWebKitTransitionEvent = 1191, | |
| 905 kDocumentCreateEventDeviceMotionEvent = 1195, | 904 kDocumentCreateEventDeviceMotionEvent = 1195, |
| 906 kDocumentCreateEventDeviceOrientationEvent = 1196, | 905 kDocumentCreateEventDeviceOrientationEvent = 1196, |
| 907 kDocumentCreateEventIDBVersionChangeEvent = 1201, | 906 kDocumentCreateEventIDBVersionChangeEvent = 1201, |
| 908 kDocumentCreateEventStorageEvent = 1221, | 907 kDocumentCreateEventStorageEvent = 1221, |
| 909 kDocumentCreateEventWebGLContextEvent = 1224, | 908 kDocumentCreateEventWebGLContextEvent = 1224, |
| 910 kDocumentCreateEventCloseEvent = 1227, | 909 kDocumentCreateEventCloseEvent = 1227, |
| 911 kDocumentCreateEventKeyboardEvents = 1228, | 910 kDocumentCreateEventKeyboardEvents = 1228, |
| 912 kHTMLMediaElement = 1229, | 911 kHTMLMediaElement = 1229, |
| 913 kHTMLMediaElementInDocument = 1230, | 912 kHTMLMediaElementInDocument = 1230, |
| 914 kHTMLMediaElementControlsAttribute = 1231, | 913 kHTMLMediaElementControlsAttribute = 1231, |
| (...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1686 // Tracks what features/properties need to be reported to the legacy | 1685 // Tracks what features/properties need to be reported to the legacy |
| 1687 // histograms. | 1686 // histograms. |
| 1688 BitVector feature_bits_; | 1687 BitVector feature_bits_; |
| 1689 BitVector css_bits_; | 1688 BitVector css_bits_; |
| 1690 } legacy_counter_; | 1689 } legacy_counter_; |
| 1691 }; | 1690 }; |
| 1692 | 1691 |
| 1693 } // namespace blink | 1692 } // namespace blink |
| 1694 | 1693 |
| 1695 #endif // UseCounter_h | 1694 #endif // UseCounter_h |
| OLD | NEW |