HomeSort by relevance Sort by last modified time
    Searched refs:cursor_screen_coords (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 330 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);
download_shelf_gtk.h 95 bool IsCursorInShelfZone(const gfx::Point& cursor_screen_coords);

Completed in 299 milliseconds