Searched refs:currentPboardChgCount (Results 1 – 1 of 1) sorted by relevance
257 int currentPboardChgCount = [mPasteboard changeCount]; in applicationDidBecomeActive() local259 if (currentPboardChgCount != mPasteboardChangeCount) in applicationDidBecomeActive()261 mPasteboardChangeCount = currentPboardChgCount; in applicationDidBecomeActive()
Completed in 9 milliseconds