HomeSort by relevance Sort by last modified time
    Searched full:_window (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
cocoa_full_screen_window.mm 48 _window = [[NSWindow alloc]initWithContentRect:screenRect
54 [_window setLevel:windowLevel];
55 [_window setBackgroundColor:[NSColor blackColor]];
56 [_window makeKeyAndOrderFront:nil];
62 [_window orderOut:self];
76 return _window;
cocoa_full_screen_window.h 23 NSWindow* _window; variable
  /external/clang/test/CodeGenObjC/
debug-info-crash-2.m 15 @synthesize window = _window;
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ios/
APPRTCAppDelegate.m 34 UIWindow* _window;
42 _window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
46 _window.rootViewController = viewController;
47 [_window makeKeyAndVisible];
62 return (APPRTCViewController*)_window.rootViewController;
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
APPRTCAppDelegate.m 42 NSWindow* _window;
56 _window = [[NSWindow alloc] initWithContentRect:windowRect
60 _window.delegate = self;
61 [_window makeKeyAndOrderFront:self];
62 [_window makeMainWindow];
65 [_window setContentView:[_viewController view]];
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_linux.cc 101 Window _window = XCreateWindow(display, DefaultRootWindow(display), x_pos, local
107 XStoreName(display, _window, title);
108 XSetIconName(display, _window, title);
111 XSelectInput(display, _window, StructureNotifyMask);
114 XMapWindow(display, _window);
120 } while (event.type != MapNotify || event.xmap.event != _window);
122 *out_window = _window;
  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_x11_channel.cc 26 _shminfo(), _image(NULL), _window(0L), _gc(NULL),
88 XShmPutImage(_display, _window, _gc, _image, 0, 0, _xPos, _yPos, _width,
111 _window = window;
118 if (!_window || !_display)
144 if (XGetGeometry(_display, _window, &rootret, &x, &y, &winWidth,
159 _gc = XCreateGC(_display, _window, 0, 0);
182 _window = window;
188 if (XGetGeometry(_display, _window, &rootret, &x, &y, &winWidth,
235 if (!_window || !_display)
video_x11_render.cc 20 _window(window),
57 _window = window;
89 renderChannel->Init(_window, left, top, right, bottom);
video_x11_render.h 49 Window _window; member in class:webrtc::VideoX11Render
video_x11_channel.h 72 Window _window; member in class:webrtc::VideoX11Channel
  /external/clang/test/SemaObjC/
err-ivar-access-in-class-method.m 20 @synthesize window = _window;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
OverviewGrid.js 46 this._window = new WebInspector.OverviewGrid.Window(this.element, this._grid.dividersLabelBarElement);
85 this._window._setWindowPosition(start, end);
90 this._window.reset();
98 return this._window.windowLeft;
106 return this._window.windowRight;
115 this._window._setWindow(left, right);
125 this._window.addEventListener(eventType, listener, thisObject);
134 this._window._zoom(zoomFactor, referencePoint);
142 this._window._setEnabled(!!enabled);
  /external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI.cc 209 Window _window = XCreateWindow(_display, DefaultRootWindow(_display),
221 XStoreName(_display, _window, "VE MM Local Window");
222 XSetIconName(_display, _window, "VE MM Local Window");
226 XStoreName(_display, _window, "VE MM Remote Window");
227 XSetIconName(_display, _window, "VE MM Remote Window");
231 XSelectInput(_display, _window, StructureNotifyMask);
234 XMapWindow(_display, _window);
241 while (evnt.type != MapNotify || evnt.xmap.event != _window);
243 *outWindow = _window;
  /external/deqp/framework/platform/ios/
tcuIOSAppDelegate.m 30 @synthesize window = _window;
91 [_window release];
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane.xib 161 <string key="label">_window</string>
316 <string key="_window">NSWindow</string>
331 <object class="IBToOneOutletInfo" key="_window">
332 <string key="name">_window</string>
  /external/deqp/modules/egl/
teglRenderCase.cpp 390 addRenderConfigIdSet(configSets, configInfos, baseFilters, (string(name) + "_window").c_str(), colorBits, EGL_WINDOW_BIT);
teglMakeCurrentPerfTests.cpp 128 name << "_window" << (surfaceCount > 1 ? "s" : "");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 441 menu_specs[-2] = ("windows", "_Window")
    [all...]
PyShell.py 848 menu_specs[-2] = ("windows", "_Window")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 441 menu_specs[-2] = ("windows", "_Window")
    [all...]
PyShell.py 848 menu_specs[-2] = ("windows", "_Window")
    [all...]
  /external/chromium_org/third_party/opus/src/doc/
draft-ietf-codec-oggopus.xml     [all...]
  /external/chromium-trace/trace-viewer/test_data/
android_systrace.html     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-string-unpack-code.html     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]

Completed in 544 milliseconds

1 2