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);
239 base::WeakPtrFactory<DesktopWindowTreeHostX11> close_widget_factory_;
303 DesktopWindowTreeHostX11* window_parent_;
304 std::set<DesktopWindowTreeHostX11*> window_children_;
322 static DesktopWindowTreeHostX11* g_current_capture;
340 DISALLOW_COPY_AND_ASSIGN(DesktopWindowTreeHostX11);
desktop_window_tree_host_x11.cc 59 DesktopWindowTreeHostX11* DesktopWindowTreeHostX11::g_current_capture =
61 std::list<XID>* DesktopWindowTreeHostX11::open_windows_ = NULL;
67 DesktopWindowTreeHostX11*, kHostForRootWindow, NULL);
128 // DesktopWindowTreeHostX11, public:
130 DesktopWindowTreeHostX11::DesktopWindowTreeHostX11(
154 DesktopWindowTreeHostX11::~DesktopWindowTreeHostX11() {
164 aura::Window* DesktopWindowTreeHostX11::GetContentWindowForXID(XID xid)
    [all...]

Completed in 67 milliseconds