Searched refs:window_loc (Results 1 – 1 of 1) sorted by relevance
537 gfx::Point window_loc(location_in_screen); in IsOverWindow() local539 window->GetRootWindow(), window, &window_loc); in IsOverWindow()540 return window->HitTest(window_loc) && in IsOverWindow()541 window->delegate()->GetNonClientComponent(window_loc) == component; in IsOverWindow()