Searched refs:cursorCount (Results 1 – 2 of 2) sorted by relevance
70 private int cursorCount = 0; field in FrameShadow225 cursorCount++; in incrCursor()226 return cursorCount; in incrCursor()230 cursorCount--; in decrCursor()231 if (cursorCount < 0) in decrCursor()232 cursorCount = 0; in decrCursor()233 return cursorCount; in decrCursor()
2398 VARIABLE(cursorCount)