| 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 DocumentFonts = 440, | 326 DocumentFonts = 440, |
| 327 MixedContentFormsSubmitted = 441, | 327 MixedContentFormsSubmitted = 441, |
| 328 FormsSubmitted = 442, | 328 FormsSubmitted = 442, |
| 329 HTMLImports = 455, | 329 HTMLImports = 455, |
| 330 ElementCreateShadowRoot = 456, | 330 ElementCreateShadowRoot = 456, |
| 331 DocumentRegisterElement = 457, | 331 DocumentRegisterElement = 457, |
| 332 EditingAppleInterchangeNewline = 458, | 332 EditingAppleInterchangeNewline = 458, |
| 333 EditingAppleConvertedSpace = 459, | 333 EditingAppleConvertedSpace = 459, |
| 334 EditingApplePasteAsQuotation = 460, | 334 EditingApplePasteAsQuotation = 460, |
| 335 EditingAppleStyleSpanClass = 461, | 335 EditingAppleStyleSpanClass = 461, |
| 336 EditingAppleTabSpanClass = 462, | |
| 337 HTMLImportsAsyncAttribute = 463, | 336 HTMLImportsAsyncAttribute = 463, |
| 338 XMLHttpRequestSynchronous = 465, | 337 XMLHttpRequestSynchronous = 465, |
| 339 CSSSelectorPseudoUnresolved = 466, | 338 CSSSelectorPseudoUnresolved = 466, |
| 340 CSSSelectorPseudoShadow = 467, | 339 CSSSelectorPseudoShadow = 467, |
| 341 CSSSelectorPseudoContent = 468, | 340 CSSSelectorPseudoContent = 468, |
| 342 CSSSelectorPseudoHost = 469, | 341 CSSSelectorPseudoHost = 469, |
| 343 CSSSelectorPseudoHostContext = 470, | 342 CSSSelectorPseudoHostContext = 470, |
| 344 CSSDeepCombinator = 471, | 343 CSSDeepCombinator = 471, |
| 345 // The above items are available in M37 branch. | 344 // The above items are available in M37 branch. |
| 346 | 345 |
| (...skipping 1231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1578 // Tracks what features/properties need to be reported to the legacy | 1577 // Tracks what features/properties need to be reported to the legacy |
| 1579 // histograms. | 1578 // histograms. |
| 1580 BitVector m_featureBits; | 1579 BitVector m_featureBits; |
| 1581 BitVector m_CSSBits; | 1580 BitVector m_CSSBits; |
| 1582 } m_legacyCounter; | 1581 } m_legacyCounter; |
| 1583 }; | 1582 }; |
| 1584 | 1583 |
| 1585 } // namespace blink | 1584 } // namespace blink |
| 1586 | 1585 |
| 1587 #endif // UseCounter_h | 1586 #endif // UseCounter_h |
| OLD | NEW |