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

  /external/chromium_org/ash/wm/workspace/
magnetism_matcher.cc 53 // MagnetismEdgeMatcher --------------------------------------------------------
55 MagnetismEdgeMatcher::MagnetismEdgeMatcher(const gfx::Rect& bounds,
62 MagnetismEdgeMatcher::~MagnetismEdgeMatcher() {
65 bool MagnetismEdgeMatcher::ShouldAttach(const gfx::Rect& bounds) {
90 void MagnetismEdgeMatcher::UpdateRanges(const Range& range) {
128 matchers_.push_back(new MagnetismEdgeMatcher(bounds, MAGNETISM_EDGE_TOP));
130 matchers_.push_back(new MagnetismEdgeMatcher(bounds, MAGNETISM_EDGE_LEFT));
132 matchers_.push_back(new MagnetismEdgeMatcher(bounds
    [all...]
magnetism_matcher.h 31 // MagnetismEdgeMatcher is used for matching a particular edge of a window. You
34 // MagnetismEdgeMatcher maintains a range of the visible portions of the
36 class MagnetismEdgeMatcher {
38 MagnetismEdgeMatcher(const gfx::Rect& bounds, MagnetismEdge edge);
39 ~MagnetismEdgeMatcher();
129 DISALLOW_COPY_AND_ASSIGN(MagnetismEdgeMatcher);
183 ScopedVector<MagnetismEdgeMatcher> matchers_;

Completed in 121 milliseconds