| 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 WorkerAllowedByChildBlockedByScript = 258, | 227 WorkerAllowedByChildBlockedByScript = 258, |
| 228 DeprecatedWebKitGradient = 260, | 228 DeprecatedWebKitGradient = 260, |
| 229 DeprecatedWebKitLinearGradient = 261, | 229 DeprecatedWebKitLinearGradient = 261, |
| 230 DeprecatedWebKitRepeatingLinearGradient = 262, | 230 DeprecatedWebKitRepeatingLinearGradient = 262, |
| 231 DeprecatedWebKitRadialGradient = 263, | 231 DeprecatedWebKitRadialGradient = 263, |
| 232 DeprecatedWebKitRepeatingRadialGradient = 264, | 232 DeprecatedWebKitRepeatingRadialGradient = 264, |
| 233 PrefixedImageSmoothingEnabled = 267, | 233 PrefixedImageSmoothingEnabled = 267, |
| 234 UnprefixedImageSmoothingEnabled = 268, | 234 UnprefixedImageSmoothingEnabled = 268, |
| 235 // The above items are available in M34 branch. | 235 // The above items are available in M34 branch. |
| 236 | 236 |
| 237 TextAutosizing = 274, |
| 237 HTMLAnchorElementPingAttribute = 276, | 238 HTMLAnchorElementPingAttribute = 276, |
| 238 SVGClassName = 279, | 239 SVGClassName = 279, |
| 239 HTMLMediaElementSeekToFragmentStart = 281, | 240 HTMLMediaElementSeekToFragmentStart = 281, |
| 240 HTMLMediaElementPauseAtFragmentEnd = 282, | 241 HTMLMediaElementPauseAtFragmentEnd = 282, |
| 241 PrefixedWindowURL = 283, | 242 PrefixedWindowURL = 283, |
| 242 WindowOrientation = 285, | 243 WindowOrientation = 285, |
| 243 DOMStringListContains = 286, | 244 DOMStringListContains = 286, |
| 244 DocumentCaptureEvents = 287, | 245 DocumentCaptureEvents = 287, |
| 245 DocumentReleaseEvents = 288, | 246 DocumentReleaseEvents = 288, |
| 246 WindowCaptureEvents = 289, | 247 WindowCaptureEvents = 289, |
| (...skipping 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1284 friend class UseCounterTest; | 1285 friend class UseCounterTest; |
| 1285 static int m_muteCount; | 1286 static int m_muteCount; |
| 1286 | 1287 |
| 1287 CountBits m_countBits; | 1288 CountBits m_countBits; |
| 1288 BitVector m_CSSFeatureBits; | 1289 BitVector m_CSSFeatureBits; |
| 1289 }; | 1290 }; |
| 1290 | 1291 |
| 1291 } // namespace blink | 1292 } // namespace blink |
| 1292 | 1293 |
| 1293 #endif // UseCounter_h | 1294 #endif // UseCounter_h |
| OLD | NEW |