Home | History | Annotate | Download | only in Plugins

Lines Matching refs:currentWindow

212     NSWindow *currentWindow = [self currentWindow];
213 if ([currentWindow isKindOfClass:objc_getClass("NSCarbonWindow")])
216 float windowHeight = [currentWindow frame].size.height;
217 NSView *contentView = [currentWindow contentView];
222 SetPort(GetWindowPort((WindowRef)[currentWindow windowRef]));
278 ASSERT([self currentWindow] != nil);
287 float borderViewHeight = [[self currentWindow] frame].size.height;
292 WindowRef windowRef = (WindowRef)[[self currentWindow] windowRef];
445 if ([NSGraphicsContext currentContext] == [[self currentWindow] graphicsContext]) {
526 if ([NSGraphicsContext currentContext] == [[self currentWindow] graphicsContext]) {
565 ASSERT([self currentWindow]);
572 WindowRef windowRef = (WindowRef)[[self currentWindow] windowRef];
681 if ([self currentWindow])