effectiveObjectStore 129 Source/modules/indexeddb/IDBCursor.cpp RefPtr<IDBObjectStore> objectStore = effectiveObjectStore(); effectiveObjectStore 281 Source/modules/indexeddb/IDBCursor.cpp m_transaction->backendDB()->deleteRange(m_transaction->id(), effectiveObjectStore()->id(), keyRange.release(), WebIDBCallbacksImpl::create(request).leakPtr()); effectiveObjectStore 331 Source/modules/indexeddb/IDBCursor.cpp RefPtr<IDBObjectStore> objectStore = effectiveObjectStore(); effectiveObjectStore 99 Source/modules/indexeddb/IDBCursor.h PassRefPtr<IDBObjectStore> effectiveObjectStore() const; effectiveObjectStore 311 Source/modules/indexeddb/IDBRequest.cpp ASSERT(keyPath == effectiveObjectStore(m_source)->metadata().keyPath);