| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 DocumentAll = 83, | 125 DocumentAll = 83, |
| 126 FormElement = 84, | 126 FormElement = 84, |
| 127 DemotedFormElement = 85, | 127 DemotedFormElement = 85, |
| 128 SVGAnimationElement = 90, | 128 SVGAnimationElement = 90, |
| 129 LineClamp = 96, | 129 LineClamp = 96, |
| 130 SubFrameBeforeUnloadRegistered = 97, | 130 SubFrameBeforeUnloadRegistered = 97, |
| 131 SubFrameBeforeUnloadFired = 98, | 131 SubFrameBeforeUnloadFired = 98, |
| 132 ConsoleMarkTimeline = 102, | 132 ConsoleMarkTimeline = 102, |
| 133 DocumentCreateAttribute = 111, | 133 DocumentCreateAttribute = 111, |
| 134 DocumentCreateAttributeNS = 112, | 134 DocumentCreateAttributeNS = 112, |
| 135 DocumentCreateCDATASection = 113, // Removed from DOM4. | |
| 136 DocumentXMLEncoding = 115, // Removed from DOM4. | 135 DocumentXMLEncoding = 115, // Removed from DOM4. |
| 137 DocumentXMLStandalone = 116, // Removed from DOM4. | 136 DocumentXMLStandalone = 116, // Removed from DOM4. |
| 138 DocumentXMLVersion = 117, // Removed from DOM4. | 137 DocumentXMLVersion = 117, // Removed from DOM4. |
| 139 NavigatorProductSub = 123, | 138 NavigatorProductSub = 123, |
| 140 NavigatorVendor = 124, | 139 NavigatorVendor = 124, |
| 141 NavigatorVendorSub = 125, | 140 NavigatorVendorSub = 125, |
| 142 PrefixedAnimationEndEvent = 128, | 141 PrefixedAnimationEndEvent = 128, |
| 143 UnprefixedAnimationEndEvent = 129, | 142 UnprefixedAnimationEndEvent = 129, |
| 144 PrefixedAndUnprefixedAnimationEndEvent = 130, | 143 PrefixedAndUnprefixedAnimationEndEvent = 130, |
| 145 PrefixedAnimationStartEvent = 131, | 144 PrefixedAnimationStartEvent = 131, |
| (...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1359 friend class UseCounterTest; | 1358 friend class UseCounterTest; |
| 1360 unsigned m_muteCount; | 1359 unsigned m_muteCount; |
| 1361 | 1360 |
| 1362 CountBits m_countBits; | 1361 CountBits m_countBits; |
| 1363 BitVector m_CSSFeatureBits; | 1362 BitVector m_CSSFeatureBits; |
| 1364 }; | 1363 }; |
| 1365 | 1364 |
| 1366 } // namespace blink | 1365 } // namespace blink |
| 1367 | 1366 |
| 1368 #endif // UseCounter_h | 1367 #endif // UseCounter_h |
| OLD | NEW |