/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_root_window_host_x11.cc | 126 xwindow_(0), 180 open_windows().remove(xwindow_); 181 open_windows().insert(open_windows().begin(), xwindow_); 272 root_window_->window(), cursor_manager, xdisplay_, xwindow_); 292 if (xwindow_ == None) 318 open_windows().remove(xwindow_); 320 base::MessagePumpX11::Current()->RemoveDispatcherForWindow(xwindow_); 321 XDestroyWindow(xdisplay_, xwindow_); 322 xwindow_ = None; 359 XRaiseWindow(xdisplay_, xwindow_); [all...] |
x11_window_event_filter.h | 53 ::Window xwindow_; member in class:views::X11WindowEventFilter 62 // True if |xwindow_| is the current _NET_ACTIVE_WINDOW.
|
x11_window_event_filter.cc | 66 xwindow_(root_window->host()->GetAcceleratedWidget()), 84 xwindow_, local 173 event.xclient.window = xwindow_;
|
desktop_drag_drop_client_aurax11.cc | 378 xwindow_(xwindow), 395 XChangeProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndAware"), 401 g_live_client_map.Get().erase(xwindow_); 427 new X11DragContext(&atom_cache_, xwindow_, event)); 531 xwindow_, target_current_context_->fetched_targets())); 549 xev.xclient.data.l[0] = xwindow_; 585 ui::SetAtomArrayProperty(xwindow_, "XdndActionList", "ATOM", actions); 598 XDeleteProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndActionList")); 711 xwindow_, target_current_context_->fetched_targets()))); 799 xev.xclient.data.l[0] = xwindow_; [all...] |
desktop_drag_drop_client_aurax11.h | 155 ::Window xwindow_; member in class:views::DesktopDragDropClientAuraX11
|
desktop_root_window_host_x11.h | 208 ::Window xwindow_; member in class:views::DesktopRootWindowHostX11 218 // The bounds of |xwindow_|.
|
/external/chromium_org/ui/aura/ |
root_window_host_x11.cc | 314 xwindow_(0), 328 xwindow_ = XCreateWindow( 337 base::MessagePumpX11::Current()->AddDispatcherForWindow(this, xwindow_); 346 XSelectInput(xdisplay_, xwindow_, event_mask); 350 ui::TouchFactory::GetInstance()->SetupXI2ForXWindow(xwindow_); 360 XSetWMProtocols(xdisplay_, xwindow_, protocols, 2); 364 XSetWMProperties(xdisplay_, xwindow_, NULL, NULL, NULL, 0, NULL, NULL, NULL); 372 xwindow_, 387 base::MessagePumpX11::Current()->RemoveDispatcherForWindow(xwindow_); 391 XDestroyWindow(xdisplay_, xwindow_); [all...] |
root_window_host_x11.h | 92 // Sets the cursor on |xwindow_| to |cursor|. Does not check or update 109 ::Window xwindow_; member in class:aura::RootWindowHostX11 120 // The bounds of |xwindow_|.
|