clearObjectStore 790 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp RefPtr<ClearObjectStore> clearObjectStore = ClearObjectStore::create(document, objectStoreName, requestCallback); clearObjectStore 791 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp clearObjectStore->start(idbFactory, document->securityOrigin(), databaseName); clearObjectStore 59 Source/modules/indexeddb/InspectorIndexedDBAgent.h virtual void clearObjectStore(ErrorString*, const String& in_securityOrigin, const String& in_databaseName, const String& in_objectStoreName, PassRefPtr<ClearObjectStoreCallback>) OVERRIDE;