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 90 IDBObjectStore* effectiveObjectStore() const;
IDBCursor.cpp 122 IDBObjectStore* objectStore = effectiveObjectStore();
266 m_transaction->backendDB()->deleteRange(m_transaction->id(), effectiveObjectStore()->id(), keyRange, WebIDBCallbacksImpl::create(request).leakPtr());
299 IDBObjectStore* objectStore = effectiveObjectStore();
342 IDBObjectStore* IDBCursor::effectiveObjectStore() const
IDBRequest.cpp 318 static IDBObjectStore* effectiveObjectStore(IDBAny* source)
336 ASSERT(keyPath == effectiveObjectStore(m_source)->metadata().keyPath);

Completed in 451 milliseconds