| 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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 InputTypeSubmit = 591, | 511 InputTypeSubmit = 591, |
| 512 InputTypeSubmitWithValue = 592, | 512 InputTypeSubmitWithValue = 592, |
| 513 // The above items are available in M40 branch. | 513 // The above items are available in M40 branch. |
| 514 | 514 |
| 515 SetReferrerPolicy = 593, | 515 SetReferrerPolicy = 593, |
| 516 MouseEventWhich = 595, | 516 MouseEventWhich = 595, |
| 517 UIEventCharCode = 596, | 517 UIEventCharCode = 596, |
| 518 UIEventKeyCode = 597, | 518 UIEventKeyCode = 597, |
| 519 UIEventWhich = 598, | 519 UIEventWhich = 598, |
| 520 TextWholeText = 599, | 520 TextWholeText = 599, |
| 521 AttrChildAccess = 600, | |
| 522 AttrChildChange = 601, | |
| 523 NotificationCloseEvent = 603, | 521 NotificationCloseEvent = 603, |
| 524 StyleMedia = 606, | 522 StyleMedia = 606, |
| 525 StyleMediaType = 607, | 523 StyleMediaType = 607, |
| 526 StyleMediaMatchMedium = 608, | 524 StyleMediaMatchMedium = 608, |
| 527 MixedContentPresent = 609, | 525 MixedContentPresent = 609, |
| 528 MixedContentBlockable = 610, | 526 MixedContentBlockable = 610, |
| 529 MixedContentAudio = 611, | 527 MixedContentAudio = 611, |
| 530 MixedContentDownload = 612, | 528 MixedContentDownload = 612, |
| 531 MixedContentFavicon = 613, | 529 MixedContentFavicon = 613, |
| 532 MixedContentImage = 614, | 530 MixedContentImage = 614, |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 | 805 |
| 808 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } | 806 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } |
| 809 | 807 |
| 810 CountBits m_countBits; | 808 CountBits m_countBits; |
| 811 BitVector m_CSSFeatureBits; | 809 BitVector m_CSSFeatureBits; |
| 812 }; | 810 }; |
| 813 | 811 |
| 814 } // namespace blink | 812 } // namespace blink |
| 815 | 813 |
| 816 #endif // UseCounter_h | 814 #endif // UseCounter_h |
| OLD | NEW |