Home | History | Annotate | Download | only in Plugins

Lines Matching refs:currentWindow

410     ASSERT([self currentWindow]);
449 if ([self currentWindow])
709 if ([self currentWindow]) {
778 - (NSWindow *)currentWindow
836 sourcePointInScreenSpace = [[self currentWindow] convertBaseToScreen:sourcePointInScreenSpace];
840 sourcePointInScreenSpace = [[self currentWindow] convertBaseToScreen:sourcePoint];
844 sourcePoint.y = [[self currentWindow] frame].size.height - sourcePoint.y;
845 sourcePointInScreenSpace = [[self currentWindow] convertBaseToScreen:sourcePoint];
865 destPoint = [[self currentWindow] convertScreenToBase:sourcePointInScreenSpace];
870 destPoint = [[self currentWindow] convertScreenToBase:sourcePointInScreenSpace];
874 destPoint = [[self currentWindow] convertScreenToBase:sourcePointInScreenSpace];
875 destPoint.y = [[self currentWindow] frame].size.height - destPoint.y;