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

/external/chromium_org/ui/aura/
H A Dwindow_tree_host.cc14 // RootWindowHost, public:
16 RootWindowHost::~RootWindowHost() {
19 void RootWindowHost::ConvertPointToNativeScreen(gfx::Point* point) const {
25 void RootWindowHost::ConvertPointFromNativeScreen(gfx::Point* point) const {
32 // RootWindowHost, protected:
34 RootWindowHost::RootWindowHost() function in class:aura::RootWindowHost
H A Dwindow_tree_host.h27 // RootWindowHost bridges between a native window and the embedded RootWindow.
30 class AURA_EXPORT RootWindowHost { class in namespace:aura
32 virtual ~RootWindowHost();
34 // Creates a new RootWindowHost. The caller owns the returned value.
35 static RootWindowHost* Create(const gfx::Rect& bounds);
50 // Shows the RootWindowHost.
53 // Hides the RootWindowHost.
59 // Gets/Sets the size of the RootWindowHost.
116 RootWindowHost();
124 DISALLOW_COPY_AND_ASSIGN(RootWindowHost);
[all...]

Completed in 523 milliseconds