Searched defs:Window (Results 1 - 25 of 39) sorted by last modified time

12

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_video.h76 PtWidget_t *Window; /* used to handle input events */ member in struct:SDL_PrivateVideoData
129 #define window (this->hidden->Window)
/external/libvorbis/doc/
H A D01-introduction.tex341 \paragraph{Window shape decode (long windows only)} \label{vorbis:spec:window}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/framework/platform/X11/
H A DtcuX11.cpp124 Window::Window (Display& display, int width, int height, ::Visual* visual) function in class:tcu::x11::Window
132 ::Window root = DefaultRootWindow(dpy);
170 void Window::setVisibility (bool visible)
201 void Window::getDimensions (int* width, int* height) const
204 ::Window root;
214 void Window::setDimensions (int width, int height)
224 void Window::processEvents (void)
230 Window::~Window (voi
[all...]
H A DtcuX11.hpp82 class Window class in namespace:tcu::x11
85 Window (Display& display, int width, int height,
87 ~Window (void);
93 ::Window& getXID (void) { return m_window; }
102 ::Window m_window;
106 Window (const Window&);
107 Window& operator= (const Window&);
H A DtcuX11EglPlatform.cpp79 class Window : public NativeWindow class in namespace:tcu::x11::egl
88 Window (Display& display,
99 x11::Window m_window;
102 Window::Window(Display& display, const WindowParams& params, Visual* visual) function in class:tcu::x11::egl::Window
109 IVec2 Window::getSurfaceSize (void) const
116 void Window::setSurfaceSize (IVec2 size)
137 : NativeWindowFactory ("window", "X11 Window", Window::CAPABILITIES)
146 return new Window(displa
[all...]
/external/deqp/framework/platform/android/
H A DtcuAndroidWindow.cpp33 // Window
35 Window::Window (ANativeWindow* window) function in class:tcu::Android::Window
41 Window::~Window (void)
45 void Window::setBuffersGeometry (int width, int height, int32_t format)
50 IVec2 Window::getSize (void) const
57 bool Window::tryAcquire (void)
70 void Window::release (void)
82 void Window
[all...]
H A DtcuAndroidWindow.hpp40 // \note Window is thread-safe, WindowRegistry is not
42 class Window class in namespace:tcu::Android
56 Window (ANativeWindow* window);
57 ~Window (void);
73 Window (const Window& other);
74 Window& operator= (const Window& other);
90 Window* tryAcquireWindow (void);
95 std::vector<Window*> m_window
[all...]
/external/deqp/framework/platform/raspi/
H A DtcuRaspiPlatform.cpp67 class Window : public eglu::NativeWindow class in namespace:tcu::rpi
70 Window (int width, int height);
71 ~Window (void);
86 WindowFactory (void) : eglu::NativeWindowFactory("dispman", "Dispman Window", WINDOW_CAPABILITIES) {}
112 return new Window(width, height);
115 // Window
117 Window::Window (int width, int height) function in class:tcu::rpi::Window
155 Window::~Window (voi
[all...]
/external/clang/test/FixIt/
H A Dtypo.c18 struct Window { struct
23 struct Window window = {
24 .bunds. // expected-error{{field designator 'bunds' does not refer to any field in type 'struct Window'; did you mean 'bounds'?}}
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Dvideo_render_impl.cc144 ModuleVideoRenderImpl::Window() function in class:webrtc::ModuleVideoRenderImpl
H A Dvideo_render_internal_impl.cc324 ModuleVideoRenderImpl::Window() function in class:webrtc::ModuleVideoRenderImpl
/external/chromium_org/third_party/webrtc/base/
H A Dwindow.h19 typedef unsigned long Window; // Avoid include <X11/Xlib.h>. typedef
34 typedef Window WindowT;
75 typedef Window DesktopT;
111 // Window event types.
H A Dx11windowpicker.h20 typedef unsigned long Window; typedef
31 static bool IsDesktopElement(_XDisplay* display, Window window);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer.h30 struct Window { struct in class:webrtc::WindowCapturer
37 typedef std::vector<Window> WindowList;
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DOverviewGrid.js46 this._window = new WebInspector.OverviewGrid.Window(this.element, this._grid.dividersLabelBarElement);
159 WebInspector.OverviewGrid.Window = function(parentElement, dividersLabelBarElement)
192 WebInspector.OverviewGrid.Window.prototype = {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js291 The Browser Core. Contains Browser initialization, Window and Document, and the Browser Hash.
389 var Window = new Native({
391 name: 'Window',
393 legacy: (Browser.Engine.trident) ? null: window.Window,
403 return $extend(win, Window.Prototype);
407 window[property] = Window.Prototype[property] = value;
412 Window.Prototype = {$family: {name: 'window'}};
414 new Window(window);
1354 var win = new Window(iframe.contentWindow);
1427 Window
410 Window.Prototype = {$family: {name: 'window'}}; class
[all...]
/external/chromium_org/ui/aura/
H A Dwindow.cc57 // Used when searching for a Window to stack relative to.
59 T IteratorForDirectionBegin(aura::Window* window);
62 Window::Windows::const_iterator IteratorForDirectionBegin(
63 aura::Window* window) {
68 Window::Windows::const_reverse_iterator IteratorForDirectionBegin(
69 aura::Window* window) {
74 T IteratorForDirectionEnd(aura::Window* window);
77 Window::Windows::const_iterator IteratorForDirectionEnd(aura::Window* window) {
82 Window
200 Window::Window(WindowDelegate* delegate) function in class:aura::Window
[all...]
H A Dwindow.h62 class AURA_EXPORT Window : public ui::LayerDelegate, class in namespace:aura
73 typedef std::vector<Window*> Windows;
75 explicit Window(WindowDelegate* delegate);
76 virtual ~Window();
112 Window* parent() { return parent_; }
113 const Window* parent() const { return parent_; }
115 // Returns the root Window that contains this Window. The root Window is
116 // defined as the Window tha
[all...]
H A Dwindow_tree_host_x11.h20 typedef XID Window; typedef
70 ::Window x_root_window() { return x_root_window_; }
87 ::Window xwindow_;
90 ::Window x_root_window_;
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_delegate_x11.h29 typedef XID Window; typedef
133 Window window_;
/external/chromium_org/ui/events/x/
H A Dtouch_factory_x11.h21 typedef unsigned long Window; typedef
47 // Setup an X Window for XInput2 events.
48 void SetupXI2ForXWindow(::Window xid);
/external/chromium_org/ui/v2/public/
H A Dwindow.h14 // A Window is a View that has a nested View hierarchy.
16 class V2_EXPORT Window : public View { class in namespace:v2
18 Window();
19 virtual ~Window();
27 DISALLOW_COPY_AND_ASSIGN(Window);

Completed in 2465 milliseconds

12