HomeSort by relevance Sort by last modified time
    Searched refs:IDBKeyRange (Results 26 - 31 of 31) sorted by null

12

  /external/webkit/Source/WebKit/chromium/src/
IDBObjectStoreBackendProxy.cpp 34 #include "IDBKeyRange.h"
136 void IDBObjectStoreBackendProxy::openCursor(PassRefPtr<IDBKeyRange> range, unsigned short direction, PassRefPtr<IDBCallbacks> callbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec)
  /external/webkit/Source/WebCore/storage/
IDBObjectStoreBackendImpl.cpp 43 #include "IDBKeyRange.h"
452 void IDBObjectStoreBackendImpl::openCursor(PassRefPtr<IDBKeyRange> prpRange, unsigned short direction, PassRefPtr<IDBCallbacks> prpCallbacks, IDBTransactionBackendInterface* transactionPtr, ExceptionCode& ec)
455 RefPtr<IDBKeyRange> range = prpRange;
462 void IDBObjectStoreBackendImpl::openCursorInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl> objectStore, PassRefPtr<IDBKeyRange> range, unsigned short tmpDirection, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<IDBTransactionBackendInterface> transaction)
IDBObjectStore.cpp 36 #include "IDBKeyRange.h"
151 PassRefPtr<IDBRequest> IDBObjectStore::openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> range, unsigned short direction, ExceptionCode& ec)
IDBSQLiteBackingStore.cpp 34 #include "IDBKeyRange.h"
    [all...]
IDBLevelDBBackingStore.cpp 35 #include "IDBKeyRange.h"
    [all...]
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 176 milliseconds

12