Lines Matching refs:root
19 // Per root window information should be stored here
20 // instead of using plain aura root window property because
21 // it can prevent mis-using on non root window.
25 // ID of the display associated with the root window.
28 // RootWindowController for the root window. This may be NULL
29 // for the root window used for mirroring.
33 // Initializes and returns RootWindowSettings for |root|.
34 // It is owned by the |root|.
35 RootWindowSettings* InitRootWindowSettings(aura::Window* root);
37 // Returns the RootWindowSettings for |root|.
38 ASH_EXPORT RootWindowSettings* GetRootWindowSettings(aura::Window* root);
42 GetRootWindowSettings(const aura::Window* root);