Searched refs:NSWindow (Results 1 – 15 of 15) sorted by relevance
586 aStateRect = [NSWindow contentRectForFrameRect: aStateRect styleMask: mnStyleMask]; in SetWindowState()597 aStateRect = [NSWindow frameRectForContentRect: aStateRect styleMask: mnStyleMask]; in SetWindowState()674 aStateRect = [NSWindow contentRectForFrameRect: aStateRect styleMask: mnStyleMask]; in GetWindowState()796 …[mpNSWindow setFrame: [NSWindow frameRectForContentRect: aNewContentRect styleMask: mnStyleMask] d… in ShowFullScreen()1185 static Color getColor( NSColor* pSysColor, const Color& rDefault, NSWindow* pWin ) in getColor()1381 NSRect aContentRect = [NSWindow contentRectForFrameRect: aFrameRect styleMask: mnStyleMask]; in SetPosSize()1396 …aParentContentRect = [NSWindow contentRectForFrameRect: aParentFrameRect styleMask: mpParent->mnSt… in SetPosSize()1427 …[mpNSWindow setFrame: [NSWindow frameRectForContentRect: aContentRect styleMask: mnStyleMask] disp… in SetPosSize()1646 NSRect aContentRect = [NSWindow contentRectForFrameRect: aFrameRect styleMask: mnStyleMask]; in UpdateFrameGeometry()
139 NSWindow* pWin = [NSApp windowWithWindowNumber: pWindows[i]];154 …NSWindow* pNSWindow = [super initWithContentRect: aRect styleMask: mpFrame->getStyleMask() backing…198 // is this event actually inside that NSWindow ?431 …if ((self = [super initWithFrame: [NSWindow contentRectForFrameRect: [pFrame->getNSWindow() frame]…552 // is this event actually inside that NSWindow ?565 … NSWindow* pWindow = [NSApp makeWindowsPerform: @selector(containsMouse) inOrder: YES];1711 -(NSWindow*)windowForParent
354 NSWindow* pParentNSWindow = pParentAquaSalFrame->mpNSWindow; in ShowNativePopupMenu()889 NSWindow* pNSWin = [pNSView window]; in GetMenuBarButtonRectPixel()
57 @interface SalFrameWindow : NSWindow382 // get associated NSWindow383 NSWindow* theWindow = [ aWrapper windowForParent ];1018 …NSWindow * window = (NSWindow *) [ self accessibilityAttributeValue: NSAccessibilityWindowAttribut…1021 NSWindow * element = nil;1104 -(NSWindow*)windowForParent {
57 NSWindow* mpNSWindow; // Cocoa window178 NSWindow* getNSWindow() const { return mpNSWindow; } in getNSWindow()
29 @interface SalFrameWindow : NSWindow<NSWindowDelegate>181 -(NSWindow*)windowForParent; in windowForParent()
93 -(NSWindow*)windowForParent; in windowForParent()
203 void initResolution( NSWindow* );
80 NSWindow* pKeyWin = [NSApp keyWindow];204 NSWindow* pWin = [pEvent window];486 NSWindow* pNSWindow = (*it)->getNSWindow();
206 NSWindow* pNSWindow = pSalFrame->getNSWindow(); in SetSize()
334 void AquaSalGraphics::initResolution( NSWindow* ) in initResolution() argument
153 NSWindow* pNSWindow = [NSApp modalWindow];
209 NSWindow* pWin = [mView window]; in initialize()
416 NSWindow* parentWnd = [wnd parentWindow]; in initialize()
201 NSWindow *frontWindow = [NSApp keyWindow]; in execute()
Completed in 123 milliseconds