| 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 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1026 DocumentCreateEventAudioProcessingEvent = 1222, | 1026 DocumentCreateEventAudioProcessingEvent = 1222, |
| 1027 DocumentCreateEventOfflineAudioCompletionEvent = 1223, | 1027 DocumentCreateEventOfflineAudioCompletionEvent = 1223, |
| 1028 DocumentCreateEventWebGLContextEvent = 1224, | 1028 DocumentCreateEventWebGLContextEvent = 1224, |
| 1029 DocumentCreateEventMIDIConnectionEvent = 1225, | 1029 DocumentCreateEventMIDIConnectionEvent = 1225, |
| 1030 DocumentCreateEventMIDIMessageEvent = 1226, | 1030 DocumentCreateEventMIDIMessageEvent = 1226, |
| 1031 DocumentCreateEventCloseEvent = 1227, | 1031 DocumentCreateEventCloseEvent = 1227, |
| 1032 DocumentCreateEventKeyboardEvents = 1228, | 1032 DocumentCreateEventKeyboardEvents = 1228, |
| 1033 HTMLMediaElement = 1229, | 1033 HTMLMediaElement = 1229, |
| 1034 HTMLMediaElementInDocument = 1230, | 1034 HTMLMediaElementInDocument = 1230, |
| 1035 HTMLMediaElementControlsAttribute = 1231, | 1035 HTMLMediaElementControlsAttribute = 1231, |
| 1036 SVGZoomEvent = 1232, | |
| 1037 V8Animation_Oncancel_AttributeGetter = 1233, | 1036 V8Animation_Oncancel_AttributeGetter = 1233, |
| 1038 V8Animation_Oncancel_AttributeSetter = 1234, | 1037 V8Animation_Oncancel_AttributeSetter = 1234, |
| 1039 V8HTMLCommentInExternalScript = 1235, | 1038 V8HTMLCommentInExternalScript = 1235, |
| 1040 V8HTMLComment = 1236, | 1039 V8HTMLComment = 1236, |
| 1041 V8SloppyModeBlockScopedFunctionRedefinition = 1237, | 1040 V8SloppyModeBlockScopedFunctionRedefinition = 1237, |
| 1042 V8ForInInitializer = 1238, | 1041 V8ForInInitializer = 1238, |
| 1043 V8Animation_Id_AttributeGetter = 1239, | 1042 V8Animation_Id_AttributeGetter = 1239, |
| 1044 V8Animation_Id_AttributeSetter = 1240, | 1043 V8Animation_Id_AttributeSetter = 1240, |
| 1045 MediaStreamOnEnded = 1241, | 1044 MediaStreamOnEnded = 1241, |
| 1046 DocumentCreateEventInputEvent = 1242, | 1045 DocumentCreateEventInputEvent = 1242, |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1331 friend class UseCounterTest; | 1330 friend class UseCounterTest; |
| 1332 static int m_muteCount; | 1331 static int m_muteCount; |
| 1333 | 1332 |
| 1334 CountBits m_countBits; | 1333 CountBits m_countBits; |
| 1335 BitVector m_CSSFeatureBits; | 1334 BitVector m_CSSFeatureBits; |
| 1336 }; | 1335 }; |
| 1337 | 1336 |
| 1338 } // namespace blink | 1337 } // namespace blink |
| 1339 | 1338 |
| 1340 #endif // UseCounter_h | 1339 #endif // UseCounter_h |
| OLD | NEW |