HomeSort by relevance Sort by last modified time
    Searched full:cursortype (Results 1 - 10 of 10) 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;
IDBCursorBackendImpl.cpp 44 IDBCursorBackendImpl::IDBCursorBackendImpl(PassRefPtr<IDBBackingStore::Cursor> cursor, IDBCursor::Direction direction, CursorType cursorType, IDBTransactionBackendInterface* transaction, IDBObjectStoreBackendInterface* objectStore)
47 , m_cursorType(cursorType)
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.h 71 void setCursorType(IDBCursorBackendInterface::CursorType);
119 IDBCursorBackendInterface::CursorType m_cursorType;
IDBCursorBackendInterface.h 48 enum CursorType {
IDBRequest.cpp 167 void IDBRequest::setCursorType(IDBCursorBackendInterface::CursorType cursorType)
170 m_cursorType = cursorType;
IDBIndexBackendImpl.h 78 static void openCursorInternal(ScriptExecutionContext*, PassRefPtr<IDBIndexBackendImpl>, PassRefPtr<IDBKeyRange>, unsigned short direction, IDBCursorBackendInterface::CursorType, PassRefPtr<IDBCallbacks>, PassRefPtr<IDBTransactionBackendInterface>);
  /external/webkit/Source/WebCore/platform/wince/
CursorWinCE.cpp 29 m_cursors[i] = (CursorType) i;
34 static const Cursor& getCursor(CursorType type)
  /external/webkit/Source/WebCore/platform/gtk/
CursorGtk.cpp 42 static GRefPtr<GdkCursor> createNamedCursor(CustomCursorType cursorType)
44 CustomCursor cursor = CustomCursors[cursorType];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 323 int cursorType = handle.getSwtCursorType();
324 Cursor cursor = display.getSystemCursor(cursorType);
    [all...]

Completed in 88 milliseconds