HomeSort by relevance Sort by last modified time
    Searched defs:Window (Results 1 - 25 of 30) sorted by null

1 2

  /external/autotest/client/site_tests/power_LoadTest/extension/
custom_event_listener.js 0 Window.prototype.orginalEventListener = Window.prototype.addEventListener;
2 Window.prototype.addEventListener = function(type, listener, useCapture) {
  /external/deqp/framework/platform/win32/
tcuWin32Window.hpp 23 * \brief Generic Win32 window class.
35 class Window
38 Window (HINSTANCE instance, int width, int height);
39 ~Window (void);
52 Window (const Window&);
53 Window operator= (const Window&);
tcuWin32Window.cpp 21 * \brief Generic Win32 window class.
33 Window* window = reinterpret_cast<Window*>(GetWindowLongPtr(hWnd, GWLP_USERDATA)); local
34 if (window)
35 return window->windowProc(uMsg, wParam, lParam);
40 Window::Window (HINSTANCE instance, int width, int height)
72 TCU_THROW(ResourceError, "Failed to create Win32 window");
88 Window::~Window (void
    [all...]
  /external/webrtc/webrtc/base/
x11windowpicker.h 20 typedef unsigned long Window;
31 static bool IsDesktopElement(_XDisplay* display, Window window);
window.h 17 // Define platform specific window types.
19 typedef unsigned long Window; // Avoid include <X11/Xlib.h>.
34 typedef Window WindowT;
75 typedef Window DesktopT;
111 // Window event types.
119 inline std::string ToString(const WindowId& window) {
120 return ToString(window.id());
  /external/skia/tools/sk_app/
Window.cpp 8 #include "Window.h"
16 Window::Window() {}
18 void Window::detach() {
23 void Window::visitLayers(std::function<void(Layer*)> visitor) {
31 bool Window::signalLayers(std::function<bool(Layer*)> visitor) {
40 void Window::onBackendCreated() {
44 bool Window::onChar(SkUnichar c, uint32_t modifiers) {
48 bool Window::onKey(Key key, InputState state, uint32_t modifiers) {
52 bool Window::onMouse(int x, int y, InputState state, uint32_t modifiers)
    [all...]
Window.h 25 class Window {
27 static Window* CreateNativeWindow(void* platformData);
29 virtual ~Window() { this->detach(); }
37 // Shedules an invalidation event for window if one is not currently pending.
38 // Make sure that either onPaint or markInvalReceived is called when the client window consumes
147 virtual void onAttach(Window* window) {}
159 friend class Window;
184 // Actual parameters in effect, obtained from the native window.
192 Window();
    [all...]
  /external/skqp/tools/sk_app/
Window.cpp 8 #include "Window.h"
16 Window::Window() {}
18 void Window::detach() {
23 void Window::visitLayers(std::function<void(Layer*)> visitor) {
31 bool Window::signalLayers(std::function<bool(Layer*)> visitor) {
40 void Window::onBackendCreated() {
44 bool Window::onChar(SkUnichar c, uint32_t modifiers) {
48 bool Window::onKey(Key key, InputState state, uint32_t modifiers) {
52 bool Window::onMouse(int x, int y, InputState state, uint32_t modifiers)
    [all...]
Window.h 25 class Window {
27 static Window* CreateNativeWindow(void* platformData);
29 virtual ~Window() { this->detach(); }
37 // Shedules an invalidation event for window if one is not currently pending.
38 // Make sure that either onPaint or markInvalReceived is called when the client window consumes
144 virtual void onAttach(Window* window) {}
156 friend class Window;
181 // Actual parameters in effect, obtained from the native window.
189 Window();
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer.h 30 struct Window {
33 // Title of the window in UTF-8 encoding.
37 typedef std::vector<Window> WindowList;
49 // Select window to be captured. Returns false in case of a failure (e.g. if
50 // there is no window with the specified id).
53 // Bring the selected window to the front. Returns false in case of a
54 // failure or no window selected.
  /external/deqp/framework/platform/android/
tcuAndroidWindow.cpp 21 * \brief Android window.
33 // Window
35 Window::Window (ANativeWindow* window)
36 : m_window (window)
41 Window::~Window (void)
45 void Window::setBuffersGeometry (int width, int height, int32_t format)
50 IVec2 Window::getSize (void) cons
129 Window* const window = *winIter; local
151 Window* const window = m_windows[ndx]; local
175 Window* const window = m_windows[ndx]; local
188 Window* const window = m_windows[ndx]; local
    [all...]
tcuAndroidWindow.hpp 23 * \brief Android window.
40 // \note Window is thread-safe, WindowRegistry is not
42 class Window
56 Window (ANativeWindow* window);
57 ~Window (void);
73 Window (const Window& other);
74 Window& operator= (const Window& other)
    [all...]
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWayland.cpp 47 const struct wl_shell_surface_listener Window::s_shellSurfaceListener =
49 Window::handlePing,
50 Window::handleConfigure,
51 Window::handlePopupDone,
149 Window::Window (Display& display, int width, int height)
173 throw ResourceError("Failed to create ", "window", __FILE__, __LINE__);
182 void Window::setVisibility (bool visible)
187 void Window::getDimensions (int* width, int* height) const
192 void Window::setDimensions (int width, int height
    [all...]
tcuLnxWayland.hpp 81 class Window
84 Window (Display& display, int width, int height);
85 ~Window (void);
106 Window (const Window&);
107 Window& operator= (const Window&);
tcuLnxWaylandEglDisplayFactory.cpp 83 class Window : public NativeWindow
91 Window (Display& display,
100 wayland::Window m_window;
103 Window::Window (Display& display, const WindowParams& params)
109 IVec2 Window::getSurfaceSize (void) const
116 void Window::setSurfaceSize (IVec2 size)
137 : NativeWindowFactory ("window", "Wayland Window", Window::CAPABILITIES
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkWsiPlatform.hpp 35 class Window
38 virtual ~Window (void) {}
43 Window (void) {}
46 Window (const Window&); // Not allowed
47 Window& operator= (const Window&); // Not allowed
55 virtual Window* createWindow (const tcu::Maybe<tcu::UVec2>& initialSize = tcu::nothing<tcu::UVec2>()) const = 0;
91 struct WindowInterface : public Window
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 67 class Window : public eglu::NativeWindow
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)
155 Window::~Window (void
    [all...]
  /external/clang/test/FixIt/
typo.c 18 struct Window {
23 struct Window window = { variable in typeref:struct:Window
24 .bunds. // expected-error{{field designator 'bunds' does not refer to any field in type 'struct Window'; did you mean 'bounds'?}}
  /external/curl/docs/examples/
curlgtk.c 77 GtkWidget *Window, *Frame, *Frame2;
87 Window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
90 gtk_container_add(GTK_CONTAINER(Window), Frame);
98 gtk_widget_show_all(Window);
  /external/deqp/framework/platform/nullws/
tcuNullWSPlatform.cpp 35 class Window: public eglu::NativeWindow
40 Window(eglu::NativeDisplay* nativeDisplay, const eglu::WindowParams& params)
55 : NativeWindowFactory("nullws", "NullWS Window", Window::CAPABILITIES)
61 return new Window(nativeDisplay, params);
  /external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
EmbeddedSpreadsheetPresenter.java 20 import com.google.gwt.user.client.Window;
163 Window.open(url, "_blank", null);
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 43 typedef ::Window EGLNativeWindowType;
128 class Window : public NativeWindow
138 Window (Display& display,
154 Window::Window (Display& display, const WindowParams& params, Visual* visual)
161 IVec2 Window::getSurfaceSize (void) const
168 void Window::setSurfaceSize (IVec2 size)
189 : NativeWindowFactory ("window", "X11 Window", Window::CAPABILITIES
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Canvas.py 122 class Window(CanvasItem):
124 CanvasItem.__init__(self, canvas, 'window', *args, **kw)
  /external/webrtc/webrtc/modules/video_render/
video_render_impl.cc 26 void* window,
35 return new ModuleVideoRenderImpl(id, resultVideoRenderType, window,
51 void* window,
54 _ptrWindow(window), _fullScreen(fullscreen), _ptrRenderer(NULL)
64 window, _fullScreen);
129 ModuleVideoRenderImpl::Window()
135 int32_t ModuleVideoRenderImpl::ChangeWindow(void* window)
463 int32_t ModuleVideoRenderImpl::FullScreenRender(void* window, const bool enable)
video_render_internal_impl.cc 63 void* window,
72 return new ModuleVideoRenderImpl(id, resultVideoRenderType, window,
88 void* window,
91 _ptrWindow(window), _fullScreen(fullscreen), _ptrRenderer(NULL)
101 ptrRenderer = new VideoRenderWindowsImpl(_id, videoRenderType, window, _fullScreen);
112 VideoRenderIosImpl* ptrRenderer = new VideoRenderIosImpl(_id, window, _fullScreen);
125 VideoRenderMacCocoaImpl* ptrRenderer = new VideoRenderMacCocoaImpl(_id, videoRenderType, window, _fullScreen);
136 VideoRenderMacCarbonImpl* ptrRenderer = new VideoRenderMacCarbonImpl(_id, videoRenderType, window, _fullScreen);
148 if(AndroidNativeOpenGl2Renderer::UseOpenGL2(window))
151 ptrRenderer = new AndroidNativeOpenGl2Renderer(_id, videoRenderType, window, _fullScreen)
    [all...]

Completed in 552 milliseconds

1 2