HomeSort by relevance Sort by last modified time
    Searched refs:xwindow (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/test/plugin/
plugin_javascript_open_popup.cc 84 Window xwindow = reinterpret_cast<Window>(window->window); local
89 if (xwindow) {
93 Status status = XQueryTree(extra->display, xwindow, &root, &parent,
  /external/chromium_org/ui/base/x/
selection_owner.h 25 // The selection owner object keeps track of which xwindow is the current
31 ::Window xwindow,
selection_requestor.h 35 ::Window xwindow,
  /external/chromium/base/
message_pump_glib_x.cc 103 void MessagePumpGlibX::SetupXInput2ForXWindow(Window xwindow) {
124 XISelectEvents(xdisplay, xwindow, evmasks, pointer_devices_.size());
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.h 56 ::Window xwindow);
desktop_drag_drop_client_aurax11.cc 374 ::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));
  /external/chromium_org/ash/display/
display_controller.cc 117 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

Completed in 171 milliseconds