HomeSort by relevance Sort by last modified time
    Searched refs:_window (Results 1 - 15 of 15) sorted by null

  /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/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/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.h 49 Window _window; member in class:webrtc::VideoX11Render
video_x11_render.cc 20 _window(window),
57 _window = window;
89 renderChannel->Init(_window, left, top, right, bottom);
video_x11_channel.h 72 Window _window; member in class:webrtc::VideoX11Channel
  /external/deqp/framework/platform/ios/
tcuIOSAppDelegate.m 30 @synthesize window = _window;
91 [_window release];
  /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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]

Completed in 1049 milliseconds