Home | History | Annotate | Download | only in Plugins

Lines Matching refs:currentWindow

208     NSWindow *currentWindow = [self currentWindow];
209 if ([currentWindow isKindOfClass:objc_getClass("NSCarbonWindow")])
212 float windowHeight = [currentWindow frame].size.height;
213 NSView *contentView = [currentWindow contentView];
218 SetPort(GetWindowPort((WindowRef)[currentWindow windowRef]));
274 ASSERT([self currentWindow] != nil);
281 float borderViewHeight = [[self currentWindow] frame].size.height;
286 WindowRef windowRef = (WindowRef)[[self currentWindow] windowRef];
439 if ([NSGraphicsContext currentContext] == [[self currentWindow] graphicsContext]) {
520 if ([NSGraphicsContext currentContext] == [[self currentWindow] graphicsContext]) {
559 ASSERT([self currentWindow]);
566 WindowRef windowRef = (WindowRef)[[self currentWindow] windowRef];
669 if ([self currentWindow])