Searched refs:window (Results 226 - 250 of 1015) sorted by relevance

1234567891011>>

/external/mesa3d/docs/
H A DMESA_resize_buffers.spec31 the computer's window system (an X server, for example). And since
32 Mesa does not have an event loop nor window system callbacks, it
33 cannot properly respond to window system events. In particular,
34 Mesa cannot automatically detect when a window has been resized.
36 Mesa's glViewport command queries the current window size and updates
38 since most applications call glViewport in responce to window size
42 when a window size changes but would still like Mesa to adjust to
43 the new window size. This extension exports a new function to solve
57 determines that a window has been resized. Calling
58 glResizeBuffersMESA causes Mesa to query the current window siz
[all...]
H A DMESA_window_pos.spec31 In order to set the current raster position to a specific window
34 desired window coordinate is outside of the window's bounds one must
40 projection matrix and the viewport to window mapping. Furthermore,
44 position to a specific window coordinate prior to calling DrawPixels,
/external/webkit/LayoutTests/fast/encoding/resources/
H A Dparser-tests.js15 if (window.layoutTestController) {
28 window.receivedResults = function () {
52 if (window.layoutTestController)
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DNPPSetWindowCalledDuringDestruction.cpp32 // NPP_SetWindow should be called with a null window handle as destruction begins on non-Mac platforms.
55 static PluginTest::Register<NPPSetWindowCalledDuringDestruction> registrar("npp-set-window-called-during-destruction");
75 NPError NPPSetWindowCalledDuringDestruction::NPP_SetWindow(NPP, NPWindow* window) argument
84 if (window->window)
85 log("Fail: NPP_SetWindow passed a non-null window during plugin destruction");
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
H A DWindowedPluginTest.cpp39 NPError WindowedPluginTest::NPP_SetWindow(NPP instance, NPWindow* window) argument
41 HWND newWindow = reinterpret_cast<HWND>(window->window);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFullScreenController.mm129 // Do not defer window creation, to make sure -windowNumber is created (needed by WebWindowScaleAnimation).
130 NSWindow *window = [[WebFullscreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
131 self = [super initWithWindow:window];
132 [window release];
191 // listeners on that Element's window, listening for changes in media play states.
194 // the events on the old element's window, if necessary, as well.
199 DOMWindow* window = _element->document()->domWindow();
200 if (window) {
201 window->removeEventListener(eventNames.playEvent, _mediaEventListener.get(), true);
202 window
[all...]
H A DWebVideoFullscreenHUDWindowController.mm129 // Block all command key events while the fullscreen window is up.
150 NSWindow *window = [[WebVideoFullscreenHUDWindow alloc] initWithContentRect:NSMakeRect(0, 0, windowWidth, windowHeight)
152 self = [super initWithWindow:window];
153 [window setDelegate:self];
154 [window release];
235 // Note that this creates a retain cycle between the window and us.
255 NSWindow *window = [self window];
256 if (![window isVisible])
257 [window setAlphaValu
[all...]
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_gtk.cc113 gfx::NativeWindow window = local
114 browser_tracker_->GetResource(handle)->window()->GetNativeHandle();
115 if (window && (drag_path.size() > 1)) {
117 gdk_window_get_position(GTK_WIDGET(window)->window, &x, &y);
H A Dtesting_automation_provider_views.cc124 gfx::NativeWindow window = window_tracker_->GetResource(handle); local
126 views::NativeWidget::GetNativeWidgetForNativeWindow(window);
147 gfx::NativeWindow window = window_tracker_->GetResource(handle); local
149 views::FocusManager::GetFocusManagerForNativeWindow(window);
161 gfx::NativeWindow window = window_tracker_->GetResource(handle);
163 views::FocusManager::GetFocusManagerForNativeWindow(window);
177 browser->window());
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble_win.cc12 #include "views/window/window.h"
55 void OnActivate(UINT action, BOOL minimized, HWND window) { argument
56 WidgetWin::OnActivate(action, minimized, window);
72 // Are we a parent of this window?
73 gfx::NativeView parent = window;
75 if (window == GetNativeView()) {
81 // Do we own this window?
83 ::GetWindow(window, GW_OWNER) == GetNativeView()) {
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DCACFLayerTreeHost.cpp147 // The root layer is the size of the client area of the window.
148 // The clipping layer is the size of the WebView client area (window less the scrollbars).
150 // Resizing the window will change the bounds of the rootLayer and the clip layer and will not
170 void CACFLayerTreeHost::setWindow(HWND window) argument
172 if (window == m_window)
178 ASSERT_ARG(window, window);
183 ASSERT_ARG(window, !window);
196 m_window = window;
239 getDirtyRects(HWND window, Vector<CGRect>& outRects) argument
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js26 window.close(); // Only needed on OSX because of crbug.com/63594
96 var correction = window.innerWidth - document.documentElement.clientWidth;
146 window.scrollTo(0, 0);
148 window.scrollTo(0, document.height);
150 window.scrollBy(0, rect.top);
152 window.scrollBy(0, rect.bottom - innerHeight);
171 window.onkeydown = function(event) {
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp90 GtkWidget* window = gtk_widget_get_toplevel(GTK_WIDGET(m_webView)); local
91 if (gtk_widget_is_toplevel(window)) {
93 gtk_window_get_position(GTK_WINDOW(window), &left, &top);
94 gtk_window_get_size(GTK_WINDOW(window), &width, &height);
114 g_object_get(settings, "auto-resize-window", &autoResizeWindow, NULL);
119 GtkWidget* window = gtk_widget_get_toplevel(GTK_WIDGET(m_webView));
120 if (gtk_widget_is_toplevel(window)) {
121 gtk_window_move(GTK_WINDOW(window), intrect.x(), intrect.y());
122 gtk_window_resize(GTK_WINDOW(window), intrect.width(), intrect.height());
150 GtkWidget* window local
391 GdkWindow* window = gtk_widget_get_window(GTK_WIDGET(m_webView)); local
408 GdkWindow* window = gtk_widget_get_window(GTK_WIDGET(m_webView)); local
456 GtkWidget* window = gtk_widget_get_toplevel(widget); local
664 GdkWindow* window = gtk_widget_get_window(platformPageClient()); local
[all...]
/external/webkit/Tools/MiniBrowser/gtk/
H A Dmain.c38 static void destroyCallback(GtkWidget *widget, GtkWidget *window) argument
93 GtkWidget *window = gtk_window_new(GTK_WINDOW_TOPLEVEL); local
94 gtk_window_set_default_size(GTK_WINDOW(window), 800, 600);
95 gtk_widget_set_name(window, "MiniBrowser");
103 gtk_container_add(GTK_CONTAINER(window), vbox);
105 g_signal_connect(window, "destroy", G_CALLBACK(destroyCallback), NULL);
107 return window;
/external/webkit/Source/WebCore/platform/wx/
H A DRenderThemeWx.cpp265 wxWindow* window = nativeWindowForRenderObject(o); local
297 wxRendererNative::Get().DrawPushButton(window, *dc, rect, flags);
302 wxRendererNative::Get().DrawRadioBitmap(window, *dc, rect, flags);
304 wxRendererNative::Get().DrawRadioButton(window, *dc, rect, flags);
306 wxRenderer_DrawRadioButton(window, *dc, rect, flags);
312 wxRendererNative::Get().DrawCheckBox(window, *dc, rect, flags);
324 wxWindow* window = nativeWindowForRenderObject(o); local
327 wxRendererNative::Get().DrawTextCtrl(window, *dc, r, 0);
329 wxRenderer_DrawTextCtrl(window, *dc, r, 0);
346 wxWindow* window local
375 wxWindow* window = nativeWindowForRenderObject(o); local
[all...]
/external/dbus/tools/
H A Ddbus-viewer.c89 GtkWidget *window; member in struct:__anon5062
130 TreeWindow *window; /* Not touched from child thread */ member in struct:__anon5063
240 show_error_dialog (GTK_WINDOW (d->window->window), &d->window->error_dialog,
249 tree_window_set_node (d->window, node);
353 d->window = w;
388 window_closed_callback (GtkWidget *window, argument
391 g_assert (window == w->window);
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_util.h55 // (See http://library.gnome.org/devel/hig-book/stable/design-window.html.en)
122 void SetWindowSizeFromResources(GtkWindow* window,
125 // Places |window| approximately over center of |parent|, it also moves window
127 // options window and content settings window; otherwise you should be using
129 void CenterOverWindow(GtkWindow* window, GtkWindow* parent);
131 // Puts all browser windows in one window group; this will make any dialog
136 // dismissed. Returns each browser window to its own window grou
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DMediaTexture.cpp190 // the window was not ready before the timeout so return it this time
191 if (ANativeWindow* window = m_newWindow.get()) {
193 return window;
224 // if the window is ready then return it otherwise return NULL
225 if (ANativeWindow* window = m_newWindow.get()) {
227 return window;
241 void MediaTexture::releaseNativeWindow(const ANativeWindow* window) argument
245 if (m_videoTextures[i]->nativeWindow.get() == window) {
253 void MediaTexture::setDimensions(const ANativeWindow* window, argument
258 if (m_videoTextures[i]->nativeWindow.get() == window) {
265 setFramerateCallback(const ANativeWindow* window, FramerateCallbackProc callback) argument
[all...]
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestdomdomwindow.c33 GtkWidget* window; member in struct:__anon14846
53 fixture->window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
57 gtk_container_add(GTK_CONTAINER(fixture->window), GTK_WIDGET(fixture->webView));
62 gtk_widget_destroy(fixture->window);
129 g_signal_connect(fixture->window, "map-event", G_CALLBACK(map_event_cb), fixture);
132 gtk_widget_show_all(fixture->window);
133 gtk_window_present(GTK_WINDOW(fixture->window));
188 g_signal_connect(fixture->window, "map-event", G_CALLBACK(map_event_cb), fixture);
191 gtk_widget_show_all(fixture->window);
192 gtk_window_present(GTK_WINDOW(fixture->window));
[all...]
H A Dtestcopyandpaste.c36 GtkWidget* window; member in struct:__anon14844
65 fixture->window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
68 gtk_container_add(GTK_CONTAINER(fixture->window), GTK_WIDGET(fixture->webView));
73 gtk_widget_destroy(fixture->window);
124 g_signal_connect(fixture->window, "map-event",
127 gtk_widget_show(fixture->window);
129 gtk_window_present(GTK_WINDOW(fixture->window));
144 event->key.window = gtk_widget_get_window(GTK_WIDGET(currentFixture->webView));
145 g_object_ref(event->key.window);
147 GdkDeviceManager* manager = gdk_display_get_device_manager(gdk_window_get_display(event->key.window));
[all...]
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc110 // Allow the browser window to be resized freely.
209 // Whenever we lose focus, set the cursor back to that of our parent window,
211 gdk_window_set_cursor(widget->window, NULL);
238 gdk_window_set_cursor(widget->window, NULL);
258 scroll_event.window = event->window;
535 // If we aren't a popup, then |window| will be leaked.
540 GtkWindow* window = GTK_WINDOW(gtk_window_new(GTK_WINDOW_POPUP)); local
541 gtk_container_add(GTK_CONTAINER(window), view_.get());
542 DoPopupOrFullscreenInit(window, po
581 GtkWindow* window = GTK_WINDOW(gtk_window_new(GTK_WINDOW_TOPLEVEL)); local
788 GtkWidget* window = gtk_widget_get_parent(view_.get()); local
891 DoPopupOrFullscreenInit(GtkWindow* window, const gfx::Rect& bounds) argument
982 GdkWindow* window = view_.get()->window; local
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dsetting_level_bubble.cc44 // most-recently-focused normal browser window, then from a login
49 GtkWindow* window = NULL; local
59 window = GTK_WINDOW(browser->window()->GetNativeHandle());
61 // Otherwise, see if there's a background window that we can use.
64 window = GTK_WINDOW(background->GetNativeWindow());
67 if (!window)
71 views::NativeWidget::GetNativeWidgetForNativeWindow(window);
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_dragging_test.cc56 // Automated UI test to open three tabs in a new window, and drag Tab_1 into
61 scoped_refptr<WindowProxy> window(browser->GetWindow());
62 ASSERT_TRUE(window.get());
69 // Get Tab_1 which comes with the browser window.
92 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_0, &bounds1, false));
98 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_1, &bounds2, false));
105 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_2, &bounds3, false));
113 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_LOCATION_BAR, &urlbar_bounds,
159 scoped_refptr<WindowProxy> window(browser->GetWindow());
160 ASSERT_TRUE(window
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DpanoramiXproto.h75 CARD32 window B32;
84 CARD32 window B32;
98 CARD32 window B32;
107 CARD32 window B32;
120 CARD32 window B32;
132 CARD32 window B32;
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_mouse.c36 if (window != NULL)
40 if (PtSetResource(window, Pt_ARG_CURSOR_TYPE, Ph_CURSOR_INHERIT, 0) < 0)
123 if (window == NULL)
159 if (PtSetResources(window, nargs, args) < 0 )
175 PtGetAbsPosition( window, &abs_x, &abs_y );
204 /* synchronizing photon mouse cursor position and SDL mouse position, if cursor appears over window. */
205 PtGetAbsPosition(window, &abs_x, &abs_y);

Completed in 542 milliseconds

1234567891011>>