Searched refs:kSnapDistance (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win.cc19 static const int kSnapDistance = 50; member in namespace:__anon5202
65 // Snap to the taskbar edge. If the cursor is greater than kSnapDistance away,
74 if (positioner.GetCursorDistanceFromShelf(edge, cursor) > kSnapDistance)
H A Dapp_list_win_unittest.cc29 const int kSnapDistance = 50; member in namespace:__anon5203
33 const int kCursorNearTaskbar = kTaskbarSize + kSnapDistance;

Completed in 568 milliseconds