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, | 115 CursorVisibility, // Removed, was -webkit-cursor-visibility. |
116 StorageInfo, | 116 StorageInfo, |
117 XFrameOptions, | 117 XFrameOptions, |
118 XFrameOptionsSameOrigin, | 118 XFrameOptionsSameOrigin, |
119 XFrameOptionsSameOriginWithBadAncestorChain, | 119 XFrameOptionsSameOriginWithBadAncestorChain, |
120 DeprecatedFlexboxWebContent, | 120 DeprecatedFlexboxWebContent, |
121 DeprecatedFlexboxChrome, | 121 DeprecatedFlexboxChrome, |
122 DeprecatedFlexboxChromeExtension, | 122 DeprecatedFlexboxChromeExtension, |
123 SVGTRefElement, | 123 SVGTRefElement, |
124 UnprefixedPerformanceTimeline, | 124 UnprefixedPerformanceTimeline, |
125 PrefixedPerformanceTimeline, | 125 PrefixedPerformanceTimeline, |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 } | 168 } |
169 | 169 |
170 void updateMeasurements(); | 170 void updateMeasurements(); |
171 | 171 |
172 OwnPtr<BitVector> m_countBits; | 172 OwnPtr<BitVector> m_countBits; |
173 }; | 173 }; |
174 | 174 |
175 } // namespace WebCore | 175 } // namespace WebCore |
176 | 176 |
177 #endif // UseCounter_h | 177 #endif // UseCounter_h |
OLD | NEW |