| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 NamedNodeMapGetNamedItem = 306, | 297 NamedNodeMapGetNamedItem = 306, |
| 298 NamedNodeMapSetNamedItem = 307, | 298 NamedNodeMapSetNamedItem = 307, |
| 299 NamedNodeMapRemoveNamedItem = 308, | 299 NamedNodeMapRemoveNamedItem = 308, |
| 300 NamedNodeMapItem = 309, | 300 NamedNodeMapItem = 309, |
| 301 NamedNodeMapGetNamedItemNS = 310, | 301 NamedNodeMapGetNamedItemNS = 310, |
| 302 NamedNodeMapSetNamedItemNS = 311, | 302 NamedNodeMapSetNamedItemNS = 311, |
| 303 NamedNodeMapRemoveNamedItemNS = 312, | 303 NamedNodeMapRemoveNamedItemNS = 312, |
| 304 XHRProgressEventPosition = 316, | 304 XHRProgressEventPosition = 316, |
| 305 XHRProgressEventTotalSize = 317, | 305 XHRProgressEventTotalSize = 317, |
| 306 PrefixedDocumentIsFullscreen = 318, | 306 PrefixedDocumentIsFullscreen = 318, |
| 307 PrefixedDocumentFullScreenKeyboardInputAllowed = 319, | |
| 308 PrefixedDocumentCurrentFullScreenElement = 320, | 307 PrefixedDocumentCurrentFullScreenElement = 320, |
| 309 PrefixedDocumentCancelFullScreen = 321, | 308 PrefixedDocumentCancelFullScreen = 321, |
| 310 PrefixedDocumentFullscreenEnabled = 322, | 309 PrefixedDocumentFullscreenEnabled = 322, |
| 311 PrefixedDocumentFullscreenElement = 323, | 310 PrefixedDocumentFullscreenElement = 323, |
| 312 PrefixedDocumentExitFullscreen = 324, | 311 PrefixedDocumentExitFullscreen = 324, |
| 313 // The above items are available in M35 branch. | 312 // The above items are available in M35 branch. |
| 314 | 313 |
| 315 SVGForeignObjectElement = 325, | 314 SVGForeignObjectElement = 325, |
| 316 SelectionSetPosition = 327, | 315 SelectionSetPosition = 327, |
| 317 AnimationPlayerFinishEvent = 328, | 316 AnimationPlayerFinishEvent = 328, |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 CSSSelectorPseudoUnresolved = 466, | 440 CSSSelectorPseudoUnresolved = 466, |
| 442 CSSSelectorPseudoShadow = 467, | 441 CSSSelectorPseudoShadow = 467, |
| 443 CSSSelectorPseudoContent = 468, | 442 CSSSelectorPseudoContent = 468, |
| 444 CSSSelectorPseudoHost = 469, | 443 CSSSelectorPseudoHost = 469, |
| 445 CSSSelectorPseudoHostContext = 470, | 444 CSSSelectorPseudoHostContext = 470, |
| 446 CSSDeepCombinator = 471, | 445 CSSDeepCombinator = 471, |
| 447 SyncXHRWithCredentials = 472, | 446 SyncXHRWithCredentials = 472, |
| 448 // The above items are available in M37 branch. | 447 // The above items are available in M37 branch. |
| 449 | 448 |
| 450 UseAsm = 473, | 449 UseAsm = 473, |
| 451 KeyEventNotAllowedInFullScreen = 474, | |
| 452 DOMWindowOpen = 475, | 450 DOMWindowOpen = 475, |
| 453 DOMWindowOpenFeatures = 476, | 451 DOMWindowOpenFeatures = 476, |
| 454 MediaStreamTrackGetSources = 478, | 452 MediaStreamTrackGetSources = 478, |
| 455 AspectRatioFlexItem = 479, | 453 AspectRatioFlexItem = 479, |
| 456 DetailsElement = 480, | 454 DetailsElement = 480, |
| 457 DialogElement = 481, | 455 DialogElement = 481, |
| 458 MapElement = 482, | 456 MapElement = 482, |
| 459 MeterElement = 483, | 457 MeterElement = 483, |
| 460 ProgressElement = 484, | 458 ProgressElement = 484, |
| 461 VideoFullscreenAllowedExemption = 485, | 459 VideoFullscreenAllowedExemption = 485, |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 621 | 619 |
| 622 void updateMeasurements(); | 620 void updateMeasurements(); |
| 623 | 621 |
| 624 OwnPtr<BitVector> m_countBits; | 622 OwnPtr<BitVector> m_countBits; |
| 625 BitVector m_CSSFeatureBits; | 623 BitVector m_CSSFeatureBits; |
| 626 }; | 624 }; |
| 627 | 625 |
| 628 } // namespace blink | 626 } // namespace blink |
| 629 | 627 |
| 630 #endif // UseCounter_h | 628 #endif // UseCounter_h |
| OLD | NEW |