Searched defs:backingStore (Results 1 - 23 of 23) sorted by path

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.cpp2647 physicalAddressSpace_Create( mach_vm_size_t size, mach_vm_address_t backingStore, UInt32 flags, UserObjectHandle * outAddressSpaceHandle ) argument
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPriv.h388 mach_vm_address_t backingStore ; member in struct:IOFireWireLib::AddressSpaceCreateParams
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBBackingStore.cpp1963 IDBBackingStore::Transaction::Transaction(IDBBackingStore* backingStore) argument
H A DIDBDatabaseBackendImpl.cpp47 static PassOwnPtr<IDBTransactionBackendImpl::Operation> create(PassRefPtr<IDBBackingStore> backingStore, const IDBObjectStoreMetadata& objectStoreMetadata) argument
53 CreateObjectStoreOperation(PassRefPtr<IDBBackingStore> backingStore, const IDBObjectStoreMetadata& objectStoreMetadata) argument
65 static PassOwnPtr<IDBTransactionBackendImpl::Operation> create(PassRefPtr<IDBBackingStore> backingStore, const IDBObjectStoreMetadata& objectStoreMetadata) argument
71 DeleteObjectStoreOperation(PassRefPtr<IDBBackingStore> backingStore, const IDBObjectStoreMetadata& objectStoreMetadata) argument
163 static PassOwnPtr<IDBTransactionBackendImpl::Operation> create(PassRefPtr<IDBBackingStore> backingStore, int64_t objectStoreId, const IDBIndexMetadata& indexMetadata) argument
169 CreateIndexOperation(PassRefPtr<IDBBackingStore> backingStore, int64_t objectStoreId, const IDBIndexMetadata& indexMetadata) argument
183 create(PassRefPtr<IDBBackingStore> backingStore, int64_t objectStoreId, const IDBIndexMetadata& indexMetadata) argument
189 DeleteIndexOperation(PassRefPtr<IDBBackingStore> backingStore, int64_t objectStoreId, const IDBIndexMetadata& indexMetadata) argument
243 create(PassRefPtr<IDBBackingStore> backingStore, const IDBDatabaseMetadata& metadata, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, IndexedDB::CursorType cursorType, PassRefPtr<IDBCallbacks> callbacks) argument
249 GetOperation(PassRefPtr<IDBBackingStore> backingStore, const IDBDatabaseMetadata& metadata, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, IndexedDB::CursorType cursorType, PassRefPtr<IDBCallbacks> callbacks) argument
277 create(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, const IDBObjectStoreMetadata& objectStore, PassRefPtr<SharedBuffer> value, PassRefPtr<IDBKey> key, IDBDatabaseBackendInterface::PutMode putMode, PassRefPtr<IDBCallbacks> callbacks, const Vector<int64_t>& indexIds, const Vector<IDBDatabaseBackendInterface::IndexKeys>& indexKeys) argument
283 PutOperation(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, const IDBObjectStoreMetadata& objectStore, PassRefPtr<SharedBuffer>& value, PassRefPtr<IDBKey> key, IDBDatabaseBackendInterface::PutMode putMode, PassRefPtr<IDBCallbacks> callbacks, const Vector<int64_t>& indexIds, const Vector<IDBDatabaseBackendInterface::IndexKeys>& indexKeys) argument
325 create(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, IndexedDB::CursorDirection direction, IndexedDB::CursorType cursorType, IDBDatabaseBackendInterface::TaskType taskType, PassRefPtr<IDBCallbacks> callbacks) argument
331 OpenCursorOperation(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, IndexedDB::CursorDirection direction, IndexedDB::CursorType cursorType, IDBDatabaseBackendInterface::TaskType taskType, PassRefPtr<IDBCallbacks> callbacks) argument
357 create(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, PassRefPtr<IDBCallbacks> callbacks) argument
363 CountOperation(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, PassRefPtr<IDBCallbacks> callbacks) argument
383 create(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, PassRefPtr<IDBKeyRange> keyRange, PassRefPtr<IDBCallbacks> callbacks) argument
389 DeleteRangeOperation(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, PassRefPtr<IDBKeyRange> keyRange, PassRefPtr<IDBCallbacks> callbacks) argument
407 create(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, PassRefPtr<IDBCallbacks> callbacks) argument
413 ClearOperation(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, PassRefPtr<IDBCallbacks> callbacks) argument
480 IDBDatabaseBackendImpl(const String& name, IDBBackingStore* backingStore, IDBFactoryBackendImpl* factory, const String& uniqueIdentifier) argument
548 PassRefPtr<IDBBackingStore> IDBDatabaseBackendImpl::backingStore() const function in class:WebCore::IDBDatabaseBackendImpl
[all...]
H A DIDBFactoryBackendImpl.cpp86 RefPtr<IDBBackingStore> backingStore = openBackingStore(securityOrigin, dataDirectory); local
115 RefPtr<IDBBackingStore> backingStore = openBackingStore(securityOrigin, dataDirectory); local
170 RefPtr<IDBBackingStore> backingStore = openBackingStore(securityOrigin, dataDirectory); local
[all...]
H A DIDBObjectStoreBackendImpl.cpp46 bool IDBObjectStoreBackendImpl::IndexWriter::verifyIndexKeys(IDBBackingStore& backingStore, IDBBackingStore::Transaction* transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId, bool& canAddKeys, const IDBKey* primaryKey, String* errorMessage) const argument
63 void IDBObjectStoreBackendImpl::IndexWriter::writeIndexKeys(const IDBBackingStore::RecordIdentifier& recordIdentifier, IDBBackingStore& backingStore, IDBBackingStore::Transaction* transaction, int64_t databaseId, int64_t objectStoreId) const argument
73 bool IDBObjectStoreBackendImpl::IndexWriter::addingKeyAllowed(IDBBackingStore& backingStore, IDBBackingStore::Transaction* transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKey* indexKey, const IDBKey* primaryKey, bool& allowed) const argument
91 bool IDBObjectStoreBackendImpl::makeIndexWriters(PassRefPtr<IDBTransactionBackendImpl> transaction, IDBBackingStore* backingStore, int64_t databaseId, const IDBObjectStoreMetadata& objectStore, PassRefPtr<IDBKey> primaryKey, bool keyWasGenerated, const Vector<int64_t>& indexIds, const Vector<IDBDatabaseBackendInterface::IndexKeys>& indexKeys, Vector<OwnPtr<IndexWriter> >* indexWriters, String* errorMessage, bool& completed) argument
124 PassRefPtr<IDBKey> IDBObjectStoreBackendImpl::generateKey(PassRefPtr<IDBBackingStore> backingStore, PassRefPtr<IDBTransactionBackendImpl> transaction, int64_t databaseId, int64_t objectStoreId) argument
139 updateKeyGenerator(PassRefPtr<IDBBackingStore> backingStore, PassRefPtr<IDBTransactionBackendImpl> transaction, int64_t databaseId, int64_t objectStoreId, const IDBKey* key, bool checkCurrent) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DTileCairo.cpp41 TileCairo::TileCairo(TiledBackingStore* backingStore, const Coordinate& tileCoordinate) argument
H A DTileCairo.h45 static PassRefPtr<Tile> create(TiledBackingStore* backingStore, const Coordinate& tileCoordinate) argument
H A DTiledBackingStoreBackendCairo.cpp39 PassRefPtr<Tile> TiledBackingStoreBackend::createTile(TiledBackingStore* backingStore, const Tile::Coordinate& tileCoordinate) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DTileQt.cpp57 TileQt::TileQt(TiledBackingStore* backingStore, const Coordinate& tileCoordinate) argument
190 PassRefPtr<Tile> TiledBackingStoreBackend::createTile(TiledBackingStore* backingStore, const Tile::Coordinate& tileCoordinate) argument
H A DTileQt.h44 static PassRefPtr<Tile> create(TiledBackingStore* backingStore, const Coordinate& tileCoordinate) { return adoptRef(new TileQt(backingStore, tileCoordinate)); } argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp612 TextureMapperTiledBackingStore* backingStore = static_cast<TextureMapperTiledBackingStore*>(m_backingStore.get()); local
H A DTextureMapperLayer.cpp660 void TextureMapperLayer::setBackingStore(PassRefPtr<TextureMapperBackingStore> backingStore) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsScene.cpp446 RefPtr<CoordinatedBackingStore> backingStore = m_backingStores.take(layer); local
455 RefPtr<CoordinatedBackingStore> backingStore = m_backingStores.get(layer); local
555 RefPtr<CoordinatedBackingStore> backingStore = it->value; local
572 RefPtr<CoordinatedBackingStore> backingStore = it->value; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage.cpp4421 BackingStore* WebPage::backingStore() const function in class:BlackBerry::WebKit::WebPage
H A DWebPageCompositor.cpp242 BackingStore* backingStore = m_webPage->m_backingStore; local
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DBackingStoreClient.h45 BackingStore* backingStore() const { return m_backingStore; } function in class:BlackBerry::WebKit::BackingStoreClient
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view_tiled.cpp58 Evas_Object* backingStore = ewk_tiled_backing_store_add(smartData->base.evas); local
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp466 WidgetBackingStore* backingStore = m_webView->priv->backingStore.get(); local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebviewprivate.h58 OwnPtr<WebCore::WidgetBackingStore> backingStore; member in struct:_WebKitWebViewPrivate
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DChromeClientQt.cpp425 WebCore::TiledBackingStore* backingStore = m_webPage->mainFrameAdapter()->frame->tiledBackingStore(); local
H A DQWebFrameAdapter.cpp596 WebCore::TiledBackingStore* backingStore = frame->tiledBackingStore(); local
604 WebCore::TiledBackingStore* backingStore = frame->tiledBackingStore(); local
612 WebCore::TiledBackingStore* backingStore = frame->tiledBackingStore(); local
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/UnitTestUtils/
H A DEWK2UnitTestBase.h35 Ecore_Evas* backingStore() { return m_ecoreEvas; } function in class:EWK2UnitTest::EWK2UnitTestBase

Completed in 481 milliseconds