| 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 AttrSetValueWithElement = 303, | 294 AttrSetValueWithElement = 303, |
| 295 PrefixedCancelAnimationFrame = 304, | 295 PrefixedCancelAnimationFrame = 304, |
| 296 PrefixedCancelRequestAnimationFrame = 305, | 296 PrefixedCancelRequestAnimationFrame = 305, |
| 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 OpenWebDatabaseInWorker = 313, // This didn't work because of crbug.com/
376039. Available since M37. | |
| 305 OpenWebDatabaseSyncInWorker = 314, // This didn't work because of crbug.
com/376039. Available since M37. | |
| 306 XHRProgressEventPosition = 316, | 304 XHRProgressEventPosition = 316, |
| 307 XHRProgressEventTotalSize = 317, | 305 XHRProgressEventTotalSize = 317, |
| 308 PrefixedDocumentIsFullscreen = 318, | 306 PrefixedDocumentIsFullscreen = 318, |
| 309 PrefixedDocumentFullScreenKeyboardInputAllowed = 319, | 307 PrefixedDocumentFullScreenKeyboardInputAllowed = 319, |
| 310 PrefixedDocumentCurrentFullScreenElement = 320, | 308 PrefixedDocumentCurrentFullScreenElement = 320, |
| 311 PrefixedDocumentCancelFullScreen = 321, | 309 PrefixedDocumentCancelFullScreen = 321, |
| 312 PrefixedDocumentFullscreenEnabled = 322, | 310 PrefixedDocumentFullscreenEnabled = 322, |
| 313 PrefixedDocumentFullscreenElement = 323, | 311 PrefixedDocumentFullscreenElement = 323, |
| 314 PrefixedDocumentExitFullscreen = 324, | 312 PrefixedDocumentExitFullscreen = 324, |
| 315 // The above items are available in M35 branch. | 313 // The above items are available in M35 branch. |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 | 560 |
| 563 void updateMeasurements(); | 561 void updateMeasurements(); |
| 564 | 562 |
| 565 OwnPtr<BitVector> m_countBits; | 563 OwnPtr<BitVector> m_countBits; |
| 566 BitVector m_CSSFeatureBits; | 564 BitVector m_CSSFeatureBits; |
| 567 }; | 565 }; |
| 568 | 566 |
| 569 } // namespace blink | 567 } // namespace blink |
| 570 | 568 |
| 571 #endif // UseCounter_h | 569 #endif // UseCounter_h |
| OLD | NEW |