| 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 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 837 CSSSelectorInternalMediaControlsCastButton = 1063, | 837 CSSSelectorInternalMediaControlsCastButton = 1063, |
| 838 CSSSelectorInternalMediaControlsOverlayCastButton = 1064, | 838 CSSSelectorInternalMediaControlsOverlayCastButton = 1064, |
| 839 CSSSelectorInternalPseudoSpatialNavigationFocus = 1065, | 839 CSSSelectorInternalPseudoSpatialNavigationFocus = 1065, |
| 840 SameOriginTextScript = 1066, | 840 SameOriginTextScript = 1066, |
| 841 SameOriginApplicationScript = 1067, | 841 SameOriginApplicationScript = 1067, |
| 842 SameOriginOtherScript = 1068, | 842 SameOriginOtherScript = 1068, |
| 843 CrossOriginTextScript = 1069, | 843 CrossOriginTextScript = 1069, |
| 844 CrossOriginApplicationScript = 1070, | 844 CrossOriginApplicationScript = 1070, |
| 845 CrossOriginOtherScript = 1071, | 845 CrossOriginOtherScript = 1071, |
| 846 SVG1DOMSVGTests = 1072, | 846 SVG1DOMSVGTests = 1072, |
| 847 V8SVGViewElement_ViewTarget_AttributeGetter = 1073, | |
| 848 DisableRemotePlaybackAttribute = 1074, | 847 DisableRemotePlaybackAttribute = 1074, |
| 849 V8SloppyMode = 1075, | 848 V8SloppyMode = 1075, |
| 850 V8StrictMode = 1076, | 849 V8StrictMode = 1076, |
| 851 V8StrongMode = 1077, | 850 V8StrongMode = 1077, |
| 852 AudioNodeConnectToAudioNode = 1078, | 851 AudioNodeConnectToAudioNode = 1078, |
| 853 AudioNodeConnectToAudioParam = 1079, | 852 AudioNodeConnectToAudioParam = 1079, |
| 854 AudioNodeDisconnectFromAudioNode = 1080, | 853 AudioNodeDisconnectFromAudioNode = 1080, |
| 855 AudioNodeDisconnectFromAudioParam = 1081, | 854 AudioNodeDisconnectFromAudioParam = 1081, |
| 856 V8CSSFontFaceRule_Style_AttributeGetter = 1082, | 855 V8CSSFontFaceRule_Style_AttributeGetter = 1082, |
| 857 SelectionCollapseNull = 1083, | 856 SelectionCollapseNull = 1083, |
| (...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1467 // Tracks what features/properties need to be reported to the legacy | 1466 // Tracks what features/properties need to be reported to the legacy |
| 1468 // histograms. | 1467 // histograms. |
| 1469 BitVector m_featureBits; | 1468 BitVector m_featureBits; |
| 1470 BitVector m_CSSBits; | 1469 BitVector m_CSSBits; |
| 1471 } m_legacyCounter; | 1470 } m_legacyCounter; |
| 1472 }; | 1471 }; |
| 1473 | 1472 |
| 1474 } // namespace blink | 1473 } // namespace blink |
| 1475 | 1474 |
| 1476 #endif // UseCounter_h | 1475 #endif // UseCounter_h |
| OLD | NEW |