| 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 // The above items are available in M36 branch. | 370 // The above items are available in M36 branch. |
| 371 | 371 |
| 372 ElementRequestPointerLock = 417, | 372 ElementRequestPointerLock = 417, |
| 373 VTTCueRenderRtl = 418, | 373 VTTCueRenderRtl = 418, |
| 374 PostMessageFromSecureToInsecure = 419, | 374 PostMessageFromSecureToInsecure = 419, |
| 375 PostMessageFromInsecureToSecure = 420, | 375 PostMessageFromInsecureToSecure = 420, |
| 376 DocumentExitPointerLock = 421, | 376 DocumentExitPointerLock = 421, |
| 377 DocumentPointerLockElement = 422, | 377 DocumentPointerLockElement = 422, |
| 378 PrefixedCursorZoomIn = 424, | 378 PrefixedCursorZoomIn = 424, |
| 379 PrefixedCursorZoomOut = 425, | 379 PrefixedCursorZoomOut = 425, |
| 380 CSSCharsetRuleEncoding = 426, | |
| 381 DocumentSetCharset = 427, | 380 DocumentSetCharset = 427, |
| 382 DocumentDefaultCharset = 428, | 381 DocumentDefaultCharset = 428, |
| 383 TextEncoderConstructor = 429, | 382 TextEncoderConstructor = 429, |
| 384 TextEncoderEncode = 430, | 383 TextEncoderEncode = 430, |
| 385 TextDecoderConstructor = 431, | 384 TextDecoderConstructor = 431, |
| 386 TextDecoderDecode = 432, | 385 TextDecoderDecode = 432, |
| 387 FocusInOutEvent = 433, | 386 FocusInOutEvent = 433, |
| 388 MouseEventMovementX = 434, | 387 MouseEventMovementX = 434, |
| 389 MouseEventMovementY = 435, | 388 MouseEventMovementY = 435, |
| 390 DocumentFonts = 440, | 389 DocumentFonts = 440, |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 621 | 620 |
| 622 void updateMeasurements(); | 621 void updateMeasurements(); |
| 623 | 622 |
| 624 OwnPtr<BitVector> m_countBits; | 623 OwnPtr<BitVector> m_countBits; |
| 625 BitVector m_CSSFeatureBits; | 624 BitVector m_CSSFeatureBits; |
| 626 }; | 625 }; |
| 627 | 626 |
| 628 } // namespace blink | 627 } // namespace blink |
| 629 | 628 |
| 630 #endif // UseCounter_h | 629 #endif // UseCounter_h |
| OLD | NEW |