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

/external/chromium_org/ash/shelf/
H A Dshelf_view.cc539 const gfx::Point& location_in_screen_coordinates,
555 location_in_screen_coordinates - drag_image_offset_,
562 const gfx::Point& location_in_screen_coordinates) {
567 location_in_screen_coordinates - drag_image_offset_);
577 const gfx::Point& location_in_screen_coordinates) {
581 !GetBoundsInScreen().Contains(location_in_screen_coordinates))
619 gfx::Point point_in_root = location_in_screen_coordinates;
621 ash::wm::GetRootWindowAt(location_in_screen_coordinates),
629 Drag(location_in_screen_coordinates);
633 bool ShelfView::Drag(const gfx::Point& location_in_screen_coordinates) { argument
538 CreateDragIconProxy( const gfx::Point& location_in_screen_coordinates, const gfx::ImageSkia& icon, views::View* replaced_view, const gfx::Vector2d& cursor_offset_from_center, float scale_factor) argument
561 UpdateDragIconProxy( const gfx::Point& location_in_screen_coordinates) argument
576 StartDrag(const std::string& app_id, const gfx::Point& location_in_screen_coordinates) argument
[all...]
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc1549 const gfx::Point& location_in_screen_coordinates) {
1568 if (!drag_and_drop_host_->Drag(location_in_screen_coordinates)) {
1575 location_in_screen_coordinates)) {
1548 DispatchDragEventToDragAndDropHost( const gfx::Point& location_in_screen_coordinates) argument

Completed in 182 milliseconds