/external/webkit/Source/WebCore/storage/ |
D | IDBFactoryBackendImpl.cpp | 61 …ctoryBackendImpl::addIDBBackingStore(const String& uniqueIdentifier, IDBBackingStore* backingStore) in addIDBBackingStore() 85 RefPtr<IDBBackingStore> backingStore; in open() local
|
D | IDBObjectStoreBackendImpl.h | 45 …static PassRefPtr<IDBObjectStoreBackendImpl> create(IDBBackingStore* backingStore, int64_t databas… in create() 49 …static PassRefPtr<IDBObjectStoreBackendImpl> create(IDBBackingStore* backingStore, int64_t databas… in create()
|
D | IDBIndexBackendImpl.h | 43 …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()
|
D | IDBIndexBackendImpl.cpp | 43 IDBIndexBackendImpl::IDBIndexBackendImpl(IDBBackingStore* backingStore, int64_t databaseId, const I… in IDBIndexBackendImpl() 55 IDBIndexBackendImpl::IDBIndexBackendImpl(IDBBackingStore* backingStore, int64_t databaseId, const I… in IDBIndexBackendImpl()
|
D | IDBObjectStoreBackendImpl.cpp | 53 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()
|
D | IDBDatabaseBackendImpl.cpp | 64 IDBDatabaseBackendImpl::IDBDatabaseBackendImpl(const String& name, IDBBackingStore* backingStore, I… in IDBDatabaseBackendImpl() 87 PassRefPtr<IDBBackingStore> IDBDatabaseBackendImpl::backingStore() const in backingStore() function in WebCore::IDBDatabaseBackendImpl
|
D | IDBSQLiteBackingStore.cpp | 170 …RefPtr<IDBSQLiteBackingStore> backingStore(adoptRef(new IDBSQLiteBackingStore(fileIdentifier, fact… in open() local
|
D | IDBLevelDBBackingStore.cpp | 1498 …RefPtr<IDBLevelDBBackingStore> backingStore(adoptRef(new IDBLevelDBBackingStore(fileIdentifier, fa… in open() local
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | Tile.h | 47 …static PassRefPtr<Tile> create(TiledBackingStore* backingStore, const Coordinate& tileCoordinate) … in create()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qgraphicswebview.cpp | 287 …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/ |
D | TileQt.cpp | 58 Tile::Tile(TiledBackingStore* backingStore, const Coordinate& tileCoordinate) in Tile()
|
D | GraphicsLayerQt.cpp | 643 QPixmap backingStore; in paint() local
|
/external/webkit/Tools/EWebLauncher/ |
D | main.c | 157 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/ |
D | PageClientQt.cpp | 371 …WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(page->mainFrame())->tiledBacking… in updateTiledBackingStoreScale() local
|
D | ChromeClientQt.cpp | 406 …WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(m_webPage->mainFrame())->tiledBa… in invalidateWindow() local
|
/external/webkit/Source/WebKit/win/ |
D | WebView.cpp | 5761 HRESULT STDMETHODCALLTYPE WebView::backingStore( in backingStore() function in WebView
|