ClearObjectStore  728 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     static PassRefPtr<ClearObjectStore> create(ExecutionContext* context, const String& objectStoreName, PassRefPtr<ClearObjectStoreCallback> requestCallback)
ClearObjectStore  730 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp         return adoptRef(new ClearObjectStore(context, objectStoreName, requestCallback));
ClearObjectStore  733 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     ClearObjectStore(ExecutionContext* context, const String& objectStoreName, PassRefPtr<ClearObjectStoreCallback> requestCallback)
ClearObjectStore  790 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     RefPtr<ClearObjectStore> clearObjectStore = ClearObjectStore::create(document, objectStoreName, requestCallback);