OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outWindow
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI_mac.mm
39
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];
testAPI.cc
163
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/
_IBCarbon.c
61
WindowPtr
outWindow
;
67
&
outWindow
);
70
WinObj_New,
outWindow
);
128
PyDoc_STR("(CFStringRef inName) -> (WindowPtr
outWindow
)")},
/external/python/cpython2/Mac/Modules/win/
_Winmodule.c
[
all
...]
Completed in 250 milliseconds