| 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 1338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1467 // Tracks what features/properties need to be reported to the legacy | 1464 // Tracks what features/properties need to be reported to the legacy |
| 1468 // histograms. | 1465 // histograms. |
| 1469 BitVector m_featureBits; | 1466 BitVector m_featureBits; |
| 1470 BitVector m_CSSBits; | 1467 BitVector m_CSSBits; |
| 1471 } m_legacyCounter; | 1468 } m_legacyCounter; |
| 1472 }; | 1469 }; |
| 1473 | 1470 |
| 1474 } // namespace blink | 1471 } // namespace blink |
| 1475 | 1472 |
| 1476 #endif // UseCounter_h | 1473 #endif // UseCounter_h |
| OLD | NEW |