Searched defs:WindowWithHeight (Results 1 – 1 of 1) sorted by relevance
50 struct WindowWithHeight { struct51 explicit WindowWithHeight(aura::Window* window) : in WindowWithHeight() function54 aura::Window* window() { return window_; } in window()55 const aura::Window* window() const { return window_; } in window()56 aura::Window* window_;57 int height_;