| 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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 ImageDocumentInFrame = 1310, | 1109 ImageDocumentInFrame = 1310, |
| 1110 MediaDocument = 1311, | 1110 MediaDocument = 1311, |
| 1111 MediaDocumentInFrame = 1312, | 1111 MediaDocumentInFrame = 1312, |
| 1112 PluginDocument = 1313, | 1112 PluginDocument = 1313, |
| 1113 PluginDocumentInFrame = 1314, | 1113 PluginDocumentInFrame = 1314, |
| 1114 SinkDocument = 1315, | 1114 SinkDocument = 1315, |
| 1115 SinkDocumentInFrame = 1316, | 1115 SinkDocumentInFrame = 1316, |
| 1116 TextDocument = 1317, | 1116 TextDocument = 1317, |
| 1117 TextDocumentInFrame = 1318, | 1117 TextDocumentInFrame = 1318, |
| 1118 ViewSourceDocument = 1319, | 1118 ViewSourceDocument = 1319, |
| 1119 FileAPINativeLineEndings = 1320, | |
| 1120 PointerEventAttributeCount = 1321, | 1119 PointerEventAttributeCount = 1321, |
| 1121 CompositedReplication = 1322, | 1120 CompositedReplication = 1322, |
| 1122 EncryptedMediaAllSelectedContentTypesHaveCodecs = 1323, | 1121 EncryptedMediaAllSelectedContentTypesHaveCodecs = 1323, |
| 1123 EncryptedMediaAllSelectedContentTypesMissingCodecs = 1324, | 1122 EncryptedMediaAllSelectedContentTypesMissingCodecs = 1324, |
| 1124 V8DataTransferItem_WebkitGetAsEntry_Method = 1325, | 1123 V8DataTransferItem_WebkitGetAsEntry_Method = 1325, |
| 1125 V8HTMLInputElement_WebkitEntries_AttributeGetter = 1326, | 1124 V8HTMLInputElement_WebkitEntries_AttributeGetter = 1326, |
| 1126 Entry_Filesystem_AttributeGetter_IsolatedFileSystem = 1327, | 1125 Entry_Filesystem_AttributeGetter_IsolatedFileSystem = 1327, |
| 1127 Entry_GetMetadata_Method_IsolatedFileSystem = 1328, | 1126 Entry_GetMetadata_Method_IsolatedFileSystem = 1328, |
| 1128 Entry_MoveTo_Method_IsolatedFileSystem = 1329, | 1127 Entry_MoveTo_Method_IsolatedFileSystem = 1329, |
| 1129 Entry_CopyTo_Method_IsolatedFileSystem = 1330, | 1128 Entry_CopyTo_Method_IsolatedFileSystem = 1330, |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1347 friend class UseCounterTest; | 1346 friend class UseCounterTest; |
| 1348 static int m_muteCount; | 1347 static int m_muteCount; |
| 1349 | 1348 |
| 1350 CountBits m_countBits; | 1349 CountBits m_countBits; |
| 1351 BitVector m_CSSFeatureBits; | 1350 BitVector m_CSSFeatureBits; |
| 1352 }; | 1351 }; |
| 1353 | 1352 |
| 1354 } // namespace blink | 1353 } // namespace blink |
| 1355 | 1354 |
| 1356 #endif // UseCounter_h | 1355 #endif // UseCounter_h |
| OLD | NEW |