OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clearobjectstore
(Results
1 - 7
of
7
) sorted by null
/external/webkit/LayoutTests/storage/indexeddb/
objectstore-clear.html
55
request.onsuccess =
clearObjectStore
;
59
function
clearObjectStore
()
/external/webkit/Source/WebCore/storage/
IDBLevelDBBackingStore.h
54
virtual void
clearObjectStore
(int64_t databaseId, int64_t objectStoreId);
IDBSQLiteBackingStore.h
49
virtual void
clearObjectStore
(int64_t databaseId, int64_t objectStoreId);
IDBBackingStore.h
65
virtual void
clearObjectStore
(int64_t databaseId, int64_t objectStoreId) = 0;
IDBObjectStoreBackendImpl.cpp
323
objectStore->m_backingStore->
clearObjectStore
(objectStore->m_databaseId, objectStore->id());
IDBSQLiteBackingStore.cpp
471
void IDBSQLiteBackingStore::
clearObjectStore
(int64_t, int64_t objectStoreId)
[
all
...]
IDBLevelDBBackingStore.cpp
[
all
...]
Completed in 161 milliseconds