Home
last modified time | relevance | path

Searched refs:last_mouse_location_ (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/ui/aura/
Denv.h59 const gfx::Point& last_mouse_location() const { return last_mouse_location_; } in last_mouse_location()
61 last_mouse_location_ = last_mouse_location; in set_last_mouse_location()
106 gfx::Point last_mouse_location_; variable
/external/chromium_org/ash/wm/
Ddrag_window_resizer.cc96 last_mouse_location_ = location; in Drag()
119 gfx::Point last_mouse_location_in_screen = last_mouse_location_; in CompleteDrag()
255 TrayUser* tray_user = GetTrayUserItemAtPoint(last_mouse_location_); in TryDraggingToNewUser()
Ddrag_window_resizer.h73 gfx::Point last_mouse_location_; variable
/external/chromium/chrome/browser/ui/gtk/
Dstatus_bubble_gtk.cc46 last_mouse_location_(0, 0), in StatusBubbleGtk()
150 MouseMoved(last_mouse_location_, false); in SetStatusTextTo()
163 last_mouse_location_ = location; in MouseMoved()
Dstatus_bubble_gtk.h168 gfx::Point last_mouse_location_; variable
/external/chromium_org/chrome/browser/ui/gtk/
Dstatus_bubble_gtk.h169 gfx::Point last_mouse_location_; variable
Dstatus_bubble_gtk.cc159 MouseMoved(last_mouse_location_, false); in SetStatusTextTo()
172 last_mouse_location_ = location; in MouseMoved()
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.h208 gfx::Point last_mouse_location_; variable
Dworkspace_window_resizer.cc369 last_mouse_location_ = location_in_parent; in Drag()
791 gfx::Point last_mouse_location_in_screen = last_mouse_location_; in AdjustBoundsForMainWindow()
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_view.cc1010 last_mouse_location_ = mouse_location; in OnTitlebarMousePressed()
1019 ExceededDragThreshold(mouse_location - last_mouse_location_)) { in OnTitlebarMouseDragged()
1027 panel_->manager()->StartDragging(panel_.get(), last_mouse_location_); in OnTitlebarMouseDragged()
1035 last_mouse_location_ = mouse_location; in OnTitlebarMouseDragged()
Dpanel_view.h228 gfx::Point last_mouse_location_; variable
/external/chromium_org/chrome/browser/ui/cocoa/apps/
Dnative_app_window_cocoa.h222 NSPoint last_mouse_location_; local
Dnative_app_window_cocoa.mm960 last_mouse_location_ =
966 frame_origin.x += current_mouse_location.x - last_mouse_location_.x;
967 frame_origin.y += current_mouse_location.y - last_mouse_location_.y;
969 last_mouse_location_ = current_mouse_location;