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

  /external/chromium_org/ui/aura/
window_tree_host.h 39 // WindowTreeHost bridges between a native window and the embedded RootWindow.
42 class AURA_EXPORT WindowTreeHost {
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...]
window_tree_host.cc 39 // WindowTreeHost, public:
41 WindowTreeHost::~WindowTreeHost() {
47 WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) {
57 WindowTreeHost* WindowTreeHost::GetForAcceleratedWidget(
59 return reinterpret_cast<WindowTreeHost*>(
63 void WindowTreeHost::InitHost() {
70 void WindowTreeHost::InitCompositor()
    [all...]

Completed in 159 milliseconds