Searched defs:WindowTreeHost (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/ui/aura/
H A Dwindow_tree_host.cc40 // WindowTreeHost, public:
42 WindowTreeHost::~WindowTreeHost() {
48 WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) {
58 WindowTreeHost* WindowTreeHost::GetForAcceleratedWidget(
60 return reinterpret_cast<WindowTreeHost*>(
64 void WindowTreeHost::InitHost() {
71 void WindowTreeHost
178 WindowTreeHost::WindowTreeHost() function in class:aura::WindowTreeHost
[all...]
H A Dwindow_tree_host.h39 // WindowTreeHost bridges between a native window and the embedded RootWindow.
42 class AURA_EXPORT WindowTreeHost { class in namespace:aura
44 virtual ~WindowTreeHost();
46 // Creates a new WindowTreeHost. The caller owns the returned value.
47 static WindowTreeHost* Create(const gfx::Rect& bounds);
49 // Returns the WindowTreeHost for the specified accelerated widget, or NULL
51 static WindowTreeHost* GetForAcceleratedWidget(gfx::AcceleratedWidget widget);
67 const_cast<const WindowTreeHost*>(this)->dispatcher());
126 // Shows the WindowTreeHost.
129 // Hides the WindowTreeHost
[all...]

Completed in 119 milliseconds