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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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, | 391 HTMLFrameElementWidth = 394, |
392 HTMLFrameElementHeight = 395, | 392 HTMLFrameElementHeight = 395, |
393 HTMLImageElementX = 396, | 393 HTMLImageElementX = 396, |
394 HTMLImageElementY = 397, | 394 HTMLImageElementY = 397, |
395 HTMLOptionsCollectionRemoveElement = 398, | 395 HTMLOptionsCollectionRemoveElement = 398, |
396 HTMLPreElementWrap = 399, | |
397 SelectionBaseNode = 400, | 396 SelectionBaseNode = 400, |
398 SelectionBaseOffset = 401, | 397 SelectionBaseOffset = 401, |
399 SelectionExtentNode = 402, | 398 SelectionExtentNode = 402, |
400 SelectionExtentOffset = 403, | 399 SelectionExtentOffset = 403, |
401 SelectionType = 404, | 400 SelectionType = 404, |
402 SelectionModify = 405, | 401 SelectionModify = 405, |
403 SelectionSetBaseAndExtent = 406, | 402 SelectionSetBaseAndExtent = 406, |
404 SelectionEmpty = 407, | 403 SelectionEmpty = 407, |
405 SVGFEMorphologyElementSetRadius = 408, | 404 SVGFEMorphologyElementSetRadius = 408, |
406 VTTCue = 409, | 405 VTTCue = 409, |
(...skipping 147 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 |