Home
last modified time | relevance | path

Searched defs:backingStore (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBFactoryBackendImpl.cpp61 …ctoryBackendImpl::addIDBBackingStore(const String& uniqueIdentifier, IDBBackingStore* backingStore) in addIDBBackingStore()
85 RefPtr<IDBBackingStore> backingStore; in open() local
DIDBObjectStoreBackendImpl.h45 …static PassRefPtr<IDBObjectStoreBackendImpl> create(IDBBackingStore* backingStore, int64_t databas… in create()
49 …static PassRefPtr<IDBObjectStoreBackendImpl> create(IDBBackingStore* backingStore, int64_t databas… in create()
DIDBIndexBackendImpl.h43 …static PassRefPtr<IDBIndexBackendImpl> create(IDBBackingStore* backingStore, int64_t databaseId, c… in create()
47 …static PassRefPtr<IDBIndexBackendImpl> create(IDBBackingStore* backingStore, int64_t databaseId, c… in create()
DIDBIndexBackendImpl.cpp43 IDBIndexBackendImpl::IDBIndexBackendImpl(IDBBackingStore* backingStore, int64_t databaseId, const I… in IDBIndexBackendImpl()
55 IDBIndexBackendImpl::IDBIndexBackendImpl(IDBBackingStore* backingStore, int64_t databaseId, const I… in IDBIndexBackendImpl()
DIDBObjectStoreBackendImpl.cpp53 IDBObjectStoreBackendImpl::IDBObjectStoreBackendImpl(IDBBackingStore* backingStore, int64_t databas… in IDBObjectStoreBackendImpl()
65 IDBObjectStoreBackendImpl::IDBObjectStoreBackendImpl(IDBBackingStore* backingStore, int64_t databas… in IDBObjectStoreBackendImpl()
330 …PopulateIndexCallback(IDBBackingStore& backingStore, const String& indexKeyPath, int64_t databaseI… in PopulateIndexCallback()
361 static bool populateIndex(IDBBackingStore& backingStore, int64_t databaseId, int64_t objectStoreId,… in populateIndex()
DIDBDatabaseBackendImpl.cpp64 IDBDatabaseBackendImpl::IDBDatabaseBackendImpl(const String& name, IDBBackingStore* backingStore, I… in IDBDatabaseBackendImpl()
87 PassRefPtr<IDBBackingStore> IDBDatabaseBackendImpl::backingStore() const in backingStore() function in WebCore::IDBDatabaseBackendImpl
DIDBSQLiteBackingStore.cpp170 …RefPtr<IDBSQLiteBackingStore> backingStore(adoptRef(new IDBSQLiteBackingStore(fileIdentifier, fact… in open() local
DIDBLevelDBBackingStore.cpp1498 …RefPtr<IDBLevelDBBackingStore> backingStore(adoptRef(new IDBLevelDBBackingStore(fileIdentifier, fa… in open() local
/external/webkit/Source/WebCore/platform/graphics/
DTile.h47 …static PassRefPtr<Tile> create(TiledBackingStore* backingStore, const Coordinate& tileCoordinate) … in create()
/external/webkit/Source/WebKit/qt/Api/
Dqgraphicswebview.cpp287 …if (WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(page()->mainFrame())->tiledB… in paint() local
910 …WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(page()->mainFrame())->tiledBacki… in isTiledBackingStoreFrozen() local
922 …WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(page()->mainFrame())->tiledBacki… in setTiledBackingStoreFrozen() local
/external/webkit/Source/WebCore/platform/graphics/qt/
DTileQt.cpp58 Tile::Tile(TiledBackingStore* backingStore, const Coordinate& tileCoordinate) in Tile()
DGraphicsLayerQt.cpp643 QPixmap backingStore; in paint() local
/external/webkit/Tools/EWebLauncher/
Dmain.c157 const char *backingStore; member
655 …t char *userAgent, Eina_Rectangle geometry, const char *engine, const char *backingStore, unsigned… in browserCreate()
825 char *backingStore = (char *)backingStores[1]; in main() local
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPageClientQt.cpp371 …WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(page->mainFrame())->tiledBacking… in updateTiledBackingStoreScale() local
DChromeClientQt.cpp406 …WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(m_webPage->mainFrame())->tiledBa… in invalidateWindow() local
/external/webkit/Source/WebKit/win/
DWebView.cpp5761 HRESULT STDMETHODCALLTYPE WebView::backingStore( in backingStore() function in WebView