Searched refs:moveCursor (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsDevice.h39 virtual void moveCursor( IOGPoint * cursorLoc, int frame ) = 0;
H A DIOFramebuffer.h348 virtual void moveCursor( IOGPoint * cursorLoc, int frame );
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DBlockIterator.java147 if (moveCursor(i, cursor)) {
278 private boolean moveCursor(int i, DataCursor cursor) method in class:BlockIterator
531 if (moveCursor(dataIndex, cursor)) {
554 if (moveCursor(dataIndex, cursor)) {
677 if (!moveCursor(insertIndex, cursor)) {
711 if (dataIndex < 0 || !moveCursor(dataIndex, cursor)) {
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DCursorIOS.cpp52 const Cursor& moveCursor() function in namespace:WebCore
/macosx-10.10/WebCore-7600.1.25/platform/
H A DCursor.h189 const Cursor& moveCursor();
H A DCursor.cpp116 return moveCursor();
208 const Cursor& moveCursor() function in namespace:WebCore
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDSystem.h298 inline void moveCursor();
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp1458 esp->instance->moveCursor(&p, evg->frame);
2945 moveCursor();
2981 inline void IOHIDSystem::moveCursor() function in class:IOHIDSystem
5504 moveCursor();
/macosx-10.10/WebCore-7600.1.25/page/
H A DEventHandler.cpp1413 return moveCursor();
1415 return moveCursor();
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistWidget.tcl130 -movecursor {moveCursor MoveCursor w}
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp3082 void IOFramebuffer::moveCursor( IOGPoint * cursorLoc, int frame ) function in class:IOFramebuffer

Completed in 326 milliseconds