| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 MinAttribute = 43, | 106 MinAttribute = 43, |
| 107 PatternAttribute = 44, | 107 PatternAttribute = 44, |
| 108 PlaceholderAttribute = 45, | 108 PlaceholderAttribute = 45, |
| 109 PrefixedDirectoryAttribute = 47, | 109 PrefixedDirectoryAttribute = 47, |
| 110 RequiredAttribute = 49, | 110 RequiredAttribute = 49, |
| 111 StepAttribute = 51, | 111 StepAttribute = 51, |
| 112 PageVisits = 52, | 112 PageVisits = 52, |
| 113 HTMLMarqueeElement = 53, | 113 HTMLMarqueeElement = 53, |
| 114 Reflection = 55, | 114 Reflection = 55, |
| 115 PrefixedStorageInfo = 57, | 115 PrefixedStorageInfo = 57, |
| 116 XFrameOptions = 58, | |
| 117 XFrameOptionsSameOrigin = 59, | |
| 118 XFrameOptionsSameOriginWithBadAncestorChain = 60, | |
| 119 DeprecatedFlexboxWebContent = 61, | 116 DeprecatedFlexboxWebContent = 61, |
| 120 DeprecatedFlexboxChrome = 62, | 117 DeprecatedFlexboxChrome = 62, |
| 121 DeprecatedFlexboxChromeExtension = 63, | 118 DeprecatedFlexboxChromeExtension = 63, |
| 122 UnprefixedPerformanceTimeline = 65, | 119 UnprefixedPerformanceTimeline = 65, |
| 123 UnprefixedUserTiming = 67, | 120 UnprefixedUserTiming = 67, |
| 124 WindowEvent = 69, | 121 WindowEvent = 69, |
| 125 ContentSecurityPolicyWithBaseElement = 70, | 122 ContentSecurityPolicyWithBaseElement = 70, |
| 126 DocumentClear = 74, | 123 DocumentClear = 74, |
| 127 XMLDocument = 77, | 124 XMLDocument = 77, |
| 128 XSLProcessingInstruction = 78, | 125 XSLProcessingInstruction = 78, |
| (...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1455 // Tracks what features/properties need to be reported to the legacy | 1452 // Tracks what features/properties need to be reported to the legacy |
| 1456 // histograms. | 1453 // histograms. |
| 1457 BitVector m_featureBits; | 1454 BitVector m_featureBits; |
| 1458 BitVector m_CSSBits; | 1455 BitVector m_CSSBits; |
| 1459 } m_legacyCounter; | 1456 } m_legacyCounter; |
| 1460 }; | 1457 }; |
| 1461 | 1458 |
| 1462 } // namespace blink | 1459 } // namespace blink |
| 1463 | 1460 |
| 1464 #endif // UseCounter_h | 1461 #endif // UseCounter_h |
| OLD | NEW |