| 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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 | 527 |
| 528 SetReferrerPolicy = 593, | 528 SetReferrerPolicy = 593, |
| 529 DOMImplementationHasFeatureReturnFalseInternal = 594, | 529 DOMImplementationHasFeatureReturnFalseInternal = 594, |
| 530 MouseEventWhich = 595, | 530 MouseEventWhich = 595, |
| 531 UIEventCharCode = 596, | 531 UIEventCharCode = 596, |
| 532 UIEventKeyCode = 597, | 532 UIEventKeyCode = 597, |
| 533 UIEventWhich = 598, | 533 UIEventWhich = 598, |
| 534 TextWholeText = 599, | 534 TextWholeText = 599, |
| 535 AttrChildAccess = 600, | 535 AttrChildAccess = 600, |
| 536 AttrChildChange = 601, | 536 AttrChildChange = 601, |
| 537 DocumentGetOverrideStyle = 602, | |
| 538 NotificationCloseEvent = 603, | 537 NotificationCloseEvent = 603, |
| 539 CSSKeyframesRuleAppendRule = 604, | 538 CSSKeyframesRuleAppendRule = 604, |
| 540 CSSKeyframesRuleInsertRule = 605, | 539 CSSKeyframesRuleInsertRule = 605, |
| 541 StyleMedia = 606, | 540 StyleMedia = 606, |
| 542 StyleMediaType = 607, | 541 StyleMediaType = 607, |
| 543 StyleMediaMatchMedium = 608, | 542 StyleMediaMatchMedium = 608, |
| 544 MixedContentPresent = 609, | 543 MixedContentPresent = 609, |
| 545 MixedContentBlockable = 610, | 544 MixedContentBlockable = 610, |
| 546 MixedContentAudio = 611, | 545 MixedContentAudio = 611, |
| 547 MixedContentDownload = 612, | 546 MixedContentDownload = 612, |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 bool recordMeasurement(Feature feature) { return m_countBits.recordMeasureme
nt(feature); } | 724 bool recordMeasurement(Feature feature) { return m_countBits.recordMeasureme
nt(feature); } |
| 726 void updateMeasurements(); | 725 void updateMeasurements(); |
| 727 | 726 |
| 728 CountBits m_countBits; | 727 CountBits m_countBits; |
| 729 BitVector m_CSSFeatureBits; | 728 BitVector m_CSSFeatureBits; |
| 730 }; | 729 }; |
| 731 | 730 |
| 732 } // namespace blink | 731 } // namespace blink |
| 733 | 732 |
| 734 #endif // UseCounter_h | 733 #endif // UseCounter_h |
| OLD | NEW |