Searched refs:outWindow (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_render/test/testAPI/
H A DtestAPI_mac.mm39 NSWindow* outWindow = [[NSWindow alloc] initWithContentRect:outWindowFrame
43 [outWindow orderOut:nil];
44 [outWindow setTitle:@"Cocoa Renderer"];
45 [outWindow setBackgroundColor:[NSColor blueColor]];
50 [[outWindow contentView] addSubview:(NSView*)cocoaRenderer];
52 [outWindow makeKeyAndOrderFront:NSApp];
H A DtestAPI.cc163 int WebRtcCreateWindow(Window *outWindow, Display **outDisplay, int winNum, int width, int height) // unsigned char* title, int titleLength)
242 *outWindow = _window;
/external/python/cpython2/Mac/Modules/ibcarbon/
H A D_IBCarbon.c61 WindowPtr outWindow; local
67 &outWindow);
70 WinObj_New, outWindow);
128 PyDoc_STR("(CFStringRef inName) -> (WindowPtr outWindow)")},
/external/python/cpython2/Mac/Modules/win/
H A D_Winmodule.c2777 WindowPtr outWindow; local
2789 &outWindow);
2792 WinObj_New, outWindow);
2801 WindowPtr outWindow; local
2809 &outWindow);
2812 WinObj_New, outWindow);
2956 WindowPtr outWindow; local
2967 &outWindow,
2971 WinObj_WhichWindow, outWindow,
3163 PyDoc_STR("(WindowClass windowClass, WindowAttributes attributes, Rect contentBounds) -> (WindowPtr outWindow)")},
[all...]

Completed in 244 milliseconds