Searched defs:DesktopWindowTreeHostX11 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.h42 class VIEWS_EXPORT DesktopWindowTreeHostX11 class in namespace:views
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...]
H A Ddesktop_window_tree_host_x11.cc58 DesktopWindowTreeHostX11* DesktopWindowTreeHostX11::g_current_capture =
60 std::list<XID>* DesktopWindowTreeHostX11::open_windows_ = NULL;
66 DesktopWindowTreeHostX11*, kHostForRootWindow, NULL);
127 // DesktopWindowTreeHostX11, public:
129 DesktopWindowTreeHostX11::DesktopWindowTreeHostX11( function in class:views::DesktopWindowTreeHostX11
153 DesktopWindowTreeHostX11::~DesktopWindowTreeHostX11() {
163 aura::Window* DesktopWindowTreeHostX11
[all...]

Completed in 60 milliseconds