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

  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.h 54 ::Window xwindow_; member in class:views::X11WindowEventFilter
61 // True if |xwindow_| is the current _NET_ACTIVE_WINDOW.
desktop_root_window_host_x11.cc 120 xwindow_(0),
239 if (xwindow_ == None)
249 open_windows().remove(xwindow_);
251 base::MessagePumpAuraX11::Current()->RemoveDispatcherForWindow(xwindow_);
252 XDestroyWindow(xdisplay_, xwindow_);
253 xwindow_ = None;
377 XShapeCombineRegion(xdisplay_, xwindow_, ShapeBounding, 0, 0, region, false);
382 X11DesktopHandler::get()->ActivateWindow(xwindow_);
391 return X11DesktopHandler::get()->IsActiveWindow(xwindow_);
406 XIconifyWindow(xdisplay_, xwindow_, 0)
    [all...]
x11_window_event_filter.cc 66 xwindow_(root_window->GetAcceleratedWidget()),
83 xwindow_, local
160 event.xclient.window = xwindow_;
desktop_drag_drop_client_aurax11.cc 376 xwindow_(xwindow),
392 XChangeProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndAware"),
398 g_live_client_map.erase(xwindow_);
424 new X11DragContext(&atom_cache_, xwindow_, event));
528 xwindow_, target_current_context_->fetched_targets()));
546 xev.xclient.data.l[0] = xwindow_;
582 ui::SetAtomArrayProperty(xwindow_, "XdndActionList", "ATOM", actions);
592 XDeleteProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndActionList"));
704 xwindow_, target_current_context_->fetched_targets())));
792 xev.xclient.data.l[0] = xwindow_;
    [all...]
desktop_drag_drop_client_aurax11.h 160 ::Window xwindow_; member in class:views::DesktopDragDropClientAuraX11
desktop_root_window_host_x11.h 197 ::Window xwindow_; member in class:views::DesktopRootWindowHostX11
207 // The bounds of |xwindow_|.
  /external/chromium_org/ui/aura/
root_window_host_x11.cc 371 xwindow_(0),
385 xwindow_ = XCreateWindow(
394 base::MessagePumpAuraX11::Current()->AddDispatcherForWindow(this, xwindow_);
403 XSelectInput(xdisplay_, xwindow_, event_mask);
407 ui::TouchFactory::GetInstance()->SetupXI2ForXWindow(xwindow_);
422 XSetWMProtocols(xdisplay_, xwindow_, protocols, 2);
426 XSetWMProperties(xdisplay_, xwindow_, NULL, NULL, NULL, 0, NULL, NULL, NULL);
432 xwindow_,
447 base::MessagePumpAuraX11::Current()->RemoveDispatcherForWindow(xwindow_);
451 XDestroyWindow(xdisplay_, xwindow_);
    [all...]
root_window_host_x11.h 91 // Sets the cursor on |xwindow_| to |cursor|. Does not check or update
110 ::Window xwindow_; member in class:aura::RootWindowHostX11
121 // The bounds of |xwindow_|.

Completed in 668 milliseconds