HomeSort by relevance Sort by last modified time
    Searched refs:effectiveObjectStore (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.h 99 PassRefPtr<IDBObjectStore> effectiveObjectStore() const;
IDBCursor.cpp 128 RefPtr<IDBObjectStore> objectStore = effectiveObjectStore();
281 m_transaction->backendDB()->deleteRange(m_transaction->id(), effectiveObjectStore()->id(), keyRange.release(), WebIDBCallbacksImpl::create(request).leakPtr());
331 RefPtr<IDBObjectStore> objectStore = effectiveObjectStore();
369 PassRefPtr<IDBObjectStore> IDBCursor::effectiveObjectStore() const
IDBRequest.cpp 285 static PassRefPtr<IDBObjectStore> effectiveObjectStore(PassRefPtr<IDBAny> source)
304 ASSERT(keyPath == effectiveObjectStore(m_source)->metadata().keyPath);

Completed in 1840 milliseconds