Searched refs:last_mouse_location_ (Results 1 – 13 of 13) sorted by relevance
59 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
96 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()
73 gfx::Point last_mouse_location_; variable
46 last_mouse_location_(0, 0), in StatusBubbleGtk()150 MouseMoved(last_mouse_location_, false); in SetStatusTextTo()163 last_mouse_location_ = location; in MouseMoved()
168 gfx::Point last_mouse_location_; variable
169 gfx::Point last_mouse_location_; variable
159 MouseMoved(last_mouse_location_, false); in SetStatusTextTo()172 last_mouse_location_ = location; in MouseMoved()
208 gfx::Point last_mouse_location_; variable
369 last_mouse_location_ = location_in_parent; in Drag()791 gfx::Point last_mouse_location_in_screen = last_mouse_location_; in AdjustBoundsForMainWindow()
1010 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()
228 gfx::Point last_mouse_location_; variable
222 NSPoint last_mouse_location_; local
960 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;