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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 DocumentCaptureEvents = 287, | 247 DocumentCaptureEvents = 287, |
248 DocumentReleaseEvents = 288, | 248 DocumentReleaseEvents = 288, |
249 WindowCaptureEvents = 289, | 249 WindowCaptureEvents = 289, |
250 WindowReleaseEvents = 290, | 250 WindowReleaseEvents = 290, |
251 DocumentXPathCreateExpression = 295, | 251 DocumentXPathCreateExpression = 295, |
252 DocumentXPathCreateNSResolver = 296, | 252 DocumentXPathCreateNSResolver = 296, |
253 DocumentXPathEvaluate = 297, | 253 DocumentXPathEvaluate = 297, |
254 AnimationConstructorKeyframeListEffectObjectTiming = 300, | 254 AnimationConstructorKeyframeListEffectObjectTiming = 300, |
255 AnimationConstructorKeyframeListEffectNoTiming = 302, | 255 AnimationConstructorKeyframeListEffectNoTiming = 302, |
256 PrefixedCancelAnimationFrame = 304, | 256 PrefixedCancelAnimationFrame = 304, |
257 PrefixedCancelRequestAnimationFrame = 305, | |
258 NamedNodeMapGetNamedItem = 306, | 257 NamedNodeMapGetNamedItem = 306, |
259 NamedNodeMapSetNamedItem = 307, | 258 NamedNodeMapSetNamedItem = 307, |
260 NamedNodeMapRemoveNamedItem = 308, | 259 NamedNodeMapRemoveNamedItem = 308, |
261 NamedNodeMapItem = 309, | 260 NamedNodeMapItem = 309, |
262 NamedNodeMapGetNamedItemNS = 310, | 261 NamedNodeMapGetNamedItemNS = 310, |
263 NamedNodeMapSetNamedItemNS = 311, | 262 NamedNodeMapSetNamedItemNS = 311, |
264 NamedNodeMapRemoveNamedItemNS = 312, | 263 NamedNodeMapRemoveNamedItemNS = 312, |
265 PrefixedDocumentIsFullscreen = 318, | 264 PrefixedDocumentIsFullscreen = 318, |
266 PrefixedDocumentCurrentFullScreenElement = 320, | 265 PrefixedDocumentCurrentFullScreenElement = 320, |
267 PrefixedDocumentCancelFullScreen = 321, | 266 PrefixedDocumentCancelFullScreen = 321, |
(...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1472 // Tracks what features/properties need to be reported to the legacy | 1471 // Tracks what features/properties need to be reported to the legacy |
1473 // histograms. | 1472 // histograms. |
1474 BitVector m_featureBits; | 1473 BitVector m_featureBits; |
1475 BitVector m_CSSBits; | 1474 BitVector m_CSSBits; |
1476 } m_legacyCounter; | 1475 } m_legacyCounter; |
1477 }; | 1476 }; |
1478 | 1477 |
1479 } // namespace blink | 1478 } // namespace blink |
1480 | 1479 |
1481 #endif // UseCounter_h | 1480 #endif // UseCounter_h |
OLD | NEW |