| 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 ElementScrollByLines = 390, | 387 ElementScrollByLines = 390, |
| 388 ElementScrollByPages = 391, | 388 ElementScrollByPages = 391, |
| 389 RangeCompareNode = 392, | 389 RangeCompareNode = 392, |
| 390 RangeExpand = 393, | 390 RangeExpand = 393, |
| 391 HTMLFrameElementWidth = 394, | |
| 392 HTMLFrameElementHeight = 395, | |
| 393 HTMLImageElementX = 396, | 391 HTMLImageElementX = 396, |
| 394 HTMLImageElementY = 397, | 392 HTMLImageElementY = 397, |
| 395 HTMLOptionsCollectionRemoveElement = 398, | 393 HTMLOptionsCollectionRemoveElement = 398, |
| 396 HTMLPreElementWrap = 399, | 394 HTMLPreElementWrap = 399, |
| 397 SelectionBaseNode = 400, | 395 SelectionBaseNode = 400, |
| 398 SelectionBaseOffset = 401, | 396 SelectionBaseOffset = 401, |
| 399 SelectionExtentNode = 402, | 397 SelectionExtentNode = 402, |
| 400 SelectionExtentOffset = 403, | 398 SelectionExtentOffset = 403, |
| 401 SelectionType = 404, | 399 SelectionType = 404, |
| 402 SelectionModify = 405, | 400 SelectionModify = 405, |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 | 552 |
| 555 void updateMeasurements(); | 553 void updateMeasurements(); |
| 556 | 554 |
| 557 OwnPtr<BitVector> m_countBits; | 555 OwnPtr<BitVector> m_countBits; |
| 558 BitVector m_CSSFeatureBits; | 556 BitVector m_CSSFeatureBits; |
| 559 }; | 557 }; |
| 560 | 558 |
| 561 } // namespace blink | 559 } // namespace blink |
| 562 | 560 |
| 563 #endif // UseCounter_h | 561 #endif // UseCounter_h |
| OLD | NEW |