Home
last modified time | relevance | path

Searched defs:storeName (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBIndexBackendImpl.h43 …BackendImpl* objectStoreBackend, int64_t id, const String& name, const String& storeName, const St… in create()
47 …BObjectStoreBackendImpl* objectStoreBackend, const String& name, const String& storeName, const St… in create()
65 virtual String storeName() { return m_storeName; } in storeName() function
DIDBIndexBackendImpl.cpp43 …BackendImpl* objectStoreBackend, int64_t id, const String& name, const String& storeName, const St… in IDBIndexBackendImpl()
55 …BObjectStoreBackendImpl* objectStoreBackend, const String& name, const String& storeName, const St… in IDBIndexBackendImpl()
/external/webkit/Source/WebKit/chromium/src/
DWebIDBIndexImpl.cpp56 WebString WebIDBIndexImpl::storeName() const in storeName() function in WebKit::WebIDBIndexImpl
DIDBIndexBackendProxy.cpp63 String IDBIndexBackendProxy::storeName() in storeName() function in WebKit::IDBIndexBackendProxy
/external/webkit/Source/WebKit/chromium/public/
DWebIDBIndex.h49 virtual WebString storeName() const in storeName() function