Home
last modified time | relevance | path

Searched refs:newCursor (Results 1 – 6 of 6) 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.cpp901 CXCursor newCursor = cursor; in getSelectorIdentifierCursor() local
907 newCursor.xdata = -1; in getSelectorIdentifierCursor()
909 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()
915 newCursor.xdata = -1; in getSelectorIdentifierCursor()
917 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()
920 return newCursor; in getSelectorIdentifierCursor()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DCodeMirrorTextEditor.js1516 var newCursor = codeMirror.getCursor("head");
1517 if (newCursor.ch === 0 && newCursor.line !== 0) {
1522 var skippedText = codeMirror.getRange(newCursor, cursor, "#");
1533 var newCursor = codeMirror.getCursor("head");
1534 if (newCursor.ch === 0 && newCursor.line !== 0) {
1539 var skippedText = codeMirror.getRange(cursor, newCursor, "#");
/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/ui/file_manager/file_manager/foreground/js/image_editor/
Dimage_editor.js886 var newCursor = this.buffer_.getCursorStyle(
888 if (newCursor != oldCursor) // Avoid flicker.
889 this.container_.setAttribute('cursor', newCursor);
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_editor.js886 var newCursor = this.buffer_.getCursorStyle(
888 if (newCursor != oldCursor) // Avoid flicker.
889 this.container_.setAttribute('cursor', newCursor);