Searched defs:xwindow (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/test/plugin/
H A Dplugin_javascript_open_popup.cc84 Window xwindow = reinterpret_cast<Window>(window->window); local
89 if (xwindow) {
93 Status status = XQueryTree(extra->display, xwindow, &root, &parent,
/external/chromium/base/
H A Dmessage_pump_glib_x.cc103 void MessagePumpGlibX::SetupXInput2ForXWindow(Window xwindow) { argument
124 XISelectEvents(xdisplay, xwindow, evmasks, pointer_devices_.size());
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc117 gfx::AcceleratedWidget xwindow = root->host()->GetAcceleratedWidget(); local
118 ui::SetIntProperty(xwindow, kInternalProp, kCARDINAL, internal);
119 ui::SetIntProperty(xwindow, kRotationProp, kCARDINAL, xrandr_rotation);
120 ui::SetIntProperty(xwindow,
802 gfx::AcceleratedWidget xwindow = local
804 XStoreName(gfx::GetXDisplay(), xwindow, name.c_str()); local
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.cc374 ::Window xwindow)
378 xwindow_(xwindow),
389 DCHECK(g_live_client_map.Get().find(xwindow) ==
391 g_live_client_map.Get().insert(std::make_pair(xwindow, this));
370 DesktopDragDropClientAuraX11( aura::Window* root_window, views::DesktopNativeCursorManager* cursor_manager, Display* xdisplay, ::Window xwindow) argument

Completed in 368 milliseconds