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

/external/chromium_org/ash/shelf/
H A Dshelf_view.cc1270 bool ShelfView::ShouldHideTooltip(const gfx::Point& cursor_location) { argument
1284 return !active_bounds.Contains(cursor_location);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.cc531 POINT cursor_location = location.ToPOINT(); local
532 ::ClientToScreen(GetHWND(), &cursor_location); local
533 ::SetCursorPos(cursor_location.x, cursor_location.y);

Completed in 83 milliseconds