Home
last modified time | relevance | path

Searched refs:newCursor (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DCXCursor.h277 CXCursor newCursor = cursor; in getTypeRefedCallExprCursor() local
279 newCursor.xdata = 1; in getTypeRefedCallExprCursor()
280 return newCursor; in getTypeRefedCallExprCursor()
DCXCursor.cpp869 CXCursor newCursor = cursor; in getSelectorIdentifierCursor() local
875 newCursor.xdata = -1; in getSelectorIdentifierCursor()
877 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()
883 newCursor.xdata = -1; in getSelectorIdentifierCursor()
885 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()
888 return newCursor; in getSelectorIdentifierCursor()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSQLiteDatabase.java230 public Cursor newCursor(SQLiteDatabase db, in rawQuery()
261 SQLiteCursor cursor = (SQLiteCursor) cursorFactory.newCursor(null, null, null, null);
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
Dimage_editor.js885 var newCursor = this.buffer_.getCursorStyle(
887 if (newCursor != oldCursor) // Avoid flicker.
888 this.container_.setAttribute('cursor', newCursor);