| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 PrefixedAndUnprefixedAnimationIterationEvent = 136, | 153 PrefixedAndUnprefixedAnimationIterationEvent = 136, |
| 154 EventReturnValue = 137, // Legacy IE extension. | 154 EventReturnValue = 137, // Legacy IE extension. |
| 155 SVGSVGElement = 138, | 155 SVGSVGElement = 138, |
| 156 DOMSubtreeModifiedEvent = 143, | 156 DOMSubtreeModifiedEvent = 143, |
| 157 DOMNodeInsertedEvent = 144, | 157 DOMNodeInsertedEvent = 144, |
| 158 DOMNodeRemovedEvent = 145, | 158 DOMNodeRemovedEvent = 145, |
| 159 DOMNodeRemovedFromDocumentEvent = 146, | 159 DOMNodeRemovedFromDocumentEvent = 146, |
| 160 DOMNodeInsertedIntoDocumentEvent = 147, | 160 DOMNodeInsertedIntoDocumentEvent = 147, |
| 161 DOMCharacterDataModifiedEvent = 148, | 161 DOMCharacterDataModifiedEvent = 148, |
| 162 DocumentAllLegacyCall = 150, | 162 DocumentAllLegacyCall = 150, |
| 163 HTMLEmbedElementLegacyCall = 152, | |
| 164 HTMLObjectElementLegacyCall = 153, | |
| 165 GetMatchedCSSRules = 155, | 163 GetMatchedCSSRules = 155, |
| 166 PrefixedAudioDecodedByteCount = 164, | 164 PrefixedAudioDecodedByteCount = 164, |
| 167 PrefixedVideoDecodedByteCount = 165, | 165 PrefixedVideoDecodedByteCount = 165, |
| 168 PrefixedVideoSupportsFullscreen = 166, | 166 PrefixedVideoSupportsFullscreen = 166, |
| 169 PrefixedVideoDisplayingFullscreen = 167, | 167 PrefixedVideoDisplayingFullscreen = 167, |
| 170 PrefixedVideoEnterFullscreen = 168, | 168 PrefixedVideoEnterFullscreen = 168, |
| 171 PrefixedVideoExitFullscreen = 169, | 169 PrefixedVideoExitFullscreen = 169, |
| 172 PrefixedVideoEnterFullScreen = 170, | 170 PrefixedVideoEnterFullScreen = 170, |
| 173 PrefixedVideoExitFullScreen = 171, | 171 PrefixedVideoExitFullScreen = 171, |
| 174 PrefixedVideoDecodedFrameCount = 172, | 172 PrefixedVideoDecodedFrameCount = 172, |
| (...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1536 // Tracks what features/properties need to be reported to the legacy | 1534 // Tracks what features/properties need to be reported to the legacy |
| 1537 // histograms. | 1535 // histograms. |
| 1538 BitVector m_featureBits; | 1536 BitVector m_featureBits; |
| 1539 BitVector m_CSSBits; | 1537 BitVector m_CSSBits; |
| 1540 } m_legacyCounter; | 1538 } m_legacyCounter; |
| 1541 }; | 1539 }; |
| 1542 | 1540 |
| 1543 } // namespace blink | 1541 } // namespace blink |
| 1544 | 1542 |
| 1545 #endif // UseCounter_h | 1543 #endif // UseCounter_h |
| OLD | NEW |