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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 AttrTextContent = 349, | 340 AttrTextContent = 349, |
341 EventGetReturnValueTrue = 350, | 341 EventGetReturnValueTrue = 350, |
342 EventGetReturnValueFalse = 351, | 342 EventGetReturnValueFalse = 351, |
343 EventSetReturnValueTrue = 352, | 343 EventSetReturnValueTrue = 352, |
344 EventSetReturnValueFalse = 353, | 344 EventSetReturnValueFalse = 353, |
345 NodeIteratorExpandEntityReferences = 354, | 345 NodeIteratorExpandEntityReferences = 354, |
346 TreeWalkerExpandEntityReferences = 355, | 346 TreeWalkerExpandEntityReferences = 355, |
347 WindowOffscreenBuffering = 356, | 347 WindowOffscreenBuffering = 356, |
348 WindowDefaultStatus = 357, | 348 WindowDefaultStatus = 357, |
349 WindowDefaultstatus = 358, | 349 WindowDefaultstatus = 358, |
| 350 PrefixedConvertPointFromPageToNode = 359, |
| 351 PrefixedConvertPointFromNodeToPage = 360, |
350 PrefixedTransitionEventConstructor = 361, | 352 PrefixedTransitionEventConstructor = 361, |
351 PrefixedMutationObserverConstructor = 362, | 353 PrefixedMutationObserverConstructor = 362, |
352 PrefixedIDBCursorConstructor = 363, | 354 PrefixedIDBCursorConstructor = 363, |
353 PrefixedIDBDatabaseConstructor = 364, | 355 PrefixedIDBDatabaseConstructor = 364, |
354 PrefixedIDBFactoryConstructor = 365, | 356 PrefixedIDBFactoryConstructor = 365, |
355 PrefixedIDBIndexConstructor = 366, | 357 PrefixedIDBIndexConstructor = 366, |
356 PrefixedIDBKeyRangeConstructor = 367, | 358 PrefixedIDBKeyRangeConstructor = 367, |
357 PrefixedIDBObjectStoreConstructor = 368, | 359 PrefixedIDBObjectStoreConstructor = 368, |
358 PrefixedIDBRequestConstructor = 369, | 360 PrefixedIDBRequestConstructor = 369, |
359 PrefixedIDBTransactionConstructor = 370, | 361 PrefixedIDBTransactionConstructor = 370, |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 | 553 |
552 void updateMeasurements(); | 554 void updateMeasurements(); |
553 | 555 |
554 OwnPtr<BitVector> m_countBits; | 556 OwnPtr<BitVector> m_countBits; |
555 BitVector m_CSSFeatureBits; | 557 BitVector m_CSSFeatureBits; |
556 }; | 558 }; |
557 | 559 |
558 } // namespace blink | 560 } // namespace blink |
559 | 561 |
560 #endif // UseCounter_h | 562 #endif // UseCounter_h |
OLD | NEW |