/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_index_writer.cc | 32 IndexedDBBackingStore* backing_store, in VerifyIndexKeys() 69 IndexedDBBackingStore* backing_store, in WriteIndexKeys() 90 IndexedDBBackingStore* backing_store, in AddingKeyAllowed() 123 IndexedDBBackingStore* backing_store, in MakeIndexWriters()
|
D | indexed_db_database_unittest.cc | 36 scoped_refptr<IndexedDBFakeBackingStore> backing_store = in TEST() local 55 scoped_refptr<IndexedDBFakeBackingStore> backing_store = in TEST() local 113 scoped_refptr<IndexedDBFakeBackingStore> backing_store = in TEST() local 179 scoped_refptr<IndexedDBFakeBackingStore> backing_store = in TEST() local
|
D | indexed_db_factory_impl.cc | 188 scoped_refptr<IndexedDBBackingStore> backing_store = in GetDatabaseNames() local 242 scoped_refptr<IndexedDBBackingStore> backing_store = in DeleteDatabase() local 378 scoped_refptr<IndexedDBBackingStore> backing_store; in OpenBackingStore() local 430 scoped_refptr<IndexedDBBackingStore> backing_store = in Open() local
|
D | indexed_db_cleanup_on_io_error_unittest.cc | 108 scoped_refptr<IndexedDBBackingStore> backing_store = in TEST() local 149 scoped_refptr<IndexedDBBackingStore> backing_store = in TEST() local
|
D | indexed_db_factory_unittest.cc | 40 scoped_refptr<IndexedDBBackingStore> backing_store = in TestOpenBackingStore() local 52 void TestCloseBackingStore(IndexedDBBackingStore* backing_store) { in TestCloseBackingStore() 56 void TestReleaseBackingStore(IndexedDBBackingStore* backing_store, in TestReleaseBackingStore()
|
D | indexed_db_active_blob_registry.cc | 17 IndexedDBBackingStore* backing_store) in IndexedDBActiveBlobRegistry()
|
D | indexed_db_active_blob_registry_unittest.cc | 110 MockIDBBackingStore* backing_store() const { return backing_store_.get(); } in backing_store() function in content::__anonbbbfa67e0111::IndexedDBActiveBlobRegistryTest
|
D | indexed_db_database.cc | 97 IndexedDBBackingStore* backing_store, in Create() 115 IndexedDBBackingStore* backing_store, in IndexedDBDatabase() 680 IndexedDBBackingStore* backing_store, in GenerateKey() 702 static leveldb::Status UpdateKeyGenerator(IndexedDBBackingStore* backing_store, in UpdateKeyGenerator()
|
D | indexed_db_backing_store.cc | 1063 scoped_refptr<IndexedDBBackingStore> backing_store = in Open() local 1132 scoped_refptr<IndexedDBBackingStore> backing_store( in Create() local 2202 IndexedDBBackingStore* backing_store, in ChainedBlobWriterImpl() 3058 scoped_refptr<IndexedDBBackingStore> backing_store, in Cursor() 3256 scoped_refptr<IndexedDBBackingStore> backing_store, in ObjectStoreKeyCursorImpl() 3322 scoped_refptr<IndexedDBBackingStore> backing_store, in ObjectStoreCursorImpl() 3392 scoped_refptr<IndexedDBBackingStore> backing_store, in IndexKeyCursorImpl() 3507 scoped_refptr<IndexedDBBackingStore> backing_store, in IndexCursorImpl() 3882 IndexedDBBackingStore* backing_store) in Transaction()
|
D | indexed_db_backing_store_unittest.cc | 92 scoped_refptr<TestableIndexedDBBackingStore> backing_store( in Open() local 190 scoped_refptr<IndexedDBBackingStore> backing_store = in OpenBackingStoreForTest() local
|
D | indexed_db_browsertest.cc | 431 IndexedDBBackingStore* backing_store = db->backing_store(); in CompactIndexedDBBackingStore() local
|
/external/chromium_org/v8/src/ |
D | elements.cc | 589 Handle<FixedArrayBase> backing_store) { in HasElementImpl() 598 Handle<FixedArrayBase> backing_store) FINAL OVERRIDE { in HasElement() 607 Handle<FixedArrayBase> backing_store) FINAL OVERRIDE { in Get() 626 Handle<FixedArrayBase> backing_store) { in GetImpl() 638 Handle<FixedArrayBase> backing_store) FINAL OVERRIDE { in GetAttributes() 647 Handle<FixedArrayBase> backing_store) { in GetAttributesImpl() 660 Handle<FixedArrayBase> backing_store) FINAL OVERRIDE { in GetAccessorPair() 669 Handle<FixedArrayBase> backing_store) { in GetAccessorPairImpl() 828 static uint32_t GetCapacityImpl(Handle<FixedArrayBase> backing_store) { in GetCapacityImpl() 832 virtual uint32_t GetCapacity(Handle<FixedArrayBase> backing_store) in GetCapacity() [all …]
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_graphics_2d_host_unittest.cc | 46 scoped_refptr<PPB_ImageData_Impl> backing_store( in Init() local
|
D | pepper_graphics_2d_host.cc | 168 scoped_refptr<PPB_ImageData_Impl> backing_store) { in Create() 204 scoped_refptr<PPB_ImageData_Impl> backing_store) { in Init()
|
/external/chromium_org/sync/syncable/ |
D | syncable_unittest.cc | 112 TestBackingStore* backing_store = in Create() local 119 TestBackingStore* backing_store) in TestDirectory()
|
/external/chromium_org/sync/internal_api/ |
D | sync_rollback_manager_base.cc | 245 scoped_ptr<syncable::DirectoryBackingStore> backing_store = in InitBackupDB() local
|
D | sync_manager_impl.cc | 265 scoped_ptr<syncable::DirectoryBackingStore> backing_store = in Init() local
|
/external/chromium_org/cc/output/ |
D | gl_renderer.cc | 668 skia::RefPtr<GrTexture> backing_store = in ApplyImageFilter() local 802 skia::RefPtr<GrTexture> backing_store = in ApplyBlendModeWithBackdrop() local
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.cc | 2167 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local 2241 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.cc | 2166 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local 2241 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
|
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.cc | 2218 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local 2292 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
|
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.cc | 2220 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local 2319 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.cc | 2214 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local 2309 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.cc | 2222 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local 2315 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
|
/external/chromium_org/v8/src/ic/x64/ |
D | ic-x64.cc | 712 Register backing_store = parameter_map; in GenerateUnmappedArgumentsLookup() local
|