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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
105 PrecisionAttribute, | 105 PrecisionAttribute, |
106 PrefixedDirectoryAttribute, | 106 PrefixedDirectoryAttribute, |
107 PrefixedSpeechAttribute, | 107 PrefixedSpeechAttribute, |
108 RequiredAttribute, | 108 RequiredAttribute, |
109 ResultsAttribute, | 109 ResultsAttribute, |
110 StepAttribute, | 110 StepAttribute, |
111 PageVisits, | 111 PageVisits, |
112 HTMLMarqueeElement, | 112 HTMLMarqueeElement, |
113 CSSOverflowMarquee, | 113 CSSOverflowMarquee, |
114 Reflection, | 114 Reflection, |
115 CursorVisibility, | |
ojan
2013/05/01 01:31:13
You can't remove things from this enum. The number
| |
116 StorageInfo, | 115 StorageInfo, |
117 XFrameOptions, | 116 XFrameOptions, |
118 XFrameOptionsSameOrigin, | 117 XFrameOptionsSameOrigin, |
119 XFrameOptionsSameOriginWithBadAncestorChain, | 118 XFrameOptionsSameOriginWithBadAncestorChain, |
120 DeprecatedFlexboxWebContent, | 119 DeprecatedFlexboxWebContent, |
121 DeprecatedFlexboxChrome, | 120 DeprecatedFlexboxChrome, |
122 DeprecatedFlexboxChromeExtension, | 121 DeprecatedFlexboxChromeExtension, |
123 SVGTRefElement, | 122 SVGTRefElement, |
124 UnprefixedPerformanceTimeline, | 123 UnprefixedPerformanceTimeline, |
125 PrefixedPerformanceTimeline, | 124 PrefixedPerformanceTimeline, |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
168 } | 167 } |
169 | 168 |
170 void updateMeasurements(); | 169 void updateMeasurements(); |
171 | 170 |
172 OwnPtr<BitVector> m_countBits; | 171 OwnPtr<BitVector> m_countBits; |
173 }; | 172 }; |
174 | 173 |
175 } // namespace WebCore | 174 } // namespace WebCore |
176 | 175 |
177 #endif // UseCounter_h | 176 #endif // UseCounter_h |
OLD | NEW |