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 36 class VIEWS_EXPORT DesktopRootWindowHostX11 :
41 DesktopRootWindowHostX11(
44 virtual ~DesktopRootWindowHostX11();
50 static DesktopRootWindowHostX11* GetHostForXID(XID xid);
203 base::WeakPtrFactory<DesktopRootWindowHostX11> close_widget_factory_;
265 DesktopRootWindowHostX11* window_parent_;
266 std::set<DesktopRootWindowHostX11*> window_children_;
278 static DesktopRootWindowHostX11* g_current_capture;
286 DISALLOW_COPY_AND_ASSIGN(DesktopRootWindowHostX11);
desktop_root_window_host_x11.cc 54 DesktopRootWindowHostX11* DesktopRootWindowHostX11::g_current_capture =
56 std::list<XID>* DesktopRootWindowHostX11::open_windows_ = NULL;
62 DesktopRootWindowHostX11*, kHostForRootWindow, NULL);
119 // DesktopRootWindowHostX11, public:
121 DesktopRootWindowHostX11::DesktopRootWindowHostX11(
142 DesktopRootWindowHostX11::~DesktopRootWindowHostX11() {
151 aura::Window* DesktopRootWindowHostX11::GetContentWindowForXID(XID xid)
    [all...]

Completed in 79 milliseconds