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

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

Completed in 45 milliseconds