Searched refs:effectiveObjectStore (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBCursor.h90 IDBObjectStore* effectiveObjectStore() const;
H A DIDBCursor.cpp122 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 function in class:blink::IDBCursor
H A DIDBRequest.cpp318 static IDBObjectStore* effectiveObjectStore(IDBAny* source) function in namespace:blink
336 ASSERT(keyPath == effectiveObjectStore(m_source)->metadata().keyPath);

Completed in 207 milliseconds