| 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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 LangAttribute = 587, | 501 LangAttribute = 587, |
| 502 LangAttributeOnHTML = 588, | 502 LangAttributeOnHTML = 588, |
| 503 LangAttributeOnBody = 589, | 503 LangAttributeOnBody = 589, |
| 504 LangAttributeDoesNotMatchToUILocale = 590, | 504 LangAttributeDoesNotMatchToUILocale = 590, |
| 505 InputTypeSubmit = 591, | 505 InputTypeSubmit = 591, |
| 506 InputTypeSubmitWithValue = 592, | 506 InputTypeSubmitWithValue = 592, |
| 507 // The above items are available in M40 branch. | 507 // The above items are available in M40 branch. |
| 508 | 508 |
| 509 SetReferrerPolicy = 593, | 509 SetReferrerPolicy = 593, |
| 510 MouseEventWhich = 595, | 510 MouseEventWhich = 595, |
| 511 UIEventCharCode = 596, | |
| 512 UIEventKeyCode = 597, | |
| 513 UIEventWhich = 598, | 511 UIEventWhich = 598, |
| 514 TextWholeText = 599, | 512 TextWholeText = 599, |
| 515 NotificationCloseEvent = 603, | 513 NotificationCloseEvent = 603, |
| 516 StyleMedia = 606, | 514 StyleMedia = 606, |
| 517 StyleMediaType = 607, | 515 StyleMediaType = 607, |
| 518 StyleMediaMatchMedium = 608, | 516 StyleMediaMatchMedium = 608, |
| 519 MixedContentPresent = 609, | 517 MixedContentPresent = 609, |
| 520 MixedContentBlockable = 610, | 518 MixedContentBlockable = 610, |
| 521 MixedContentAudio = 611, | 519 MixedContentAudio = 611, |
| 522 MixedContentDownload = 612, | 520 MixedContentDownload = 612, |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 879 | 877 |
| 880 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } | 878 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } |
| 881 | 879 |
| 882 CountBits m_countBits; | 880 CountBits m_countBits; |
| 883 BitVector m_CSSFeatureBits; | 881 BitVector m_CSSFeatureBits; |
| 884 }; | 882 }; |
| 885 | 883 |
| 886 } // namespace blink | 884 } // namespace blink |
| 887 | 885 |
| 888 #endif // UseCounter_h | 886 #endif // UseCounter_h |
| OLD | NEW |