| 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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 DeviceOrientationInsecureOrigin = 670, | 601 DeviceOrientationInsecureOrigin = 670, |
| 602 DeviceOrientationSecureOrigin = 671, | 602 DeviceOrientationSecureOrigin = 671, |
| 603 SandboxViaIFrame = 672, | 603 SandboxViaIFrame = 672, |
| 604 SandboxViaCSP = 673, | 604 SandboxViaCSP = 673, |
| 605 BlockedSniffingImageToScript = 674, | 605 BlockedSniffingImageToScript = 674, |
| 606 Fetch = 675, | 606 Fetch = 675, |
| 607 FetchBodyStream = 676, | 607 FetchBodyStream = 676, |
| 608 XMLHttpRequestAsynchronous = 677, | 608 XMLHttpRequestAsynchronous = 677, |
| 609 WhiteSpacePreFromXMLSpace = 679, | 609 WhiteSpacePreFromXMLSpace = 679, |
| 610 WhiteSpaceNowrapFromXMLSpace = 680, | 610 WhiteSpaceNowrapFromXMLSpace = 680, |
| 611 SVGElementXmlbase = 681, | |
| 612 SVGElementXmllang = 682, | |
| 613 SVGElementXmlspace = 683, | |
| 614 WindowMoveResizeMissingArguments = 684, | 611 WindowMoveResizeMissingArguments = 684, |
| 615 SVGSVGElementForceRedraw = 685, | 612 SVGSVGElementForceRedraw = 685, |
| 616 SVGSVGElementSuspendRedraw = 686, | 613 SVGSVGElementSuspendRedraw = 686, |
| 617 SVGSVGElementUnsuspendRedraw = 687, | 614 SVGSVGElementUnsuspendRedraw = 687, |
| 618 SVGSVGElementUnsuspendRedrawAll = 688, | 615 SVGSVGElementUnsuspendRedrawAll = 688, |
| 619 AudioContextClose = 689, | 616 AudioContextClose = 689, |
| 620 ServiceWorkerClientPostMessage = 690, | 617 ServiceWorkerClientPostMessage = 690, |
| 621 CSSZoomNotEqualToOne = 691, | 618 CSSZoomNotEqualToOne = 691, |
| 622 SVGGraphicsElementGetTransformToElement = 692, | 619 SVGGraphicsElementGetTransformToElement = 692, |
| 623 ServiceWorkerClientsGetAll = 693, | 620 ServiceWorkerClientsGetAll = 693, |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 | 796 |
| 800 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } | 797 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } |
| 801 | 798 |
| 802 CountBits m_countBits; | 799 CountBits m_countBits; |
| 803 BitVector m_CSSFeatureBits; | 800 BitVector m_CSSFeatureBits; |
| 804 }; | 801 }; |
| 805 | 802 |
| 806 } // namespace blink | 803 } // namespace blink |
| 807 | 804 |
| 808 #endif // UseCounter_h | 805 #endif // UseCounter_h |
| OLD | NEW |