HomeSort by relevance Sort by last modified time
    Searched defs:SnapSizer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/workspace/
snap_sizer.cc 69 SnapSizer::SnapSizer(aura::Window* window,
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::GetSnapBounds(const gfx::Rect& bounds)
    [all...]
snap_sizer.h 22 // SnapSizer is responsible for determining the resulting bounds of a window
25 class ASH_EXPORT SnapSizer {
40 SnapSizer(aura::Window* window,
44 virtual ~SnapSizer();
124 DISALLOW_COPY_AND_ASSIGN(SnapSizer);

Completed in 68 milliseconds