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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
522 MixedContentDownload = 612, | 522 MixedContentDownload = 612, |
523 MixedContentFavicon = 613, | 523 MixedContentFavicon = 613, |
524 MixedContentImage = 614, | 524 MixedContentImage = 614, |
525 MixedContentInternal = 615, | 525 MixedContentInternal = 615, |
526 MixedContentPlugin = 616, | 526 MixedContentPlugin = 616, |
527 MixedContentPrefetch = 617, | 527 MixedContentPrefetch = 617, |
528 MixedContentVideo = 618, | 528 MixedContentVideo = 618, |
529 AudioListenerDopplerFactor = 620, | 529 AudioListenerDopplerFactor = 620, |
530 AudioListenerSpeedOfSound = 621, | 530 AudioListenerSpeedOfSound = 621, |
531 AudioListenerSetVelocity = 622, | 531 AudioListenerSetVelocity = 622, |
532 CSSSelectorPseudoFullScreenDocument = 627, | |
533 CSSSelectorPseudoFullScreenAncestor = 628, | 532 CSSSelectorPseudoFullScreenAncestor = 628, |
534 CSSSelectorPseudoFullScreen = 629, | 533 CSSSelectorPseudoFullScreen = 629, |
535 WebKitCSSMatrix = 630, | 534 WebKitCSSMatrix = 630, |
536 AudioContextCreateAnalyser = 631, | 535 AudioContextCreateAnalyser = 631, |
537 AudioContextCreateBiquadFilter = 632, | 536 AudioContextCreateBiquadFilter = 632, |
538 AudioContextCreateBufferSource = 633, | 537 AudioContextCreateBufferSource = 633, |
539 AudioContextCreateChannelMerger = 634, | 538 AudioContextCreateChannelMerger = 634, |
540 AudioContextCreateChannelSplitter = 635, | 539 AudioContextCreateChannelSplitter = 635, |
541 AudioContextCreateConvolver = 636, | 540 AudioContextCreateConvolver = 636, |
542 AudioContextCreateDelay = 637, | 541 AudioContextCreateDelay = 637, |
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
879 | 878 |
880 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } | 879 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } |
881 | 880 |
882 CountBits m_countBits; | 881 CountBits m_countBits; |
883 BitVector m_CSSFeatureBits; | 882 BitVector m_CSSFeatureBits; |
884 }; | 883 }; |
885 | 884 |
886 } // namespace blink | 885 } // namespace blink |
887 | 886 |
888 #endif // UseCounter_h | 887 #endif // UseCounter_h |
OLD | NEW |