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

  /external/webkit/Source/WebCore/storage/
IDBCursorBackendImpl.h 51 static PassRefPtr<IDBCursorBackendImpl> create(PassRefPtr<IDBBackingStore::Cursor> cursor, IDBCursor::Direction direction, CursorType cursorType, IDBTransactionBackendInterface* transaction, IDBObjectStoreBackendInterface* objectStore)
53 return adoptRef(new IDBCursorBackendImpl(cursor, direction, cursorType, transaction, objectStore));
66 IDBCursorBackendImpl(PassRefPtr<IDBBackingStore::Cursor>, IDBCursor::Direction, CursorType, IDBTransactionBackendInterface*, IDBObjectStoreBackendInterface*);
72 CursorType m_cursorType;
IDBCursorBackendInterface.h 48 enum CursorType {
IDBRequest.h 71 void setCursorType(IDBCursorBackendInterface::CursorType);
119 IDBCursorBackendInterface::CursorType m_cursorType;
IDBCursorBackendImpl.cpp 44 IDBCursorBackendImpl::IDBCursorBackendImpl(PassRefPtr<IDBBackingStore::Cursor> cursor, IDBCursor::Direction direction, CursorType cursorType, IDBTransactionBackendInterface* transaction, IDBObjectStoreBackendInterface* objectStore)
47 , m_cursorType(cursorType)
IDBIndexBackendImpl.h 78 static void openCursorInternal(ScriptExecutionContext*, PassRefPtr<IDBIndexBackendImpl>, PassRefPtr<IDBKeyRange>, unsigned short direction, IDBCursorBackendInterface::CursorType, PassRefPtr<IDBCallbacks>, PassRefPtr<IDBTransactionBackendInterface>);
IDBIndexBackendImpl.cpp 71 void IDBIndexBackendImpl::openCursorInternal(ScriptExecutionContext*, PassRefPtr<IDBIndexBackendImpl> index, PassRefPtr<IDBKeyRange> range, unsigned short untypedDirection, IDBCursorBackendInterface::CursorType cursorType, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<IDBTransactionBackendInterface> transaction)
77 switch (cursorType) {
99 RefPtr<IDBCursorBackendInterface> cursor = IDBCursorBackendImpl::create(backingStoreCursor.get(), direction, cursorType, transaction.get(), objectStore.get());
IDBRequest.cpp 167 void IDBRequest::setCursorType(IDBCursorBackendInterface::CursorType cursorType)
170 m_cursorType = cursorType;
  /external/webkit/Source/WebCore/platform/wince/
CursorWinCE.cpp 29 m_cursors[i] = (CursorType) i;
34 static const Cursor& getCursor(CursorType type)

Completed in 75 milliseconds