Searched refs:storeName (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBIndexBackendImpl.h43 static PassRefPtr<IDBIndexBackendImpl> create(IDBBackingStore* backingStore, int64_t databaseId, const IDBObjectStoreBackendImpl* objectStoreBackend, int64_t id, const String& name, const String& storeName, const String& keyPath, bool unique) argument
45 return adoptRef(new IDBIndexBackendImpl(backingStore, databaseId, objectStoreBackend, id, name, storeName, keyPath, unique));
47 static PassRefPtr<IDBIndexBackendImpl> create(IDBBackingStore* backingStore, int64_t databaseId, const IDBObjectStoreBackendImpl* objectStoreBackend, const String& name, const String& storeName, const String& keyPath, bool unique) argument
49 return adoptRef(new IDBIndexBackendImpl(backingStore, databaseId, objectStoreBackend, name, storeName, keyPath, unique));
65 virtual String storeName() { return m_storeName; } function in class:WebCore::IDBIndexBackendImpl
75 IDBIndexBackendImpl(IDBBackingStore*, int64_t databaseId, const IDBObjectStoreBackendImpl*, int64_t id, const String& name, const String& storeName, const String& keyPath, bool unique);
76 IDBIndexBackendImpl(IDBBackingStore*, int64_t databaseId, const IDBObjectStoreBackendImpl*, const String& name, const String& storeName, const String& keyPath, bool unique);
H A DIDBIndexBackendInterface.h47 virtual String storeName() = 0;
H A DIDBIndexBackendImpl.cpp43 IDBIndexBackendImpl::IDBIndexBackendImpl(IDBBackingStore* backingStore, int64_t databaseId, const IDBObjectStoreBackendImpl* objectStoreBackend, int64_t id, const String& name, const String& storeName, const String& keyPath, bool unique) argument
49 , m_storeName(storeName)
55 IDBIndexBackendImpl::IDBIndexBackendImpl(IDBBackingStore* backingStore, int64_t databaseId, const IDBObjectStoreBackendImpl* objectStoreBackend, const String& name, const String& storeName, const String& keyPath, bool unique) argument
61 , m_storeName(storeName)
/external/webkit/Source/WebKit/chromium/src/
H A DWebIDBIndexImpl.cpp56 WebString WebIDBIndexImpl::storeName() const function in class:WebKit::WebIDBIndexImpl
58 return m_backend->storeName();
H A DWebIDBIndexImpl.h47 virtual WebString storeName() const;
H A DIDBIndexBackendProxy.cpp63 String IDBIndexBackendProxy::storeName() function in class:WebKit::IDBIndexBackendProxy
65 return m_webIDBIndex->storeName();
H A DIDBIndexBackendProxy.h45 virtual String storeName();
/external/webkit/Source/WebKit/chromium/public/
H A DWebIDBIndex.h49 virtual WebString storeName() const function in class:WebKit::WebIDBIndex
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 160 milliseconds