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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.cpp 141 IDBObjectStore* objectStore = effectiveObjectStore();
295 m_transaction->backendDB()->deleteRange(m_transaction->id(), effectiveObjectStore()->id(), keyRange, WebIDBCallbacksImpl::create(request).leakPtr());
328 IDBObjectStore* objectStore = effectiveObjectStore();
369 IDBObjectStore* IDBCursor::effectiveObjectStore() const
IDBRequest.cpp 307 static IDBObjectStore* effectiveObjectStore(IDBAny* source)
326 ASSERT(keyPath == effectiveObjectStore(m_source)->metadata().keyPath);

Completed in 64 milliseconds