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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.h 42 class VIEWS_EXPORT DesktopWindowTreeHostX11
48 DesktopWindowTreeHostX11(
51 virtual ~DesktopWindowTreeHostX11();
57 static DesktopWindowTreeHostX11* GetHostForXID(XID xid);
309 DesktopWindowTreeHostX11* window_parent_;
310 std::set<DesktopWindowTreeHostX11*> window_children_;
323 // The current DesktopWindowTreeHostX11 which has capture. Set synchronously
325 static DesktopWindowTreeHostX11* g_current_capture;
341 base::WeakPtrFactory<DesktopWindowTreeHostX11> close_widget_factory_;
343 DISALLOW_COPY_AND_ASSIGN(DesktopWindowTreeHostX11);
    [all...]
desktop_window_tree_host_x11.cc 58 DesktopWindowTreeHostX11* DesktopWindowTreeHostX11::g_current_capture =
60 std::list<XID>* DesktopWindowTreeHostX11::open_windows_ = NULL;
66 DesktopWindowTreeHostX11*, kHostForRootWindow, NULL);
127 // DesktopWindowTreeHostX11, public:
129 DesktopWindowTreeHostX11::DesktopWindowTreeHostX11(
153 DesktopWindowTreeHostX11::~DesktopWindowTreeHostX11() {
163 aura::Window* DesktopWindowTreeHostX11::GetContentWindowForXID(XID xid)
    [all...]

Completed in 838 milliseconds