| 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 PrefixedWheelEventDirectionInvertedFromDevice = 384, | 381 PrefixedWheelEventDirectionInvertedFromDevice = 384, |
| 382 PrefixedWheelEventInit = 385, | 382 PrefixedWheelEventInit = 385, |
| 383 PrefixedFileRelativePath = 386, | 383 PrefixedFileRelativePath = 386, |
| 384 DocumentCaretRangeFromPoint = 387, | 384 DocumentCaretRangeFromPoint = 387, |
| 385 DocumentGetCSSCanvasContext = 388, | 385 DocumentGetCSSCanvasContext = 388, |
| 386 ElementScrollIntoViewIfNeeded = 389, | 386 ElementScrollIntoViewIfNeeded = 389, |
| 387 RangeCompareNode = 392, | 387 RangeCompareNode = 392, |
| 388 RangeExpand = 393, | 388 RangeExpand = 393, |
| 389 HTMLImageElementX = 396, | 389 HTMLImageElementX = 396, |
| 390 HTMLImageElementY = 397, | 390 HTMLImageElementY = 397, |
| 391 HTMLOptionsCollectionRemoveElement = 398, | |
| 392 SelectionBaseNode = 400, | 391 SelectionBaseNode = 400, |
| 393 SelectionBaseOffset = 401, | 392 SelectionBaseOffset = 401, |
| 394 SelectionExtentNode = 402, | 393 SelectionExtentNode = 402, |
| 395 SelectionExtentOffset = 403, | 394 SelectionExtentOffset = 403, |
| 396 SelectionType = 404, | 395 SelectionType = 404, |
| 397 SelectionModify = 405, | 396 SelectionModify = 405, |
| 398 SelectionSetBaseAndExtent = 406, | 397 SelectionSetBaseAndExtent = 406, |
| 399 SelectionEmpty = 407, | 398 SelectionEmpty = 407, |
| 400 SVGFEMorphologyElementSetRadius = 408, | 399 SVGFEMorphologyElementSetRadius = 408, |
| 401 VTTCue = 409, | 400 VTTCue = 409, |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 | 553 |
| 555 void updateMeasurements(); | 554 void updateMeasurements(); |
| 556 | 555 |
| 557 OwnPtr<BitVector> m_countBits; | 556 OwnPtr<BitVector> m_countBits; |
| 558 BitVector m_CSSFeatureBits; | 557 BitVector m_CSSFeatureBits; |
| 559 }; | 558 }; |
| 560 | 559 |
| 561 } // namespace blink | 560 } // namespace blink |
| 562 | 561 |
| 563 #endif // UseCounter_h | 562 #endif // UseCounter_h |
| OLD | NEW |