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

/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_gtk.cc330 gfx::Point cursor_screen_coords; local
334 cursor_screen_coords =
338 cursor_screen_coords =
345 bool mouse_in_shelf = IsCursorInShelfZone(cursor_screen_coords);
357 const gfx::Point& cursor_screen_coords) {
365 return bounds.Contains(cursor_screen_coords);
356 IsCursorInShelfZone( const gfx::Point& cursor_screen_coords) argument

Completed in 795 milliseconds