Searched refs:newCursor (Results 1 – 4 of 4) sorted by relevance
277 CXCursor newCursor = cursor; in getTypeRefedCallExprCursor() local279 newCursor.xdata = 1; in getTypeRefedCallExprCursor()280 return newCursor; in getTypeRefedCallExprCursor()
869 CXCursor newCursor = cursor; in getSelectorIdentifierCursor() local875 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()
230 public Cursor newCursor(SQLiteDatabase db, in rawQuery()261 SQLiteCursor cursor = (SQLiteCursor) cursorFactory.newCursor(null, null, null, null);
885 var newCursor = this.buffer_.getCursorStyle(887 if (newCursor != oldCursor) // Avoid flicker.888 this.container_.setAttribute('cursor', newCursor);