Searched refs:WindowTreeHostMojo (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/mojo/aura/
H A Dwindow_tree_host_mojo.cc21 typedef std::vector<WindowTreeHostMojo*> Managers;
38 void Add(WindowTreeHostMojo* manager) {
42 void Remove(WindowTreeHostMojo* manager) {
49 const std::vector<WindowTreeHostMojo*> managers() const {
62 // WindowTreeHostMojo, public:
64 WindowTreeHostMojo::WindowTreeHostMojo(View* view, function in class:mojo::WindowTreeHostMojo
75 WindowTreeHostMojo::~WindowTreeHostMojo() {
83 WindowTreeHostMojo* WindowTreeHostMoj
[all...]
H A Dwindow_tree_host_mojo.h23 class WindowTreeHostMojo : public aura::WindowTreeHost, class in namespace:mojo
27 WindowTreeHostMojo(View* view, WindowTreeHostMojoDelegate* delegate);
28 virtual ~WindowTreeHostMojo();
30 // Returns the WindowTreeHostMojo for the specified compositor.
31 static WindowTreeHostMojo* ForCompositor(ui::Compositor* compositor);
74 DISALLOW_COPY_AND_ASSIGN(WindowTreeHostMojo);
H A Dcontext_factory_mojo.cc33 WindowTreeHostMojo* window_tree_host =
34 WindowTreeHostMojo::ForCompositor(compositor_);
/external/chromium_org/mojo/views/
H A Dnative_widget_view_manager.h30 class WindowTreeHostMojo;
55 scoped_ptr<WindowTreeHostMojo> window_tree_host_;
H A Dnative_widget_view_manager.cc102 window_tree_host_.reset(new WindowTreeHostMojo(view_, this));
/external/chromium_org/mojo/services/window_manager/
H A Dwindow_manager_app.h43 class WindowTreeHostMojo;
155 scoped_ptr<WindowTreeHostMojo> window_tree_host_;
H A Dwindow_manager_app.cc194 window_tree_host_.reset(new WindowTreeHostMojo(root_, this));
/external/chromium_org/mojo/examples/aura_demo/
H A Daura_demo.cc125 window_tree_host_.reset(new mojo::WindowTreeHostMojo(root, this));

Completed in 160 milliseconds