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

  /external/chromium_org/ash/wm/workspace/
magnetism_matcher.h 30 // MagnetismEdgeMatcher is used for matching a particular edge of a window. You
33 // MagnetismEdgeMatcher maintains a range of the visible portions of the
35 class MagnetismEdgeMatcher {
37 MagnetismEdgeMatcher(const gfx::Rect& bounds, MagnetismEdge edge);
38 ~MagnetismEdgeMatcher();
128 DISALLOW_COPY_AND_ASSIGN(MagnetismEdgeMatcher);
182 ScopedVector<MagnetismEdgeMatcher> matchers_;
magnetism_matcher.cc 51 // MagnetismEdgeMatcher --------------------------------------------------------
53 MagnetismEdgeMatcher::MagnetismEdgeMatcher(const gfx::Rect& bounds,
60 MagnetismEdgeMatcher::~MagnetismEdgeMatcher() {
63 bool MagnetismEdgeMatcher::ShouldAttach(const gfx::Rect& bounds) {
88 void MagnetismEdgeMatcher::UpdateRanges(const Range& range) {
126 matchers_.push_back(new MagnetismEdgeMatcher(bounds, MAGNETISM_EDGE_TOP));
128 matchers_.push_back(new MagnetismEdgeMatcher(bounds, MAGNETISM_EDGE_LEFT));
130 matchers_.push_back(new MagnetismEdgeMatcher(bounds
    [all...]

Completed in 33 milliseconds