Searched defs:CheckPoint (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_win.cc218 if (CheckPoint(hwnd, bounds.left, (bounds.top + bounds.bottom) / 2,
220 CheckPoint(hwnd, bounds.right - 1, (bounds.top + bounds.bottom) / 2,
222 CheckPoint(hwnd, (bounds.left + bounds.right) / 2, bounds.bottom - 1,
243 bool CheckPoint(HWND hwnd, int x, int y, DockInfo::Type type) { function in class:__anon2521::DockToWindowFinder

Completed in 53 milliseconds