HomeSort by relevance Sort by last modified time
    Searched defs:DesktopRootWindowHostX11 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.h 44 class VIEWS_EXPORT DesktopRootWindowHostX11 :
49 DesktopRootWindowHostX11(
53 virtual ~DesktopRootWindowHostX11();
59 static DesktopRootWindowHostX11* GetHostForXID(XID xid);
192 base::WeakPtrFactory<DesktopRootWindowHostX11> close_widget_factory_;
261 static DesktopRootWindowHostX11* g_current_capture;
267 DISALLOW_COPY_AND_ASSIGN(DesktopRootWindowHostX11);
desktop_root_window_host_x11.cc 52 DesktopRootWindowHostX11* DesktopRootWindowHostX11::g_current_capture =
54 std::list<XID>* DesktopRootWindowHostX11::open_windows_ = NULL;
60 DesktopRootWindowHostX11*, kHostForRootWindow, NULL);
112 // DesktopRootWindowHostX11, public:
114 DesktopRootWindowHostX11::DesktopRootWindowHostX11(
130 DesktopRootWindowHostX11::~DesktopRootWindowHostX11() {
139 aura::Window* DesktopRootWindowHostX11::GetContentWindowForXID(XID xid)
    [all...]

Completed in 243 milliseconds