Searched refs:m_window (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DEmbeddedWidget.cpp51 if (m_window)
52 DestroyWindow(m_window);
57 ASSERT(!m_window);
67 m_window = window;
73 if (!m_window)
77 ::InvalidateRect(m_window, &r, false);
106 if (!m_window)
119 ::SetWindowRgn(m_window, rgn.leak(), FALSE);
122 ::SetWindowRgn(m_window, rgn.leak(), TRUE);
126 ::MoveWindow(m_window, m_windowRec
[all...]
H A DEmbeddedWidget.h50 , m_window(0)
77 HWND m_window; member in class:EmbeddedWidget
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DDragIcon.cpp53 , m_window(0)
58 m_window = gtk_window_new(GTK_WINDOW_POPUP);
60 g_signal_connect(m_window, "expose-event", G_CALLBACK(dragIconWindowDrawEventCallback), this);
62 g_signal_connect(m_window, "draw", G_CALLBACK(dragIconWindowDrawEventCallback), this);
66 GdkScreen* screen = gtk_widget_get_screen(m_window);
70 gtk_widget_set_colormap(m_window, rgba);
75 gtk_widget_set_visual(m_window, visual);
81 if (m_window)
82 gtk_widget_destroy(m_window);
101 gtk_window_resize(GTK_WINDOW(m_window), m_imageSiz
[all...]
H A DRedirectedXCompositeWindow.cpp103 , m_window(0)
132 m_window = XCreateWindow(display,
141 XMapWindow(display, m_window);
145 getWindowHashMap().add(m_window, this);
149 XWindowEvent(display, m_window, StructureNotifyMask, &event);
150 if (event.type == MapNotify && event.xmap.window == m_window)
153 XSelectInput(display, m_window, NoEventMask);
154 XCompositeRedirectWindow(display, m_window, CompositeRedirectManual);
155 m_damage = XDamageCreate(display, m_window, XDamageReportNonEmpty);
161 ASSERT(m_window);
[all...]
H A DRedirectedXCompositeWindow.h53 Window windowId() { return m_window; }
67 Window m_window; member in class:WebCore::RedirectedXCompositeWindow
H A DDragIcon.h47 GtkWidget* m_window; member in class:WebCore::DragIcon
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DDOMWindowIndexedDatabase.cpp42 , m_window(window)
103 Document* document = m_window->document();
111 if (!m_window->isCurrentlyDisplayedInFrame())
H A DDOMWindowIndexedDatabase.h58 DOMWindow* m_window; member in class:WebCore::DOMWindowIndexedDatabase
/macosx-10.10/WebCore-7600.1.25/Modules/notifications/
H A DDOMWindowNotifications.cpp42 , m_window(window)
103 if (!m_window->isCurrentlyDisplayedInFrame())
109 Document* document = m_window->document();
H A DDOMWindowNotifications.h59 DOMWindow* m_window; member in class:WebCore::DOMWindowNotifications
/macosx-10.10/WebCore-7600.1.25/platform/graphics/glx/
H A DGLContextGLX.cpp58 contextWrapper->m_window = window;
172 , m_window(0)
182 , m_window(0)
219 return m_window;
224 if (!canRenderToDefaultFramebuffer() || !m_window)
230 if (!XGetGeometry(sharedX11Display(), m_window, &rootWindow, &x, &y, &width, &height, &borderWidth, &depth))
238 ASSERT(m_context && (m_window || m_pbuffer || m_glxPixmap));
244 if (m_window)
245 return glXMakeCurrent(sharedX11Display(), m_window, m_context);
255 if (m_window)
256 glXSwapBuffers(sharedX11Display(), m_window); local
[all...]
H A DGLContextGLX.h63 XID m_window; member in class:WebCore::GLContextGLX
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/glx/
H A DX11Helper.cpp79 m_window = 0;
86 m_window = XCreateSimpleWindow(dpy, XDefaultRootWindow(dpy), -1, -1, 1, 1, 0, BlackPixel(dpy, 0), WhitePixel(dpy, 0));
88 XChangeWindowAttributes(dpy, m_window, CWOverrideRedirect, &attributes);
89 XMapWindow(dpy, m_window);
91 if (!m_window)
100 if (m_window) {
101 XUnmapWindow(X11Helper::nativeDisplay(), m_window); local
102 XDestroyWindow(X11Helper::nativeDisplay(), m_window); local
103 m_window = 0;
109 return m_window;
113 Window m_window; member in struct:WebCore::OffScreenRootWindow
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/win/
H A DCACFLayerTreeHost.cpp125 , m_window(0)
166 if (window == m_window)
173 ASSERT(!m_window);
178 ASSERT(m_window);
187 if (m_window)
190 m_window = window;
266 getDirtyRects(m_window, dirtyRects);
323 GetClientRect(m_window, &clientRect);
H A DCACFLayerTreeHost.h84 HWND window() const { return m_window; }
110 HWND m_window; member in class:WebCore::CACFLayerTreeHost
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DLegacyTileCache.mm70 : m_window(window)
104 return [m_window screenScale];
109 return [m_window hostLayer];
114 return [layer convertRect:[m_window extendedVisibleRect] fromLayer:hostLayer()];
519 WKFontAntialiasingStateSaver fontAntialiasingState(context, [m_window useOrientationDependentFontAntialiasing] && [layer isOpaque]);
536 [m_window displayRect:subRectInSuper];
542 [m_window displayRect:dirtyRectInSuper];
600 WAKView* view = [m_window contentView];
611 WAKView* view = [m_window contentView];
674 WAKView* view = [m_window contentVie
[all...]
H A DWebVideoFullscreenInterfaceAVKit.mm750 m_window = adoptNS([[getUIWindowClass() alloc] initWithFrame:[[getUIScreenClass() mainScreen] bounds]]);
751 [m_window setBackgroundColor:[getUIColorClass() clearColor]];
753 [[m_viewController view] setFrame:[m_window bounds]];
754 [m_window setRootViewController:m_viewController.get()];
755 [m_window makeKeyAndVisible];
854 if (m_window) {
855 [m_window setHidden:YES];
856 [m_window setRootViewController:nil];
872 m_window = nil;
883 [m_window setHidde
[all...]
H A DWebVideoFullscreenInterfaceAVKit.h71 RetainPtr<UIWindow> m_window; member in class:WebCore::WebVideoFullscreenInterfaceAVKit
H A DLegacyTileCache.h177 WAKWindow* m_window; member in class:WebCore::LegacyTileCache
/macosx-10.10/WebCore-7600.1.25/dom/
H A DEventDispatcher.cpp51 DOMWindow* window() const { return m_window.get(); }
56 RefPtr<DOMWindow> m_window; member in class:WebCore::WindowEventContext
66 m_window = toDocument(topLevelContainer)->domWindow();
72 if (!m_window)
76 event.setCurrentTarget(m_window.get());
77 m_window->fireEventListeners(&event);
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.h371 PlatformPluginWidget m_window; member in class:WebCore::PluginView
373 PlatformPluginWidget platformPluginWidget() const { return m_window; }
374 void setPlatformPluginWidget(PlatformPluginWidget widget) { m_window = widget; }
/macosx-10.10/WebKit-7600.1.25/win/
H A DDOMCoreClasses.cpp854 *result = DOMDocument::createInstance(m_window->document());
892 if (!m_window)
895 m_window->addEventListener(type, webListener, useCapture);
906 if (!m_window)
909 m_window->removeEventListener(type, webListener.get(), useCapture);
919 if (!m_window)
928 *result = m_window->dispatchEvent(domEvent->coreEvent(), ec) ? TRUE : FALSE;
936 : m_window(w)
H A DAccessibleBase.cpp61 , m_window(window)
304 *windowHandle = m_window;
342 if (!m_window)
345 return WebView::AccessibleObjectFromWindow(m_window,
1032 result = createInstance(obj, m_window);
H A DAccessibleBase.h139 HWND m_window; variable
H A DAccessibleTextImpl.cpp111 MapWindowPoints(m_window, 0, points, 1);
153 MapWindowPoints(0, m_window, points, 1);
508 MapWindowPoints(0, m_window, points, 1);

Completed in 163 milliseconds

12