Searched defs:indexNames (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBObjectStore.cpp65 PassRefPtr<DOMStringList> IDBObjectStore::indexNames() const function in class:WebCore::IDBObjectStore
67 return m_objectStore->indexNames();
H A DIDBObjectStoreBackendImpl.cpp76 PassRefPtr<DOMStringList> IDBObjectStoreBackendImpl::indexNames() const function in class:WebCore::IDBObjectStoreBackendImpl
78 RefPtr<DOMStringList> indexNames = DOMStringList::create(); local
80 indexNames->append(it->first);
81 return indexNames.release();
/external/webkit/Source/WebKit/chromium/public/
H A DWebIDBObjectStore.h56 virtual WebDOMStringList indexNames() const function in class:WebKit::WebIDBObjectStore
/external/webkit/Source/WebKit/chromium/src/
H A DIDBObjectStoreBackendProxy.cpp72 PassRefPtr<DOMStringList> IDBObjectStoreBackendProxy::indexNames() const function in class:WebKit::IDBObjectStoreBackendProxy
74 return m_webIDBObjectStore->indexNames();
H A DWebIDBObjectStoreImpl.cpp65 WebDOMStringList WebIDBObjectStoreImpl::indexNames() const function in class:WebKit::WebIDBObjectStoreImpl
67 return m_objectStore->indexNames();

Completed in 108 milliseconds