Home
last modified time | relevance | path

Searched defs:objectStoreName (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DIndexedDBModel.js186 clearObjectStore: function(databaseId, objectStoreName, callback) argument
348 …loadObjectStoreData: function(databaseId, objectStoreName, idbKeyRange, skipCount, pageSize, callb… argument
362 …loadIndexData: function(databaseId, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, … argument
377 …_requestData: function(databaseId, databaseName, objectStoreName, indexName, idbKeyRange, skipCoun… argument
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DInspectorIndexedDBAgent.cpp203 …ExecutionContext* executionContext, IDBDatabase* idbDatabase, const String& objectStoreName, const… in transactionForDatabase()
212 …jectStore* objectStoreForTransaction(IDBTransaction* idbTransaction, const String& objectStoreName) in objectStoreForTransaction()
482 …scriptState, PassRefPtr<RequestDataCallback> requestCallback, const String& objectStoreName, const… in create()
522 …scriptState, PassRefPtr<RequestDataCallback> requestCallback, const String& objectStoreName, const… in DataLoader()
656 …ng, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const… in requestData()
717 …PassRefPtr<ClearObjectStore> create(ScriptState* scriptState, const String& objectStoreName, PassR… in create()
722 …ClearObjectStore(ScriptState* scriptState, const String& objectStoreName, PassRefPtr<ClearObjectSt… in ClearObjectStore()
761 …ng, const String& securityOrigin, const String& databaseName, const String& objectStoreName, PassR… in clearObjectStore()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
DResourcesPanel.js1662 _objectStoreRemoved: function(objectStoreName) argument