Home | History | Annotate | Download | only in Plugins

Lines Matching refs:currentWindow

422     ASSERT([self currentWindow]);
461 if ([self currentWindow])
744 if ([self currentWindow]) {
813 - (NSWindow *)currentWindow
876 sourcePointInScreenSpace = [[self currentWindow] convertBaseToScreen:sourcePointInScreenSpace];
880 sourcePointInScreenSpace = [[self currentWindow] convertBaseToScreen:sourcePoint];
884 sourcePoint.y = [[self currentWindow] frame].size.height - sourcePoint.y;
885 sourcePointInScreenSpace = [[self currentWindow] convertBaseToScreen:sourcePoint];
905 destPoint = [[self currentWindow] convertScreenToBase:sourcePointInScreenSpace];
910 destPoint = [[self currentWindow] convertScreenToBase:sourcePointInScreenSpace];
914 destPoint = [[self currentWindow] convertScreenToBase:sourcePointInScreenSpace];
915 destPoint.y = [[self currentWindow] frame].size.height - destPoint.y;