OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iscloseenough
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ash/wm/workspace/
magnetism_matcher.cc
16
bool
IsCloseEnough
(int a, int b) {
69
if (
IsCloseEnough
(GetPrimaryCoordinate(bounds_, edge_),
170
IsCloseEnough
(bounds.y(), src_bounds.y())) {
174
IsCloseEnough
(bounds.bottom(), src_bounds.bottom())) {
181
IsCloseEnough
(bounds.x(), src_bounds.x())) {
185
IsCloseEnough
(bounds.right(), src_bounds.right())) {
Completed in 1306 milliseconds