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

  /external/chromium_org/ash/wm/workspace/
magnetism_matcher.cc 67 if (IsCloseEnough(GetPrimaryCoordinate(bounds_, edge_),
68 GetPrimaryCoordinate(bounds, FlipEdge(edge_)))) {
81 if (primary_range.first <= GetPrimaryCoordinate(bounds_, edge_) &&
82 primary_range.second >= GetPrimaryCoordinate(bounds_, edge_)) {
magnetism_matcher.h 57 static int GetPrimaryCoordinate(const gfx::Rect& bounds, MagnetismEdge edge) {

Completed in 81 milliseconds