Home
last modified time | relevance | path

Searched defs:WindowWithHeight (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.h50 struct WindowWithHeight { struct
51 explicit WindowWithHeight(aura::Window* window) : in WindowWithHeight() function
54 aura::Window* window() { return window_; } in window()
55 const aura::Window* window() const { return window_; } in window()
56 aura::Window* window_;
57 int height_;