| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 | 305 |
| 306 SVGForeignObjectElement = 325, | 306 SVGForeignObjectElement = 325, |
| 307 SelectionSetPosition = 327, | 307 SelectionSetPosition = 327, |
| 308 AnimationPlayerFinishEvent = 328, | 308 AnimationPlayerFinishEvent = 328, |
| 309 SVGSVGElementInXMLDocument = 329, | 309 SVGSVGElementInXMLDocument = 329, |
| 310 PrefixedPerformanceClearResourceTimings = 341, | 310 PrefixedPerformanceClearResourceTimings = 341, |
| 311 PrefixedPerformanceSetResourceTimingBufferSize = 342, | 311 PrefixedPerformanceSetResourceTimingBufferSize = 342, |
| 312 EventSrcElement = 343, | 312 EventSrcElement = 343, |
| 313 EventCancelBubble = 344, | 313 EventCancelBubble = 344, |
| 314 EventPath = 345, | 314 EventPath = 345, |
| 315 EventClipboardData = 346, | |
| 316 NodeIteratorDetach = 347, | 315 NodeIteratorDetach = 347, |
| 317 AttrNodeValue = 348, | 316 AttrNodeValue = 348, |
| 318 AttrTextContent = 349, | 317 AttrTextContent = 349, |
| 319 EventGetReturnValueTrue = 350, | 318 EventGetReturnValueTrue = 350, |
| 320 EventGetReturnValueFalse = 351, | 319 EventGetReturnValueFalse = 351, |
| 321 EventSetReturnValueTrue = 352, | 320 EventSetReturnValueTrue = 352, |
| 322 EventSetReturnValueFalse = 353, | 321 EventSetReturnValueFalse = 353, |
| 323 WindowOffscreenBuffering = 356, | 322 WindowOffscreenBuffering = 356, |
| 324 WindowDefaultStatus = 357, | 323 WindowDefaultStatus = 357, |
| 325 WindowDefaultstatus = 358, | 324 WindowDefaultstatus = 358, |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 | 635 |
| 637 void updateMeasurements(); | 636 void updateMeasurements(); |
| 638 | 637 |
| 639 OwnPtr<BitVector> m_countBits; | 638 OwnPtr<BitVector> m_countBits; |
| 640 BitVector m_CSSFeatureBits; | 639 BitVector m_CSSFeatureBits; |
| 641 }; | 640 }; |
| 642 | 641 |
| 643 } // namespace blink | 642 } // namespace blink |
| 644 | 643 |
| 645 #endif // UseCounter_h | 644 #endif // UseCounter_h |
| OLD | NEW |