HomeSort by relevance Sort by last modified time
    Searched refs:storeName (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBIndexBackendImpl.h 43 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)
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)
49 return adoptRef(new IDBIndexBackendImpl(backingStore, databaseId, objectStoreBackend, name, storeName, keyPath, unique));
65 virtual String storeName() { return m_storeName; }
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);
IDBIndexBackendInterface.h 47 virtual String storeName() = 0;
IDBIndexBackendImpl.cpp 43 IDBIndexBackendImpl::IDBIndexBackendImpl(IDBBackingStore* backingStore, int64_t databaseId, const IDBObjectStoreBackendImpl* objectStoreBackend, int64_t id, const String& name, const String& storeName, const String& keyPath, bool unique)
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)
61 , m_storeName(storeName)
  /external/webkit/Source/WebKit/chromium/public/
WebIDBIndex.h 49 virtual WebString storeName() const
  /external/webkit/Source/WebKit/chromium/src/
WebIDBIndexImpl.h 47 virtual WebString storeName() const;
WebIDBIndexImpl.cpp 56 WebString WebIDBIndexImpl::storeName() const
58 return m_backend->storeName();
IDBIndexBackendProxy.h 45 virtual String storeName();
IDBIndexBackendProxy.cpp 63 String IDBIndexBackendProxy::storeName()
65 return m_webIDBIndex->storeName();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 428 milliseconds