Searched defs:backingStore (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/leveldb/
H A DIDBBackingStoreTransactionLevelDB.cpp37 IDBBackingStoreTransactionLevelDB::IDBBackingStoreTransactionLevelDB(int64_t transactionID, IDBBackingStoreLevelDB* backingStore) argument
H A DIDBBackingStoreTransactionLevelDB.h40 static PassRefPtr<IDBBackingStoreTransactionLevelDB> create(int64_t transactionID, IDBBackingStoreLevelDB* backingStore) argument
H A DIDBServerConnectionLevelDB.h42 static PassRefPtr<IDBServerConnection> create(const String& databaseName, IDBBackingStoreLevelDB* backingStore) argument
H A DIDBIndexWriterLevelDB.cpp44 void IDBIndexWriterLevelDB::writeIndexKeys(const IDBRecordIdentifier* recordIdentifier, IDBBackingStoreLevelDB& backingStore, IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId) const argument
55 bool IDBIndexWriterLevelDB::verifyIndexKeys(IDBBackingStoreLevelDB& backingStore, IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId, bool& canAddKeys, const IDBKey* primaryKey, String* errorMessage) const argument
72 bool IDBIndexWriterLevelDB::addingKeyAllowed(IDBBackingStoreLevelDB& backingStore, IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKey* indexKey, const IDBKey* primaryKey, bool& allowed) const argument
H A DIDBFactoryBackendLevelDB.cpp90 RefPtr<IDBBackingStoreLevelDB> backingStore = openBackingStore(openingOrigin, dataDirectory); local
119 RefPtr<IDBBackingStoreLevelDB> backingStore = openBackingStore(openingOrigin, dataDirectory); local
174 RefPtr<IDBBackingStoreLevelDB> backingStore = openBackingStore(openingOrigin, m_databaseDirectory); local
[all...]
H A DIDBServerConnectionLevelDB.cpp63 IDBServerConnectionLevelDB::IDBServerConnectionLevelDB(const String& databaseName, IDBBackingStoreLevelDB* backingStore) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DTileCairo.h45 static PassRefPtr<Tile> create(TiledBackingStore* backingStore, const Coordinate& tileCoordinate) argument
/macosx-10.10/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/sqlite/
H A DSQLiteIDBTransaction.h59 static std::unique_ptr<SQLiteIDBTransaction> create(UniqueIDBDatabaseBackingStoreSQLite& backingStore, const IDBIdentifier& transactionIdentifier, WebCore::IndexedDB::TransactionMode mode) argument
H A DSQLiteIDBTransaction.cpp41 SQLiteIDBTransaction::SQLiteIDBTransaction(UniqueIDBDatabaseBackingStoreSQLite& backingStore, const IDBIdentifier& transactionIdentifier, IndexedDB::TransactionMode mode) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/tests/UnitTestUtils/
H A DEWK2UnitTestBase.h35 Ecore_Evas* backingStore() { return m_ecoreEvas; } function in class:EWK2UnitTest::EWK2UnitTestBase
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DArguments.cpp369 void* backingStore; local
H A DArguments.h206 void* backingStore; local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsScene.cpp399 RefPtr<CoordinatedBackingStore> backingStore = m_backingStores.take(layer); local
408 RefPtr<CoordinatedBackingStore> backingStore = m_backingStores.get(layer); local
508 RefPtr<CoordinatedBackingStore> backingStore = it->value; local
525 RefPtr<CoordinatedBackingStore> backingStore = it->value; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperLayer.cpp657 void TextureMapperLayer::setBackingStore(PassRefPtr<TextureMapperBackingStore> backingStore) argument
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreeTransaction.h133 std::unique_ptr<RemoteLayerBackingStore> backingStore; member in struct:WebKit::RemoteLayerTreeTransaction::LayerProperties
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPriv.h388 mach_vm_address_t backingStore ; member in struct:IOFireWireLib::AddressSpaceCreateParams
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.cpp2647 physicalAddressSpace_Create( mach_vm_size_t size, mach_vm_address_t backingStore, UInt32 flags, UserObjectHandle * outAddressSpaceHandle ) argument

Completed in 277 milliseconds