| 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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 DevToolsConsoleProfile = 518, | 428 DevToolsConsoleProfile = 518, |
| 429 SVGStyleElementTitle = 519, | 429 SVGStyleElementTitle = 519, |
| 430 PictureSourceSrc = 520, | 430 PictureSourceSrc = 520, |
| 431 // The above items are available in M38 branch. | 431 // The above items are available in M38 branch. |
| 432 | 432 |
| 433 Picture = 521, | 433 Picture = 521, |
| 434 Sizes = 522, | 434 Sizes = 522, |
| 435 SrcsetXDescriptor = 523, | 435 SrcsetXDescriptor = 523, |
| 436 SrcsetWDescriptor = 524, | 436 SrcsetWDescriptor = 524, |
| 437 SelectionContainsNode = 525, | 437 SelectionContainsNode = 525, |
| 438 MediaStreamEnded = 526, | |
| 439 XMLExternalResourceLoad = 529, | 438 XMLExternalResourceLoad = 529, |
| 440 MixedContentPrivateHostnameInPublicHostname = 530, | 439 MixedContentPrivateHostnameInPublicHostname = 530, |
| 441 LegacyProtocolEmbeddedAsSubresource = 531, | 440 LegacyProtocolEmbeddedAsSubresource = 531, |
| 442 RequestedSubresourceWithEmbeddedCredentials = 532, | 441 RequestedSubresourceWithEmbeddedCredentials = 532, |
| 443 NotificationCreated = 533, | 442 NotificationCreated = 533, |
| 444 NotificationClosed = 534, | 443 NotificationClosed = 534, |
| 445 NotificationPermissionRequested = 535, | 444 NotificationPermissionRequested = 535, |
| 446 MediaStreamLabel = 536, | |
| 447 MediaStreamStop = 537, | |
| 448 ConsoleTimeline = 538, | 445 ConsoleTimeline = 538, |
| 449 ConsoleTimelineEnd = 539, | 446 ConsoleTimelineEnd = 539, |
| 450 SRIElementWithMatchingIntegrityAttribute = 540, | 447 SRIElementWithMatchingIntegrityAttribute = 540, |
| 451 SRIElementWithNonMatchingIntegrityAttribute = 541, | 448 SRIElementWithNonMatchingIntegrityAttribute = 541, |
| 452 SRIElementWithUnparsableIntegrityAttribute = 542, | 449 SRIElementWithUnparsableIntegrityAttribute = 542, |
| 453 V8Animation_StartTime_AttributeGetter = 545, | 450 V8Animation_StartTime_AttributeGetter = 545, |
| 454 V8Animation_StartTime_AttributeSetter = 546, | 451 V8Animation_StartTime_AttributeSetter = 546, |
| 455 V8Animation_CurrentTime_AttributeGetter = 547, | 452 V8Animation_CurrentTime_AttributeGetter = 547, |
| 456 V8Animation_CurrentTime_AttributeSetter = 548, | 453 V8Animation_CurrentTime_AttributeSetter = 548, |
| 457 V8Animation_PlaybackRate_AttributeGetter = 549, | 454 V8Animation_PlaybackRate_AttributeGetter = 549, |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 935 | 932 |
| 936 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } | 933 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } |
| 937 | 934 |
| 938 CountBits m_countBits; | 935 CountBits m_countBits; |
| 939 BitVector m_CSSFeatureBits; | 936 BitVector m_CSSFeatureBits; |
| 940 }; | 937 }; |
| 941 | 938 |
| 942 } // namespace blink | 939 } // namespace blink |
| 943 | 940 |
| 944 #endif // UseCounter_h | 941 #endif // UseCounter_h |
| OLD | NEW |