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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 HTMLTableElementVspace = 374, | 371 HTMLTableElementVspace = 374, |
372 HTMLTableElementHspace = 375, | 372 HTMLTableElementHspace = 375, |
373 PrefixedDocumentExitPointerLock = 376, | 373 PrefixedDocumentExitPointerLock = 376, |
374 PrefixedDocumentPointerLockElement = 377, | 374 PrefixedDocumentPointerLockElement = 377, |
375 PrefixedTouchRadiusX = 378, | 375 PrefixedTouchRadiusX = 378, |
376 PrefixedTouchRadiusY = 379, | 376 PrefixedTouchRadiusY = 379, |
377 PrefixedTouchRotationAngle = 380, | 377 PrefixedTouchRotationAngle = 380, |
378 PrefixedTouchForce = 381, | 378 PrefixedTouchForce = 381, |
379 PrefixedMouseEventMovementX = 382, | 379 PrefixedMouseEventMovementX = 382, |
380 PrefixedMouseEventMovementY = 383, | 380 PrefixedMouseEventMovementY = 383, |
381 PrefixedWheelEventDirectionInvertedFromDevice = 384, | |
382 PrefixedFileRelativePath = 386, | 381 PrefixedFileRelativePath = 386, |
383 DocumentCaretRangeFromPoint = 387, | 382 DocumentCaretRangeFromPoint = 387, |
384 DocumentGetCSSCanvasContext = 388, | 383 DocumentGetCSSCanvasContext = 388, |
385 ElementScrollIntoViewIfNeeded = 389, | 384 ElementScrollIntoViewIfNeeded = 389, |
386 RangeCompareNode = 392, | 385 RangeCompareNode = 392, |
387 RangeExpand = 393, | 386 RangeExpand = 393, |
388 HTMLImageElementX = 396, | 387 HTMLImageElementX = 396, |
389 HTMLImageElementY = 397, | 388 HTMLImageElementY = 397, |
390 SelectionBaseNode = 400, | 389 SelectionBaseNode = 400, |
391 SelectionBaseOffset = 401, | 390 SelectionBaseOffset = 401, |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 | 563 |
565 void updateMeasurements(); | 564 void updateMeasurements(); |
566 | 565 |
567 OwnPtr<BitVector> m_countBits; | 566 OwnPtr<BitVector> m_countBits; |
568 BitVector m_CSSFeatureBits; | 567 BitVector m_CSSFeatureBits; |
569 }; | 568 }; |
570 | 569 |
571 } // namespace blink | 570 } // namespace blink |
572 | 571 |
573 #endif // UseCounter_h | 572 #endif // UseCounter_h |
OLD | NEW |