Searched refs:compare_two_windows (Results 1 – 1 of 1) sorted by relevance
325 return compare_two_windows(win1_bounds, win2_bounds); in operator ()()327 return !compare_two_windows(win2_bounds, win1_bounds); in operator ()()342 bool compare_two_windows(const gfx::Rect bounds1, const gfx::Rect bounds2) { in compare_two_windows() function