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

/external/chromium_org/ash/wm/workspace/
H A Dsnap_sizer.cc69 SnapSizer::SnapSizer(aura::Window* window, function in class:ash::internal::SnapSizer
88 SnapSizer::~SnapSizer() {
91 void SnapSizer::SnapWindow(aura::Window* window, SnapSizer::Edge edge) {
94 internal::SnapSizer sizer(window, gfx::Point(), edge,
95 internal::SnapSizer::OTHER_INPUT);
112 void SnapSizer::Update(const gfx::Point& location) {
143 gfx::Rect SnapSizer
[all...]
H A Dsnap_sizer.h22 // SnapSizer is responsible for determining the resulting bounds of a window
25 class ASH_EXPORT SnapSizer { class in namespace:ash::internal
40 SnapSizer(aura::Window* window,
44 virtual ~SnapSizer();
124 DISALLOW_COPY_AND_ASSIGN(SnapSizer);

Completed in 64 milliseconds